Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@alestiago alestiago released this 19 Mar 14:44
f575fc1
  • 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)

Migration details

The isRoute matcher named parameter has reached its full deprecation cycle, use whereName instead:

// Before:
isRoute(named: 'name');

// After:
isRoute(whereName: 'name');