alfreed 0.2.0 alfreed: ^0.2.0 copied to clipboard
split your business logic easily / handle your page state / handle animation state within your business logic
0.2.0 #
- adding rebuildIfDisposed on AlfreedPageBuilder. Persist state even if page is rebuilt.
0.1.0 #
- fixing hot reload. Add a AlfreedPage widget to embedd your builder. This is optionnal and only to handle hot reload correctly.
0.0.3 #
- fix onInit called again when push back page
0.0.2 #
- pass arguments from routing directly to your presenter (see README)
0.0.1 #
- Alfreed first version