template_package 1.0.4-dev.2 copy "template_package: ^1.0.4-dev.2" to clipboard
template_package: ^1.0.4-dev.2 copied to clipboard

outdated

This package will give you a set of tools to speed up and keep clean the development of your app. State Management Manages the flutter state in a similar but more flexible way then the common flutter [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add template_package

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

dependencies:
  template_package: ^1.0.4-dev.2

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:template_package/template_package.dart';
1
likes
0
pub points
60%
popularity

Publisher

unverified uploader

This package will give you a set of tools to speed up and keep clean the development of your app. State Management Manages the flutter state in a similar but more flexible way then the common flutter bloc UseCase interface to implement and organize the application logic of your app LoggerDefault to log all your required logs Flutter toasts are few of the utilities already incorporated. BaseBlocDataState , BaseBlocPrimaryState states and BaseBlocEvent to organize the flow of data between your widget and bloc

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

base_bloc, clean_architecture_components, dependency_provider, flutter, fluttertoast, logger

More

Packages that depend on template_package