template_package 1.0.2 copy "template_package: ^1.0.2" to clipboard
template_package: ^1.0.2 copied to clipboard

outdated

template_package

template_package #

A template package for flutter apps.

Getting Started #

This package will give you a set of tools to speed up and keep clean the development of your app.

  • Manages the dependencies
  • 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