https://github.com/tmthecoder/controller_widgets
A repo to store some controller-type flutter widgets I wrote
https://github.com/tmthecoder/controller_widgets
Last synced: about 1 year ago
JSON representation
A repo to store some controller-type flutter widgets I wrote
- Host: GitHub
- URL: https://github.com/tmthecoder/controller_widgets
- Owner: tmthecoder
- License: mit
- Created: 2021-04-29T05:06:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T02:17:32.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T08:46:15.199Z (over 1 year ago)
- Language: Dart
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# controller_widgets
Just a place for me to store some generic Controller-type widgets I made
for reuse within my own projects
Right now, this contains the following controller-type inherited widgets:
- RouteController
- Controls routing in the web app path, updating the user facing URL on any calls
- ThemeController
- A manual controller for theming to allow storing of dark/light and manual theme switching in-app
Feel free to use them, or ask any questions!