app_controller 0.5.0
app_controller: ^0.5.0 copied to clipboard
A small library that simplifies controls of your app such as page navigation.
0.1.0 #
The initial release provides some working code that simplifies controls of your app.
0.2.0 #
fix: wrong files added in .pubignore
0.3.0 #
fix: modules using wrong context change: make use of init function and PageContainer easier, rename PageContainer widget to PageController
0.4.0 #
fix: previous update did not include changes to state module
0.5.0 #
change: structure of modules add: two more functions to nav module "canPop" and "canNotPop"