dummy_gen 0.0.2 dummy_gen: ^0.0.2 copied to clipboard
Generate dummy data for quick front-end development when lack of backend support.
Features #
Generate dummy contents;
Getting started #
import 'package:dummy_gen/dummy_gen.dart';
Usage #
Import and use the DummyGen;
DummyGen.city,
DummyGen.province,
DummyGen.provinceCode,
DummyGen.state,
DummyGen.stateCode,
DummyGen.street,
DummyGen.postal,
DummyGen.address,
DummyGen.title,
DummyGen.subTitle,
DummyGen.paragraph,
DummyGen.image,
DummyGen.phone,
DummyGen.email,
DummyGen.name,
DummyGen.dateFuture,
DummyGen.datePast,
DummyGen.lorem(),