simple_navigation 1.0.19 copy "simple_navigation: ^1.0.19" to clipboard
simple_navigation: ^1.0.19 copied to clipboard

outdated

Simple named route navigation that unofficially addresses Flutter issue 11655 ("build called for non-current screens")

simple_navigation #

Simple named route navigation that unofficially addresses Flutter issue 11655 ("build needlessly called for non-current screens lower on stack")

Simplifications #

  • for simplicity of development, navigation is static
  • don't need to pass context
  • class named 'Nav' instead of 'Navigation' because it's shorter

Limitations #

  • since static, can't have multiple instances

TODO #

  • use generics for arguments: either Object (standard) or Map (my preference)
  • force redraw entire tree (not sure if possible)
  • overrides
  • pop all the way out of application (configure yes/no)
  • test: hot reload doesn't erase stack
  • solve: object vs. named route problem

Pull Request #

  • encouraged!
0
likes
0
pub points
0%
popularity

Publisher

verified publisheronlyup.com

Simple named route navigation that unofficially addresses Flutter issue 11655 ("build called for non-current screens")

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_navigation