Browse Source

update readme, 2.0.3

lukepighetti 4 years ago
parent
commit
004b9ca657
4 changed files with 3 additions and 13 deletions
  1. 1 1
      CHANGELOG.md
  2. 0 10
      README.md
  3. 1 1
      example/pubspec.lock
  4. 1 1
      pubspec.yaml

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# 2.0.2
+# 2.0.3
 
 - null-safety
 

+ 0 - 10
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.

+ 1 - 1
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

+ 1 - 1
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: