Usage
Import the dependencies in pubspec.yaml
dependencies:
flutter_faker_indonesia: ^latest_version
Use an easy implementation like this
import 'package:flutter_faker_indonesia/faker.dart';
main() {
var faker = new Faker().generate();
faker.personal.namaLengkap(length: 2);
/// Vania Mariska
}
Documentation
Explore the fascinating Documentation to unveil the array of functions employed by this remarkable library.
Contribution
We welcome contributions from the community to improve and expand this library. If you would like to contribute, please follow the steps below:
Check the issues for open tasks or features that you can work on. If there are no relevant issues, you can create a new issue to discuss your proposed contribution.
Fork this repository and create a new branch for your contribution work.
Make the changes you want to implement in your branch.
Once you are done, submit a pull request to the main repository explaining the changes you made and the reasons behind them.
Our development team will review your contribution and provide feedback as soon as possible. If necessary, we may request changes or additional adjustments before merging your pull request.
Please make sure to read CONTRIBUTING.md for further guidelines on how to contribute to this project.
License
Distributed under the MIT License. See LICENSE for more information.
Features and bugs
Please file feature requests and bugs at the issue tracker.
Libraries
- faker
- library flutter_faker_indonesia;