Provides simple conversion between Dart classes and Protobuf / Fixnum classes used in gRPC.

Overview

grpc_protobuf_convert

Provides simple conversion between Dart classes and Protobuf / Fixnum classes used in gRPC.

Using the library

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  grpc_protobuf_convert: <
   
    > 

   

Then run...

flutter packages get

Example

For examples of performing the conversion, see the Unit Tests

Comments
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.22.0 --> 1.22.1

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.21.7 --> 1.22.0

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.21.6 --> 1.21.7

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.21.5 --> 1.21.6

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.21.4 --> 1.21.5

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • grpc_googleapis: 2.0.21 --> 2.0.22

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.21.3 --> 1.21.4

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • grpc_googleapis: 2.0.20 --> 2.0.21

    dev_dependencies:

    • test: 1.21.2 --> 1.21.3

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dev_dependencies:

    • test: 1.21.1 --> 1.21.2

    Analysis Successful

    opened by jpeiffer 0
  • BOT: Dart Dependency Updater

    BOT: Dart Dependency Updater

    PR created automatically via: https://github.com/peiffer-innovations/actions-dart-dependency-updater

    dependencies:

    • fixnum: 1.0.0 --> 1.0.1
    • grpc_googleapis: 2.0.19 --> 2.0.20

    Analysis Successful

    opened by jpeiffer 0
Owner
null
An example todo list back end project that uses gRPC for client-server communication and Firestore for data storage

An example todo list back end project that uses gRPC for client-server communication and Firestore for data storage

Lucas Coelho 2 Apr 18, 2022
The package for building grpc channel depending on is it web or not

The package for building grpc channel depending on is it web or not Features The util builds gRPC channel for flutter web or other platforms condition

Premiumapp 1 Nov 8, 2021
A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files.

lockpick A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files. ?? Usage # Activate lockpick pub global activate lock

Jeroen Meijer (Jay) 34 Oct 17, 2022
Uproot(uprt) is a multi-platform (Windows, MacOs, and Linux) command line utility written in Dart to convert a router's DHCP IP Reservations between routers

UPROOT Uproot(uprt) is a multi-platform (Windows, MacOs, and Linux) command line utility written in Dart to convert a router's DHCP IP Reservations be

GeekVisit 73 Jan 1, 2023
An auto mapper for Dart. It allows mapping objects of different classes automatically and manually using JSON serialization.

AutoMapper for Dart An auto mapper for Dart. It allows mapping objects of different classes automatically and manually using JSON serialization. Examp

Leynier Gutiérrez González 7 Aug 24, 2022
Automatically generate usecase classes from your repository class definition in Dart and Flutter

Repo Case Automatically generate usecase classes from your repository class definition in Dart and Flutter. Check out the official guide on repo_case

Sandro Maglione 5 Jul 30, 2022
Contains utility functions and classes in the style of dart:collection to make working with collections easier

The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.

Dart 273 Dec 27, 2022
Dart Code Generator for generating mapper classes

Smartstruct - Dart bean mappings - the easy nullsafe way! Code generator for generating type-safe mappers in dart, inspired by https://mapstruct.org/

Nils 28 Nov 29, 2022
A CLI tool to help generate dart classes from json returned from API

Json 2 Dart Command line utility Important note There is already a package called json2dart so this package will be called json2dartc ! This project w

Adib Mohsin 38 Oct 5, 2022
Dependency Injection is a great design pattern that allows us to eliminate rigid dependencies between elements and it makes the application more flexible

GetX lib DI pattern Dependency Injection is a great design pattern that allows us to eliminate rigid dependencies between elements and it makes the ap

Trương Việt Hoàng 4 Feb 1, 2022
You can use this package for transition between screens with interesting way with amazing animation

You can use this package for transition between screens with interesting way with amazing animation

Sajad Rahimi 5 Jul 10, 2022
A flutter package with classes to help testing applications using the canvas

Canvas test helpers MockCanvas is a utility class for writing tests for canvas operations. It supports the same API as the regular Canvas class from d

Blue Fire 12 Jan 31, 2022
Rows lint contains a set of lint rules for dart projects used by projects at Rows GmbH

Rows lint contains a set of lint rules for dart projects used by projects at Rows GmbH

rows 6 Apr 12, 2022
Provides API to generate Dart source code

DartWriter DartWriter provides API to generate Dart source code. It can make your job easier while developing flutter/dart tools. You can also generat

Ahmet ÇELİK 11 Oct 24, 2022
AsyncCallQueue is a Dart class which provides a queuing mechanism to prevent concurrent access to asynchronous code.

async_call_queue AsyncCallQueue is a Dart class which provides a queuing mechanism to prevent concurrent access to asynchronous code. Getting Started

Ron Booth 2 Jan 18, 2022
Provides Dart Build System builder for creating Injection pattern using annotations.

Provides Dart Build System builder for creating Injection pattern using annotations. Gate generator The core package providing generators using annoat

Apparence.io 17 Dec 20, 2022
Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

Fontify The Fontify package provides an easy way to convert SVG icons to OpenType font and generate Flutter-compatible class that contains identifiers

Igor Kharakhordin 88 Oct 28, 2022
A flutter package provides controllers and editors for complex models and lists

This package provides controllers and editors for complex models and lists and is inspired by simplicity of TextEditingController. It encapsulates sta

null 2 Sep 1, 2022
Args simple - A simple argument parser and handler, integrated with JSON and dart

args_simple A simple argument parser and handler, integrated with JSON and dart:

Graciliano Monteiro Passos 1 Jan 22, 2022