iroute 0.4.0 copy "iroute: ^0.4.0" to clipboard
iroute: ^0.4.0 copied to clipboard

the simplest library for flutter navigation 2.0

0.4.0 #

the first version for single routerDelegate.

0.4.0-dev.3 #

  1. remove changeurl from render method in appshell and iRoute
  2. add changeurl in setNewRoutePath and pop,it only needed in setNewRoutePath and pop
  3. remove iRouteState argument from AppShell,so we maybe use iRoute itself without IAppShell
  4. add WidgetBuilder argument named child for IRoute
  5. nested example now only use iRoute

0.4.0-dev.2 #

  1. don't render if no needed in pop and selectedPage

0.4.0-dev.1 #

  1. use IRoute only,remove IRouteNested

0.3.0 #

  1. remove notifyListeners from push in iroute

0.3.0-dev.5 #

  1. show only one Page in IRouteNested
  2. remove all print

0.3.0-dev.4 #

  1. use Page to save history
  2. fix bug: render twice when init route
  3. fix bug: render twice when change index of tag,get error page by url
  4. all worked ok for web,with simple example and nested example

0.3.0-dev.3 #

  1. fix bug: can't work with browser backward/forward button
  2. with a known issue:when check setting button,home will rebuild with settings url,then build twice

0.3.0-dev.2 #

  1. fix bug 25
  2. remove all the print lines

0.3.0-dev.1 #

  1. breaking:IRoute is root now
  2. breaking:IRouteNested could work with bottom navigator
  3. example_simple:use single IRoute.
  4. example: use IRoute and IRouteNested with bottom navigation bar
  5. make IRouteStack singleton for history

0.2.2 #

  1. fix bug:when click second button,it show second page,but will return to home after a second.

0.2.1 #

  1. fix bug:pop will do nothing when pages.length=1
  2. breaking:rename IrouteMaster to IrouteRoot
  3. breaking:rename IrouteApp to IRouteApp
  4. breaking:rename IrouteAppShell to IRouteAppShell

v0.2.0 #

  1. support nested route
  2. as a app widget to simply use it
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

the simplest library for flutter navigation 2.0

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on iroute