nudge_quiz

Last updated:

0 purchases

nudge_quiz Image
nudge_quiz Images
Add to Cart

Description:

nudge quiz

Challenges SDK for Flutter #
This package provides the entire SDK for the Quiz platform for Flutter.
Usage #
To use this package, add nudge_quiz as
a dependency in your pubspec.yaml file.
dependencies:
nudge_quiz: {{version}}
copied to clipboard
In the Dart code, import the library.
import 'package:nudge_quiz/nudge_quiz.dart';
copied to clipboard
dd
Add the NudgeQuizUi widget to the plugins list.
return NudgeProvider(
nudgeInstance: nudge,
plugins: const [
NudgeQuizUi(
)
]
,
...
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.