Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 861 Bytes

File metadata and controls

18 lines (12 loc) · 861 Bytes

flutter_dashboard

unit-tests

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:

Architecture

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.