Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -9,7 +9,7 @@ I worked on a pull to fix it in the framework, and seeing how things work I real | @@ -9,7 +9,7 @@ I worked on a pull to fix it in the framework, and seeing how things work I real | ||
| 9 | With that in mind, I created this library that will change the way you work with the Framework and save your life from cliche code, | 9 | With that in mind, I created this library that will change the way you work with the Framework and save your life from cliche code, | 
| 10 | increasing your productivity, and eliminating all the bugs present in Flutter's default navigation altogether. | 10 | increasing your productivity, and eliminating all the bugs present in Flutter's default navigation altogether. | 
| 11 | 11 | ||
| 12 | -##### If you use MODULAR, you can to use [GET MODULAR](https://pub.dev/packages/get_modular) or 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 | ## How to use? | 14 | ## How to use? | 
| 15 | 15 | 
- 
Please register or login to post a comment