alba 0.0.15 alba: ^0.0.15 copied to clipboard
Alba is a framework that boosts Flutter project development.
0.0.15 #
- A temporary workaround for consulting if pop should be done.
0.0.14 #
- Add
isTesting
App getter.
0.0.13 #
- Allow service locator replacement (reassignment) on tests.
0.0.12 #
- Add
replace
,removeUntilAndPush
router methods. - Rename
removePath
router method byremove
.
0.0.11 #
- Avoid pages rebuilding.
0.0.10 #
- Add
App.bootTesting()
method. - Add 'testLoad' method.
- Clear service locator on clear app
- Disable error handler in tests
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.