challenges_flutter 0.0.1 copy "challenges_flutter: ^0.0.1" to clipboard
challenges_flutter: ^0.0.1 copied to clipboard

Nudge Challenges SDK

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}}

In the Dart code, import the library.

import 'package:challenges_flutter/challenges_flutter.dart';

Add the ChallengesUi widget to the plugins list.

return NudgeProvider(
nudgeInstance: nudge,
plugins: const [
ChallengesUi(
)
]
,
...
1
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Nudge Challenges SDK

License

unknown (license)

Dependencies

dio, flutter, http, nudge_core

More

Packages that depend on challenges_flutter