lukepighetti il y a 5 ans
Parent
commit
fca587a45a
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -18,6 +18,16 @@ 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.