A Flutter project to enhance connectivity to your ESK8 or PEV.
This project also serves as a companion application to the FreeSK8 Robogotchi.
This project was a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view their online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
This was my first flutter project and introduction to mobile app development. Code was produced quickly, best practices were not always known and many lessons were learned the hard way.
The current structure of the application follows. Hopefully it is of some assistance as you navigate the sources.
/lib
|
├ /components
| └ Classes to support the main application
├ /hardwareSupport
| └ Classes to support hardware components like VESC, FlexiBMS and DieBieMS
├ /mainViews
| └ The four main tabs of the application
| └ connectionStatus
| | └ Connect to BLE devices and display Robogotchi status
| └ realTimeData
| | └ Real time ESC telemetry
| | └ Real time smart BMS telemetry
| └ esk8Configuration
| | └ FreeSK8 Application Settings
| | └ ESC Speed Profiles
| | └ ESC Application Configuration (Input setup)
| | └ ESC Motor Configuration
| └ rideLogging
| └ Display rides logged in calendar or list view
├ /subViews
| └ Full screen views that overlay the main application
| └ escProfileEditor
| └ focWizard
| └ rideLogViewer
| └ robogotchiCfgEditor
| └ robogotchiDFU
└ /widgets
└ Custom widgets that are used in the application
(C) Copyright 2021 - FreeSK8 Foundation NPO
Licensed under GNU General Public License v3.0
- Renee Glinski - @r3n33
- Andrew Dresner - @DerelictRobot
- Project Link: https://github.com/FreeSK8
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request