wearable_buttons 0.0.1 copy "wearable_buttons: ^0.0.1" to clipboard
wearable_buttons: ^0.0.1 copied to clipboard

Flutter plugin that can fetch total count of physical buttons and allows access to information about each physical button.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wearable_buttons

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

dependencies:
  wearable_buttons: ^0.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:wearable_buttons/wearable_buttons.dart';
3
likes
130
points
2
downloads

Publisher

verified publisherjesbin.in

Weekly Downloads

Flutter plugin that can fetch total count of physical buttons and allows access to information about each physical button.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wearable_buttons

Packages that implement wearable_buttons