Next-gen dashboard built in Flutter for UK solar car
Uses https://github.com/sony/flutter-elinux as engine.
This uses the provider state management scheme https://docs.flutter.dev/development/data-and-backend/state-mgmt/simple
example:
- https://github.com/flutter/samples/tree/main/provider_shopper/lib
- https://github.com/nuwan94/provider-example/tree/master/lib/theme
This app has particular requirements, which existing setups don't exactly cater to. I chose to build a hybrid provider setup which allows for a TON of flexibility and prevents underlying widgets from having to concern themselves with state.