Skip to content

Releases: nubank/nuvigator

v2.0.0

27 May 19:27
a7c0655
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v2.0.0

v2.0.0-beta.7

20 Mar 17:53
dcf10eb
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

What's Changed

  • Remove deprecated hash function to support Flutter 3.27 by @bltavares in #121

New Contributors

Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7

v2.0.0-beta.6

16 Sep 14:14
15adfe2
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

13 Sep 19:49
a5c99f2
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5

v2.0.0-beta.4

11 Oct 17:17
971fab3
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

v2.0.0-beta.3

24 Aug 04:29
4c987a4
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0 Major Beta Release 🎉

This beta release includes the so-awaited support for Sound Null Safety and the removal of the Legacy API

What's Changed

Full Changelog: v1.8.0...v2.0.0-beta.3

v1.8.0

15 Aug 18:30
40e6818
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0-beta.0...v1.8.0

v1.8.0-beta.1

15 Aug 18:24
4eb750c
Compare
Choose a tag to compare
v1.8.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.8.0-beta.0...v1.8.0-beta.1

v1.8.0-beta.0

01 Jun 13:00
94eb457
Compare
Choose a tag to compare

1.8.0-beta.0

  • [FIX] Make Nuvigator compatible with Flutter 2.10.5

New Contributors

Full Changelog: v1.7.0-beta.0...v1.8.0-beta.0

v1.7.0-beta.0

13 May 17:35
191e75b
Compare
Choose a tag to compare
v1.7.0-beta.0 Pre-release
Pre-release

1.7.0-beta.0

  • [FIX] [POSSIBLY BREAKING] Makes the default behavior of Nuvigator to not re-build itself and it's state when the NuRouter provided instance changes. This allows for fixing some state reloads/resets and navigation lost, specially on nested flows. If for some reason you were relying in the current behavior for some feature, you can provide a shouldRebuild property to the Nuvigator that should return true when you wish to perform the rebuild.