xmplus_survey_sdk 0.0.12
xmplus_survey_sdk: ^0.0.12 copied to clipboard
survey sdk for flutter power by xmplus
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xmplus_survey_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
xmplus_survey_sdk: ^0.0.12
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:xmplus_survey_sdk/hy_global_config.dart';
import 'package:xmplus_survey_sdk/main.dart';
import 'package:xmplus_survey_sdk/sdk.dart';
import 'package:xmplus_survey_sdk/test_page.dart';
import 'package:xmplus_survey_sdk/version.dart';