Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -12,6 +12,7 @@ increasing your productivity, and eliminating all the bugs present in Flutter's | @@ -12,6 +12,7 @@ increasing your productivity, and eliminating all the bugs present in Flutter's | ||
| 12 | ##### If you use MODULAR, add on your MaterialApp this: navigatorKey: Get.addKey(Modular.navigatorKey) | 12 | ##### If you use MODULAR, add on your MaterialApp this: navigatorKey: Get.addKey(Modular.navigatorKey) | 
| 13 | 13 | ||
| 14 | ##### If you use master/dev branch of Flutter, use the version 1.14.0-dev. | 14 | ##### If you use master/dev branch of Flutter, use the version 1.14.0-dev. | 
| 15 | +##### If you use beta branch of Flutter, use the version 1.13.1-dev. | ||
| 15 | 16 | ||
| 16 | ## How to use? | 17 | ## How to use? | 
| 17 | 18 | ||
| @@ -19,7 +20,7 @@ Add this to your package's pubspec.yaml file: | @@ -19,7 +20,7 @@ Add this to your package's pubspec.yaml file: | ||
| 19 | 20 | ||
| 20 | ``` | 21 | ``` | 
| 21 | dependencies: | 22 | dependencies: | 
| 22 | - get: ^1.11.6 // ^1.14.0-dev on dev/master | 23 | + get: ^1.11.6 // or ^1.14.0-dev or ^1.13.1-dev | 
| 23 | ``` | 24 | ``` | 
| 24 | 25 | ||
| 25 | And import it: | 26 | And import it: | 
- 
Please register or login to post a comment