https://github.com/itavero/flutter-ble-uart
Package to integrate UART over Bluetooth Low Energy into your Flutter app
https://github.com/itavero/flutter-ble-uart
bluefruit bluetooth-le flutter flutter-plugin flutter-plugins nordic uart
Last synced: about 1 month ago
JSON representation
Package to integrate UART over Bluetooth Low Energy into your Flutter app
- Host: GitHub
- URL: https://github.com/itavero/flutter-ble-uart
- Owner: itavero
- License: mit
- Created: 2018-10-06T11:29:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T14:38:32.000Z (over 6 years ago)
- Last Synced: 2025-03-30T23:11:06.462Z (6 months ago)
- Topics: bluefruit, bluetooth-le, flutter, flutter-plugin, flutter-plugins, nordic, uart
- Language: Dart
- Homepage:
- Size: 6.84 KB
- Stars: 21
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_ble_uart
Package to easily integrate UART over Bluetooth Low Energy into your Flutter app.For more information about the UART Service and compatible devices, I recommend visiting the [Adafruit website](https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-uart-friend/uart-service).
## Getting Started
For help getting started with Flutter, view our online [documentation](https://flutter.io/).
For help on editing package code, view the [documentation](https://flutter.io/developing-packages/).Since this package is not yet published anywhere (other than GitHub), you can add it to your `pubspec.yaml` like this:
```yaml
dependencies:
flutter_ble_uart:
git: git@github.com:itavero/flutter-ble-uart.git
```**TODO**: Write a tutorial and/or example app.
## Current state
This is still very much a *work in progress*. It is definitely *not* production ready.It works.. most of the time.. if you are lucky. 😅