mustang_core 3.0.0
mustang_core: ^3.0.0 copied to clipboard
A framework to build Flutter applications. It provides state management, persistence, caching and opinionated project structure.
1.0.0 #
- Initial version, created by Stagehand
1.0.1 #
- Updated pubspec.yaml and README
1.0.2 #
- Updated README, pubspec.yaml
1.0.3 #
- Removed reference to dart:io package
1.0.4 #
- Removed reference to dart:io package
1.0.5 #
- Framework introduced support to consume events
1.0.6 #
- Framework introduced support for
before
,after
,around
Aspects
1.0.7 #
- Aspects can accept arguments
1.0.8 #
- Renamed
WrenchStore
toMustangStore
andWrenchCache
toMustangCache
1.0.9 #
- Fix: Lint warnings
- Fix: added null assertion for Mustang store update
1.0.10 #
- Introduced route observer to react to route changes
- Removed material imports
- Widget to handle route redirection based on a predicate
1.0.11 #
- Added MustangScreen widget
1.0.12 #
- Updated documentation
1.0.13 #
- Added example
- Fixed broken images in README
1.1.0 #
- Moved flutter widgets into mustang_widgets repo
- Made mustang_core pure dart package
1.1.1 #
- Converted to dart package project
1.1.2 #
- Add example
1.1.3 #
- Updated README
1.1.4 #
- Updated README
1.1.5 #
- Added support for global events
1.1.6 #
- Updated packages
1.1.7 #
- Introduced new annotation
WireNameField
to support custom name for the field when the object is serialized
1.1.8 #
- lint fixes
1.1.9 #
- Updated documentation for Mustang Store and Mustang Cache
- Deprecated redundant methods in Mustang Store
1.1.10 #
- doc fix
1.1.11 #
- Updated README
1.1.12 #
- Deleted
mustang.yaml
file changes from README MustangAppConfig
, a model and event, is available for all applications by default- Better debugging data for models
1.1.13 #
- Adding missing export
3.0.0 #
- Support for Dart 3