@@ -50,21 +51,22 @@ Flutter's conventional navigation has a lot of unnecessary boilerplate, requires
This library that will change the way you work with the Framework and save your life from boilerplate, increasing your productivity, and provide you with everything that is most modern when it comes to managing states, routes and dependencies.
-**[How to use?](#how-to-use)**
-**[Navigating without named routes](#Navigating-without-named-routes)**
-**[SnackBars](#SnackBars)**
-**[Dialogs](#Dialogs)**
-**[BottomSheets](#BottomSheets)**
-**[Simple State Manager](#Simple-State-Manager)**
-**[Reactive State Manager](#Reactive-State-Manager)**
-**[Bindings](#Bindings)**
-**[Workers](#Workers)**
-**[Navigate with named routes](#Navigate-with-named-routes)**
-**[Send data to named Routes](#Send-data-to-named-Routes)**
-**[Dynamic urls links](#Dynamic-urls-links)**
-**[Middleware](#Middleware)**
-**[Optional Global Settings](#Optional-Global-Settings)**
-**[Other Advanced APIs and Manual configurations](#Other-Advanced-APIs-and-Manual-configurations)**
-**[Nested Navigators](#Nested-Navigators)**
-**[Navigating without named routes](#navigating-without-named-routes)**
-**[SnackBars](#snackBars)**
-**[Dialogs](#dialogs)**
-**[BottomSheets](#bottomsheets)**
-**[Simple State Manager](#simple-state-manager)**
-**[Reactive State Manager](#reactive-state-manager)**
-**[Bindings](#bindings)**
-**[Workers](#workers)**
-**[Navigate with named routes](#navigate-with-named-routes)**
-**[Send data to named Routes](#send-data-to-named-Routes)**
-**[Dynamic urls links](#dynamic-urls-links)**
-**[Middleware](#middleware)**
-**[Optional Global Settings](#optional-global-settings)**
-**[Nested Navigators](#nested-navigators)**
-**[Other Advanced APIs and Manual configurations](#other-advanced-apis-and-manual-configurations)**
#### You can contribute to the project in multiple ways:
...
...
@@ -1026,7 +1028,6 @@ Get.config(
)
```
### Other Advanced APIs and Manual configurations
GetMaterialApp configures everything for you, but if you want to configure Get Manually using advanced APIs.