fancy_flutter 0.0.1
fancy_flutter: ^0.0.1 copied to clipboard
Fancy is a lightweight Flutter package for efficient state management and dependency injection
Changelog #
0.0.1 - 2024-08-08 #
Added #
- Initial release of the Fancy package.
FancyBaseControllerfor creating custom controllers with lifecycle methods (onInit,onStart,onDispose,onClose).FancyDependencyInjectorfor dependency injection.FancyBuilderwidget for building UI based on controllers.FancyStateMixin,ListenableMixin, andListNotifierMixinfor state management.FancyMaterialAppfor setting up the root of the application with dependency injection.- Example
AuthServiceandAuthControllerfor demonstration purposes.