taskgate_sdk 1.0.7 copy "taskgate_sdk: ^1.0.7" to clipboard
taskgate_sdk: ^1.0.7 copied to clipboard

TaskGate SDK for Flutter - integrate with TaskGate to receive task requests and report completion.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add taskgate_sdk

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

dependencies:
  taskgate_sdk: ^1.0.7

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:taskgate_sdk/taskgate_sdk.dart';
1
likes
160
points
0
downloads

Publisher

verified publishertaskgate.co

Weekly Downloads

TaskGate SDK for Flutter - integrate with TaskGate to receive task requests and report completion.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on taskgate_sdk

Packages that implement taskgate_sdk