challenges_flutter

Creator: coderz1093

Last updated:

0 purchases

challenges_flutter Image
challenges_flutter Images

Languages

Categories

Add to Cart

Description:

challenges flutter

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