supdesk 0.2.0
supdesk: ^0.2.0 copied to clipboard
Server-side Dart client for the SupDesk API. Submissions, feedback, changelog, help center, messages, waitlist, beta programs and signed webhooks.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add supdeskWith Flutter:
$ flutter pub add supdeskThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
supdesk: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:supdesk/supdesk.dart';