Jonny Borges
Committed by GitHub

improve Get.find

@@ -29,7 +29,7 @@ Add this to your package's pubspec.yaml file: @@ -29,7 +29,7 @@ Add this to your package's pubspec.yaml file:
29 29
30 ``` 30 ```
31 dependencies: 31 dependencies:
32 - get: ^1.17.3 // ^1.20.0-dev on beta/dev/master 32 + get: ^1.17.3 // ^1.20.1-dev on beta/dev/master
33 ``` 33 ```
34 34
35 And import it: 35 And import it: