lorem_gen 2.0.1
lorem_gen: ^2.0.1 copied to clipboard
A simple and lite `Dart` package to generate Lorem (Ipsum) and populate your app with random generated text.
2.0.1 #
- Changed github repo name ->
lorem_gen
. - Update the documentation.
2.0.0 #
- Changed from
Flutter
toDart
package. - Promoted to 2.0.0 version.
1.0.3 #
- Refactoring: Creation of
Lorem
class instead of direct functions, to simplify the usage.
1.0.2 #
- Follow Dart file conventions.
1.0.1 #
- Follow Dart file conventions.
1.0.0 #
- Initial version, derived from
lipsum
package.