flipperlib 1.0.1 copy "flipperlib: ^1.0.1" to clipboard
flipperlib: ^1.0.1 copied to clipboard

Flipper Zero client for Flutter: BLE and USB transports, protobuf RPC, CLI and STM32WB55 DFU recovery.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flipperlib

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

dependencies:
  flipperlib: ^1.0.1

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:flipperlib/flipperlib.dart';
0
likes
155
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flipper Zero client for Flutter: BLE and USB transports, protobuf RPC, CLI and STM32WB55 DFU recovery.

Repository (GitHub)
View/report issues

Topics

#flipper-zero #ble #usb #embedded

License

GPL-3.0 (license)

Dependencies

ffi, fixnum, flutter, flutter_libserialport, protobuf, universal_ble, usb_serial

More

Packages that depend on flipperlib

Packages that implement flipperlib