alba 0.0.9 alba: ^0.0.9 copied to clipboard
Alba is a framework that boosts Flutter project development.
0.0.9 #
- Add
currentPath
getter in router widget. - Export router (
AlbaRouter
and more).
0.0.8 #
- Make app
navigatorContext
nullable. - Add
router
app getter.
0.0.7 #
- Router middleware.
- Add
removeAllAndPush
router method. - Key value store.
- Make router initial path dynamic.
0.0.6 #
- Update links.
- Add documentation link.
0.0.5 #
- Update links.
0.0.4 #
- Fix init command. Dotfiles weren't created.
- Fix template example test.
- Update router. Implement custom
pop
and addremoveRoute
. - Update dependencies.
0.0.3 #
- Added environment management.
- Added error handler.
0.0.2 #
- Added
alba
tool withinit
command. - Added an example.
0.0.1 #
- Development initial release.
- Includes: router, service locator and service providers.