https://github.com/lupyuen/pinetime-companion
Flutter Companion App for PineTime Smart Watch (Android and iOS)
https://github.com/lupyuen/pinetime-companion
android bluetooth-le flutter ios pinetime-companion
Last synced: about 2 months ago
JSON representation
Flutter Companion App for PineTime Smart Watch (Android and iOS)
- Host: GitHub
- URL: https://github.com/lupyuen/pinetime-companion
- Owner: lupyuen
- Created: 2020-06-10T13:06:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T04:09:11.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:39:43.237Z (2 months ago)
- Topics: android, bluetooth-le, flutter, ios, pinetime-companion
- Language: Dart
- Homepage: https://lupyuen.github.io/pinetime-rust-mynewt/articles/companion
- Size: 1.52 MB
- Stars: 57
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
__UPDATE: This project is incomplete and no longer maintained. Thanks for visiting!__
# Flutter Companion App for PineTime Smart Watch (Android and iOS)
This `master` branch uses [Bloc State Management](https://bloclibrary.dev/#/) to retrieve and display firmware versions from PineTime.
Refer to the articles...
1. [_"Flutter State Management with Bloc for PineTime Companion App"_](https://lupyuen.github.io/pinetime-rust-mynewt/articles/bloc)
1. [_"Convert Go to Flutter and Dart for PineTime Companion App"_](https://lupyuen.github.io/pinetime-rust-mynewt/articles/companion)
1. [_"Your First Bluetooth Low Energy App with Flutter"_](https://lupyuen.github.io/pinetime-rust-mynewt/articles/flutter)
Based on [Bloc `flutter_weather` sample](https://github.com/felangel/Bloc/tree/master/examples/flutter_weather)