lib/ ├── app/ │ ├── constants/ │ │ ├── app_constants.dart │ │ ├── color_constants.dart │ │ ├── string_constants.dart │ │ ├── theme_data.dart │ ├── theme/ │ │ ├── theme_data.dart │ ├── modules/ │ │ ├── ...
Repository files navigation flutter_demo_official A new Flutter project using GetX. Combined with the Flutter official code lab example. About The combination of the flutter official codelab and ...