Jonny Borges
Committed by GitHub

Update README.md

1 ![](get.png) 1 ![](get.png)
2 2
  3 +*Languages: [English](README.md), [Brazilian Portuguese](README.pt-br.md).*
  4 +
3 [![pub package](https://img.shields.io/pub/v/get.svg?label=get&color=blue)](https://pub.dev/packages/get) 5 [![pub package](https://img.shields.io/pub/v/get.svg?label=get&color=blue)](https://pub.dev/packages/get)
4 [![Gitter](https://badges.gitter.im/flutter_get/community.svg)](https://gitter.im/flutter_get/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) 6 [![Gitter](https://badges.gitter.im/flutter_get/community.svg)](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.