flutter_batteries 0.0.6-dev
SDKflutter
Platformandroidioswindowslinuxmacosweb
A set of typical classes, extensions and utilities for dart and flutter that help in development.
Flutter Batteries
Installation
Add the following to your pubspec.yaml file to be able to do code generation:
dependencies:
flutter_batteries: any
Then run:
dart pub get
or
flutter pub get