fliclib 1.0.0-dev.2 copy "fliclib: ^1.0.0-dev.2" to clipboard
fliclib: ^1.0.0-dev.2 copied to clipboard

A library to use Flic 2 bluetooth Smart Button with dart and flutter. Built to use the Flic 2 TCP Protocol Specification.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fliclib

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

dependencies:
  fliclib: ^1.0.0-dev.2

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

Import it

Now in your Dart code, you can use:

import 'package:fliclib/fliclib.dart';
3
likes
35
pub points
0%
popularity

Publisher

verified publisherindiealexh.com

A library to use Flic 2 bluetooth Smart Button with dart and flutter. Built to use the Flic 2 TCP Protocol Specification.

Repository (GitHub)
View/report issues

License

CC-BY-4.0 (LICENSE)

More

Packages that depend on fliclib