lukepighetti 4 tahun lalu
induk
melakukan
fca587a45a
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  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.