Category : Bluetooth

qaul Internet Independent Wireless Mesh Communication App qaul.net, To install and run qaul please see the Documentation. License qaul is a fully free and open source software. It is published under the AGPLv3, the GNU Affero General Public License version 3 or later. Please see the licenses folder for in depth information on qaul’s licenses. Committing and Contributing to qaul ..

Read more

About: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, on Android and iOS.   Note: this plugin is continuous work from FlutterBlue since maintenance stopped. Introduction FlutterBluePlus is a Bluetooth Low Energy plugin for Flutter. It supports BLE Central Role only (most common). If you need BLE Peripheral Role, you should check out FlutterBlePeripheral. ❗ Bluetooth ..

Read more

Introduction FlutterBluePlus is a Bluetooth plugin for Flutter, a new app SDK to help developers build modern multi-platform apps. Note: this plugin is continuous work from FlutterBlue since maintenance stopped. Alpha version This package must be tested on a real device. Cross-Platform Bluetooth LE FlutterBluePlus aims to offer the most from both platforms (iOS and Android). ..

Read more

flutter_blue_elves A flutter plugin witch includes platform-specific implementation code for Android and/or iOS to connect and control bluetooth ble device. Table of Contents Install Usage Install This project is a flutter plugin,so you use it by add dependencies in your pubspec.yaml. dependencies: flutter: sdk: flutter flutter_blue_elves: ^0.1.2 $ flutter pub get Usage Import plugin module ..

Read more

FlutterBleLib A library for all your Bluetooth Low Energy needs in Flutter. Internally utilises Polidea’s MultiPlatformBleAdapter, which runs on RxAndroidBle and RxBluetoothKit. BLE Simulator This library supports BLEmulator, the BLE simulator. The simulation allows one to develop without physical smartphone or BLE peripheral and use one’s production BLE–related code in automated testing. Installation To use this plugin, add flutter_ble_lib as a dependency in ..

Read more

Introduction FlutterBlue is a Bluetooth plugin for Flutter, a new mobile SDK to help developers build modern apps for iOS and Android. Alpha version This library is actively developed alongside production apps, and the API will evolve as we continue our way to version 1.0. Please be fully prepared to deal with breaking changes. Having ..

Read more