first commit

This commit is contained in:
HVBT Dev 2026-06-04 18:34:50 +05:30
parent 332dd6209e
commit 9e5e6a53c7

View File

@ -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
```