这是indexloc提供的服务,不要输入任何密码

nudge_nudges 0.0.5 copy "nudge_nudges: ^0.0.5" to clipboard
nudge_nudges: ^0.0.5 copied to clipboard

Nugdes UI SDK to run surveys in your app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nudge_nudges

With Flutter:

 $ flutter pub add nudge_nudges

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  nudge_nudges: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nudge_nudges/main.dart';
import 'package:nudge_nudges/nudge_nudges_ui/coachmark_manager.dart';
import 'package:nudge_nudges/nudge_nudges_ui/nudge.entity.dart';
import 'package:nudge_nudges/nudge_nudges_ui/nudge_nudges.dart';
import 'package:nudge_nudges/nudge_nudges_ui/nudges.repository.dart';
import 'package:nudge_nudges/nudge_nudges_ui/nudges_helper_classes.dart';
import 'package:nudge_nudges/pages/bottomNavbarsingle.dart';
import 'package:nudge_nudges/pages/loginhere.dart';