flutter_tello 0.0.3 copy "flutter_tello: ^0.0.3" to clipboard
flutter_tello: ^0.0.3 copied to clipboard

A package to send commands to your DJI Tello. Based on v2.0 of the Tello SDK.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tello

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

dependencies:
  flutter_tello: ^0.0.3

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:flutter_tello/flutter_tello.dart';
0
likes
120
points
21
downloads

Publisher

verified publisherkaneleuc.com

Weekly Downloads

A package to send commands to your DJI Tello. Based on v2.0 of the Tello SDK.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart, udp

More

Packages that depend on flutter_tello