dart_board_core 0.9.9 dart_board_core: ^0.9.9 copied to clipboard
Feature Framework for Flutter. Provides a kernel that allows feature encapsulation, isolation and integration.
0.9.9 #
- TEST: verify findFeature code works.
- FIX: improvements to example.
- FEAT: example for particles.
0.9.8 #
- FIX: another test.
- FIX: adding tests.
- FIX: adding tests and coverage.
- FEAT: updated entry point.
- FEAT: Feature Gate widget and Page Decoration.
0.9.7 #
- FIX: fixed dependency_overrides back in place.
- FIX: made
features
a required parameter, non-nullable. - FEAT: change notifier builder.
- CHORE: publish packages.
- CHORE: publish packages.
0.9.6+1 #
- FIX: fixed dependency_overrides back in place.
- FIX: made
features
a required parameter, non-nullable.
0.9.6 #
- FEAT: change notifier builder.
0.9.0 #
- Initial Release
0.9.1 #
- Fixed the README.md for pub.dev
0.9.2 #
- Wrong website in the README
0.9.3 #
- Doing what is required for 130/130 pub points
- minimal, no-deps example in dart_board_core
- fixed formatting in 1 file
- fix package description
0.9.4 #
- Introduced BuildConvertor widget for casting builder functions E.g. Data->ViewModel
0.9.5 #
- Introduced Convertor Widget to handle VM generation
0.9.6 #
- Introduced ChangeNotifier.builder((ctx, val)={});