Showing
1 changed file
with
2 additions
and
3 deletions
| @@ -11,8 +11,7 @@ increasing your productivity, and eliminating all the bugs present in Flutter's | @@ -11,8 +11,7 @@ increasing your productivity, and eliminating all the bugs present in Flutter's | ||
| 11 | 11 | ||
| 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. | ||
| 15 | -##### If you use beta branch of Flutter, use the version 1.13.1-dev. | 14 | +##### If you use master/dev/beta branch of Flutter, use the version 1.14.0-dev. | 
| 16 | 15 | ||
| 17 | ## How to use? | 16 | ## How to use? | 
| 18 | 17 | ||
| @@ -20,7 +19,7 @@ Add this to your package's pubspec.yaml file: | @@ -20,7 +19,7 @@ Add this to your package's pubspec.yaml file: | ||
| 20 | 19 | ||
| 21 | ``` | 20 | ``` | 
| 22 | dependencies: | 21 | dependencies: | 
| 23 | - get: ^1.11.6 // or ^1.14.0-dev or ^1.13.1-dev | 22 | + get: ^1.11.6 // or ^1.14.0-dev | 
| 24 | ``` | 23 | ``` | 
| 25 | 24 | ||
| 26 | And import it: | 25 | And import it: | 
- 
Please register or login to post a comment