Note: This release supports Flutter 3.29.0. Contains a breaking change, where the isRoute
named
parameter has reached the full deprecation cycle.
- chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example (#82)
- chore!: remove deprecated parameter (#86)
- chore: bumping very good analysis from 6.0.0 to 7.0.0 (#87)
- feat: support
removeRouteBelow
method (#90) - chore: bumping flutter version to 3.29.0 and bumping example dependencies (#88)
- fix: fixing formatting step (#92)
Note: This release supports Flutter 3.16.0, for migration details see the release notes.
- chore(deps): bump very_good_analysis from 4.0.0+1 to 5.1.0 (#56)
- chore: update Very Good Analysis to 5.1.0 (#57)
- chore: updated sdk constraints for example (#60)
- docs: update installation instructions readme (#61)
- fix!: Updates for Flutter 3.16.0/Dart 3.2 (#65)
- feat: support for
mocktail ^1.0.0
- feat: support for
flutter 3.13.0
- feat: sdk constraint to include Dart 3
- feat: support for
mocktail ^0.3.0
- feat: add mock call for
canPop
(thanks @allisonryan0002!) - feat: add mock call for
maybePop
(thanks @korzonkiee!) - feat: add
whereSettings
,whereName
,whereArguments
,whereMaintainState
andwhereFullscreenDialog
matcher arguments toisRoute
matcher - DEPRECATE: fix:
named
argument onisRoute
deprecated in favor ofwhereName
- feat: add mock call for
canPop
(thanks @allisonryan0002!)
- feat: add mock call for
maybePop
(thanks @korzonkiee!)
- feat: add
whereSettings
,whereName
,whereArguments
,whereMaintainState
andwhereFullscreenDialog
matcher arguments toisRoute
matcher - DEPRECATE: fix:
named
argument onisRoute
deprecated in favor ofwhereName
- refactor: reorder mock navigator provider parameters (#14, thanks @JigneshPatel23)
- feat: initial release 🎉