An open API service indexing awesome lists of open source software.

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

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!