Skip to content

Commit 004b9ca

Browse files
committed
update readme, 2.0.3
1 parent b468684 commit 004b9ca

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.0.2
1+
# 2.0.3
22

33
- null-safety
44

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ The brightest, hippest, coolest router for Flutter.
1818
- Simple custom transition creation
1919
- Follows `beta` Flutter channel
2020

21-
## Null safety opt-in
22-
23-
A null-safe version is available as a git dependency.
24-
25-
```yaml
26-
fluro:
27-
git:
28-
url: https://github.com/lukepighetti/fluro
29-
ref: null-safety
30-
```
3121
## Example Project
3222

3323
There is a pretty sweet example project in the `example` folder. Check it out. Otherwise, keep reading to get up and running.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ packages:
6363
path: ".."
6464
relative: true
6565
source: path
66-
version: "2.0.2"
66+
version: "2.0.3"
6767
flutter:
6868
dependency: "direct main"
6969
description: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fluro
22
description: Fluro is a null-safe Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
3-
version: 2.0.2
3+
version: 2.0.3
44
homepage: https://github.com/lukepighetti/fluro
55

66
environment:

0 commit comments

Comments
 (0)