fluttering_phrases 1.0.0
fluttering_phrases: ^1.0.0 copied to clipboard
Generate random noun phrases with an optional token to spice up names in your application.
1.0.0 #
- Update minimum SDK requirement to Dart 3.0.
0.5.0 #
- Update minimum SDK requirement to Dart 2.19.
- No longer explicitly name
fluttering_phrases.dartlibrary. - Add 'glorious' and 'illustrious' to default adjectives.
- Add 'nebula' and 'ripple' to default nouns.
0.4.0 #
- Update minimum SDK requirement to Dart 2.17.
- Update used linting and analysis options.
- Prepare for use in Dart 3.
- Add a few new default nouns and adjectives.
0.3.2 #
- Lazily create the shared random object when needed.
- Switch from
pedanticto the recommended set fromlints. - Test on more versions of the SDK.
0.3.1 #
- Add "flurry" as one of the default nouns.
0.3.0 #
- Update dev dependencies to stable versions.
- Update to stable Dart SDK supporting null safety.
- Add future canonical lints.
- Minor code cleanup.
0.2.0-nullsafety.0 #
- Update back to null safety.
0.1.0 #
- Breaking change: Release a non-null safe version of the library.
0.0.2-nullsafety.1 #
- Add destiny as a noun.
0.0.1-nullsafety.2 #
- Remove unneeded path dependency.
0.0.1-nullsafety.1 #
- Initial package release, looking for feedback and suggestions.