growerp_core 1.11.1 copy "growerp_core: ^1.11.1" to clipboard
growerp_core: ^1.11.1 copied to clipboard

Core building block for the GrowERP frontend: authentication, theming, navigation, and shared widgets used by every GrowERP Flutter package and app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add growerp_core

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

dependencies:
  growerp_core: ^1.11.1

Alternatively, your editor might support 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_core/growerp_core.dart';