gk_ble_device_flutter 1.0.0 copy "gk_ble_device_flutter: ^1.0.0" to clipboard
gk_ble_device_flutter: ^1.0.0 copied to clipboard

Bloc-based Flutter library to communicate with GK Concept devices via Bluetooth

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gk_ble_device_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gk_ble_device_flutter: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gk_ble_device_flutter/ble_device_cubit.dart';
import 'package:gk_ble_device_flutter/ble_device_ext.dart';
import 'package:gk_ble_device_flutter/ble_device_state.dart';
1
likes
110
points
15
downloads

Publisher

verified publishergkconcept.co

Weekly Downloads

Bloc-based Flutter library to communicate with GK Concept devices via Bluetooth

Repository

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_bloc, flutter_blue_plus, logging, permission_handler

More

Packages that depend on gk_ble_device_flutter