particle_setup 0.3.0 copy "particle_setup: ^0.3.0" to clipboard
particle_setup: ^0.3.0 copied to clipboard

outdated

Flutter library to send commands to Particle IoT devices (https://www.particle.io/).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add particle_setup

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

dependencies:
  particle_setup: ^0.3.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:particle_setup/particle_setup.dart';
0
likes
0
pub points
0%
popularity

Publisher

verified publisherkirkeaton.ca

Flutter library to send commands to Particle IoT devices (https://www.particle.io/).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, convert, flutter, json_annotation, pointycastle

More

Packages that depend on particle_setup