growerp_models 1.12.2 copy "growerp_models: ^1.12.2" to clipboard
growerp_models: ^1.12.2 copied to clipboard

Freezed data models and a Retrofit REST client for the GrowERP Moqui backend, shared across all GrowERP Flutter packages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add growerp_models

With Flutter:

 $ flutter pub add growerp_models

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  growerp_models: ^1.12.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:growerp_models/growerp_models.dart';
1
likes
150
points
296
downloads

Documentation

API reference

Publisher

verified publishergrowerp.com

Weekly Downloads

Freezed data models and a Retrofit REST client for the GrowERP Moqui backend, shared across all GrowERP Flutter packages.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

decimal, dio, equatable, fast_csv, freezed_annotation, json_annotation, logger, pretty_dio_logger, retrofit, universal_io

More

Packages that depend on growerp_models