faker_korean 0.1.0
faker_korean: ^0.1.0 copied to clipboard
Faker Korean is generating fake data for test, or dummy data for Korean.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add faker_koreanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
faker_korean: ^0.1.0Alternatively, 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:faker_korean/faker_korean.dart';