diff --git a/CHANGELOG.md b/CHANGELOG.md index 1441ba6..5bb2946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 2.0.2 +# 2.0.3 - null-safety diff --git a/README.md b/README.md index b1b66ea..b38a754 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/example/pubspec.lock b/example/pubspec.lock index 65f8f5a..b39465a 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -63,7 +63,7 @@ packages: path: ".." relative: true source: path - version: "2.0.2" + version: "2.0.3" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 63da364..0220766 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: