implicit_navigator 0.3.0 copy "implicit_navigator: ^0.3.0" to clipboard
implicit_navigator: ^0.3.0 copied to clipboard

outdated

An easy and intuitive navigator that updates the page stack in response to app state changes and the system back button.

[0.0.1] - 09/07/2021 #

  • Initial release.

[0.0.2] - 09/07/2021 #

  • Formatting changes to chase those sweet sweet pub points.

[0.0.3] - 09/07/2021 #

  • Readme and documentation changes.

[0.0.4] - 09/07/2021 #

  • Added example code to documentation.

[0.0.5] - 09/08/2021 #

  • Replaced the overly complex example with a rendition of the book app example from the Flutter Navigation tutorial.
  • Overhauled the readme with simple example snippets.

[0.0.6] - 09/09/2021 #

  • Fixed bug where exception is thrown if the user passes in an ungrowable list for initialHistory.

[0.1.0] - 09/09/2021 #

  • Allow getDepth to return null for mixed-style navigation.

[0.2.0] - 09/18/2021 #

  • Replaced popFromTree and pop with a single function with optional bool input.
  • Used route workaround to prevent routes from stealing focus (see https://github.com/flutter/flutter/issues/53441).
  • Renamed canPopFromTree and canPop to canPop and shallowCanPop, respectively.
  • Fixed example's scaffold placement to match official flutter example.

[0.3.0] - 09/18/2021 #

  • Replace enablePop/disablePop with a canPop setter.
  • Added type parameter back to ImplicitNavigator.of()
  • Fixed readme examples.
  • Improved notification documentation.
12
likes
90
pub points
0%
popularity

Publisher

verified publishercaseycrogers.dev

An easy and intuitive navigator that updates the page stack in response to app state changes and the system back button.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on implicit_navigator