Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 923 Bytes

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 923 Bytes

2.2.0

Fixes

  • Remove deprecated method

Internal

  • Test package at many dart and flutter versions to avoid break changes
  • Fix documentation typo

2.1.0

Features

  • Create RouteParams.of(context) - allowing get the route params easily

2.0.0

BREAKING CHANGES

Before this version the routes was:

final Map<String, WidgetBuilder> routes;

Now the routes are:

 final Map<String, PageRouteBuilder> routes;

Feature

1.0.0

  • Initial version.