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

Nudge Streaks

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:streaks_flutter/challenges_flutter.dart';
copied to clipboard

Add the Streaks Ui widget to the plugins list.

return NudgeProvider(
nudgeInstance: nudge,
plugins: const [
StreaksUi(
)
]
,
...
copied to clipboard
1
likes
110
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

Nudge Streaks

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http, nudge_core

More

Packages that depend on nudge_streaks