From 9e5e6a53c74ef64443e6402d17c60bdc8d94be7b Mon Sep 17 00:00:00 2001 From: HVBT Dev Date: Thu, 4 Jun 2026 18:34:50 +0530 Subject: [PATCH] first commit --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1dff783..5469c7c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ -# hvbt_dash +# HV BT Dashboard -A new Flutter project. +HV BT Dashboard is a Flutter Android app for live Honda ECU monitoring over Bluetooth. It connects to a paired Bluetooth ECU adapter, polls S300 or KPro data frames, validates and parses those frames, then displays live sensors, graphs, diagnostic trouble codes, and local datalog recordings. -## Getting Started +Full layman-friendly documentation is here: -This project is a starting point for a Flutter application. +- [docs/FULL_PROJECT_DOCUMENTATION.md](docs/FULL_PROJECT_DOCUMENTATION.md) -A few resources to get you started if this is your first Flutter project: +Common commands: -- [Learn Flutter](https://docs.flutter.dev/get-started/learn-flutter) -- [Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Flutter learning resources](https://docs.flutter.dev/reference/learning-resources) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +```powershell +flutter run +flutter run --release +flutter build apk --release +flutter test +```