This is a repo where I have code for testing the wonderful Getx package
The lib folder has the code and we are testing some features of the GetPackage along with clear separation of the UI from logic
- A text field with subscriptions that are listened to and the rebuild of widget
- A dialog management from the controller.
- Navigation using Get
- Theme change without context
- Translations with arugments (via string extensions using again just Get)
I highly recommend using the VS code extension GetX snippets
this will significantly decrease your time to build beautiful flutter apps.
Happy flutterring!!!