flutter_help_scout 0.0.1+8
flutter_help_scout: ^0.0.1+8 copied to clipboard
Flutter implementation for Help Scout mobile SDK. Help Scout is an all-in-one customer service platform that helps you balance everything your customers need to be happy.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_help_scoutThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_help_scout: ^0.0.1+8Alternatively, 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_help_scout/flutter_help_scout.dart';