challenges_flutter 0.0.3 copy "challenges_flutter: ^0.0.3" to clipboard
challenges_flutter: ^0.0.3 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';

dd Add the ChallengesUi widget to the plugins list.

return NudgeProvider(
nudgeInstance: nudge,
plugins: const [
ChallengesUi(
)
]
,
...
0
likes
110
pub points
47%
popularity

Publisher

unverified uploader

Nudge Challenges SDK

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, flutter, http, nudge_core

More

Packages that depend on challenges_flutter