Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti committed Oct 16, 2020
1 parent 1f36ec8 commit a463efa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.7.0

- Regenerated package & example
- remove Router class
- add maintainState to FluroRouter.navigateTo
- add transitionDuration to FluroRouter.define
- add TransitionType.none
- add TransitionType.inFromTop
- Pass custom RouteSettings with FluroRouter.navigateTo
- basic flutter web support
- add FluroRouter.pop result

# 1.6.4

- Rename Router to FluroRouter to avoid namespace collisions with the Router class from the new Pages / Navigator 2.0 API.
Expand Down Expand Up @@ -98,4 +110,4 @@ to

```dart
var usersHandler = new Handler(handlerFunc: (BuildContext context, Map<String, dynamic> params) {});
```
```
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.6.4"
version: "1.7.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: fluro
description: Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
version: 1.6.4
author:
version: 1.7.0
homepage: https://github.com/lukepighetti/fluro

environment:
Expand Down

0 comments on commit a463efa

Please sign in to comment.