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.
FancyBaseController
for creating custom controllers with lifecycle methods (onInit
,onStart
,onDispose
,onClose
).FancyDependencyInjector
for dependency injection.FancyBuilder
widget for building UI based on controllers.FancyStateMixin
,ListenableMixin
, andListNotifierMixin
for state management.FancyMaterialApp
for setting up the root of the application with dependency injection.- Example
AuthService
andAuthController
for demonstration purposes.