Skip to content

Commit

Permalink
update readme, 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepighetti committed Mar 1, 2021
1 parent b468684 commit 004b9ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.2
# 2.0.3

- null-safety

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ The brightest, hippest, coolest router for Flutter.
- Simple custom transition creation
- Follows `beta` Flutter channel

## Null safety opt-in

A null-safe version is available as a git dependency.

```yaml
fluro:
git:
url: https://github.com/lukepighetti/fluro
ref: null-safety
```
## Example Project

There is a pretty sweet example project in the `example` folder. Check it out. Otherwise, keep reading to get up and running.
Expand Down
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: "2.0.2"
version: "2.0.3"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluro
description: Fluro is a null-safe Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
version: 2.0.2
version: 2.0.3
homepage: https://github.com/lukepighetti/fluro

environment:
Expand Down

0 comments on commit 004b9ca

Please sign in to comment.