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 [...]

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';
import 'dependency/dependency_module.dart';

void main() {
  /// Initialize all your modules
  final dependencyModule = DependencyModule();
  final subModules = dependencyModule.getReadySubModules();
  /// Run the app with all the modules already created
  runApp(App(subModules));

}
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