Skip to content

Latest commit

 

History

History

README.md

flutter

A web app built using Flutter to test WebSocket connections with SensorServer in a web browser.

plotting

App Architecture

The app is built using the MVVM (Model-View-ViewModel) pattern.

Packages Used

  1. http for http requests
  2. web Lightweight browser API bindings built around JS interop.
  3. get_it for dependency injection
  4. fl_chart for real-time sensor plotting
  5. provider for state management