skipp_desk 0.2.0
skipp_desk: ^0.2.0 copied to clipboard
Flutter host for the Skipp Desk support widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add skipp_deskThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
skipp_desk: ^0.2.0Alternatively, 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:skipp_desk/skipp_desk.dart';