surveysparrow_flutter_sdk 1.2.0 surveysparrow_flutter_sdk: ^1.2.0 copied to clipboard
SurveySparrow's flutter SDK lets you collect feedback at various touchpoints from your mobile app users. You can easily embed surveys in your mobile app with a few lines of code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add surveysparrow_flutter_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
surveysparrow_flutter_sdk: ^1.2.0
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:surveysparrow_flutter_sdk/spot_check.dart';
import 'package:surveysparrow_flutter_sdk/spot_check_state.dart';
import 'package:surveysparrow_flutter_sdk/surveysparrow.dart';