surveysparrow_flutter_sdk 1.2.0 copy "surveysparrow_flutter_sdk: ^1.2.0" to clipboard
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';
10
likes
130
points
81
downloads

Publisher

verified publishersurveysparrow.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, http, shared_preferences, uuid, webview_flutter

More

Packages that depend on surveysparrow_flutter_sdk