Showing
1 changed file
with
9 additions
and
9 deletions
@@ -12,7 +12,6 @@ | @@ -12,7 +12,6 @@ | ||
12 | 12 | ||
13 |  | 13 |  |
14 | 14 | ||
15 | -- [Communication and support channels:](#communication-and-support-channels) | ||
16 | - [About Get](#about-get) | 15 | - [About Get](#about-get) |
17 | - [Installing](#installing) | 16 | - [Installing](#installing) |
18 | - [Counter App with GetX](#counter-app-with-getx) | 17 | - [Counter App with GetX](#counter-app-with-getx) |
@@ -36,14 +35,6 @@ | @@ -36,14 +35,6 @@ | ||
36 | - [Why Getx?](#why-getx) | 35 | - [Why Getx?](#why-getx) |
37 | 36 | ||
38 | 37 | ||
39 | -# Communication and support channels: | ||
40 | - | ||
41 | -[**Slack (English)**](https://communityinviter.com/apps/getxworkspace/getx) | ||
42 | - | ||
43 | -[**Discord (English, Spanish and Portuguese)**](https://discord.com/invite/9Hpt99N) | ||
44 | - | ||
45 | -[**Telegram (Portuguese)**](https://t.me/joinchat/PhdbJRmsZNpAqSLJL6bH7g) | ||
46 | - | ||
47 | # About Get | 38 | # About Get |
48 | 39 | ||
49 | - GetX is an extra-light and powerful solution for Flutter. It combines high performance state management, intelligent dependency injection, and route management in a quick and practical way. | 40 | - GetX is an extra-light and powerful solution for Flutter. It combines high performance state management, intelligent dependency injection, and route management in a quick and practical way. |
@@ -62,6 +53,15 @@ | @@ -62,6 +53,15 @@ | ||
62 | 53 | ||
63 | **GetX makes your development productive, but want to make it even more productive? Add the extension [GetX extension to VSCode](https://marketplace.visualstudio.com/items?itemName=get-snippets.get-snippets) to your VSCode** | 54 | **GetX makes your development productive, but want to make it even more productive? Add the extension [GetX extension to VSCode](https://marketplace.visualstudio.com/items?itemName=get-snippets.get-snippets) to your VSCode** |
64 | 55 | ||
56 | +**GetX Community channels** | ||
57 | +GetX has a huge, highly active, and helpful community. If you have questions, or would like any assistance regarding the use of this framework, please join our community channels, your question will be answered more quickly, and it will be the most suitable place. This repository is exclusive for opening issues, and requesting resources, but feel free to be part of GetX Community. | ||
58 | + | ||
59 | +[**Slack**](https://communityinviter.com/apps/getxworkspace/getx) | ||
60 | + | ||
61 | +[**Discord**](https://discord.com/invite/9Hpt99N) | ||
62 | + | ||
63 | +[**Telegram**](https://t.me/joinchat/PhdbJRmsZNpAqSLJL6bH7g) | ||
64 | + | ||
65 | # Installing | 65 | # Installing |
66 | 66 | ||
67 | Add Get to your pubspec.yaml file: | 67 | Add Get to your pubspec.yaml file: |
-
Please register or login to post a comment