Showing
1 changed file
with
3 additions
and
1 deletions
| 1 |  | 1 |  |
| 2 | 2 | ||
| 3 | +*Languages: [English](README.md), [Brazilian Portuguese](README.pt-br.md).* | ||
| 4 | + | ||
| 3 | [](https://pub.dev/packages/get) | 5 | [](https://pub.dev/packages/get) |
| 4 | [](https://gitter.im/flutter_get/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) | 6 | [](https://gitter.im/flutter_get/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
| 5 | 7 | ||
| @@ -19,7 +21,7 @@ Navigator.of(context).push( | @@ -19,7 +21,7 @@ Navigator.of(context).push( | ||
| 19 | // Get syntax | 21 | // Get syntax |
| 20 | Get.to(Home()); | 22 | Get.to(Home()); |
| 21 | ``` | 23 | ``` |
| 22 | -*Languages: [English](README.md), [Brazilian Portuguese](README.pt-br.md).* | 24 | + |
| 23 | ## Getting Started | 25 | ## Getting Started |
| 24 | 26 | ||
| 25 | Flutter's conventional navigation has a lot of unnecessary boilerplate, requires context to navigate between screens, open dialogs, and use snackbars on framework is really boring. | 27 | Flutter's conventional navigation has a lot of unnecessary boilerplate, requires context to navigate between screens, open dialogs, and use snackbars on framework is really boring. |
-
Please register or login to post a comment