journaling_suggestions 0.0.1-dev.1
journaling_suggestions: ^0.0.1-dev.1 copied to clipboard
Display a set of recent, personal events that inspire someone to contribute to your app’s creative workflow.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add journaling_suggestionsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
journaling_suggestions: ^0.0.1-dev.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:journaling_suggestions/journaling_suggestions.dart';