https://github.com/daadu/mock_plugin
Easily mock flutter plugins for testing.
https://github.com/daadu/mock_plugin
Last synced: 3 months ago
JSON representation
Easily mock flutter plugins for testing.
- Host: GitHub
- URL: https://github.com/daadu/mock_plugin
- Owner: daadu
- License: mit
- Created: 2022-03-20T06:06:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T13:37:52.000Z (about 3 years ago)
- Last Synced: 2025-01-02T02:43:05.329Z (5 months ago)
- Language: Dart
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mock_plugin
## Getting started
TODO
## Usage
TODO
## Todo
- Complete README
- API docs
- Mock more plugins in tests
- Stub without hard-coding method name, etc
- Mock EventChannel of plugin
- Mock D-Bus for plugins for Linux [https://github.com/canonical/dbus.dart/issues/336]## Contribute
Check the [Todo](#todo) section above, before you begin with any contribution.
1. You'll need a GitHub account.
2. Fork the [repository](https://github.com/daadu/mock_plugin).
3. Pick an issue to work on from [issue tracker](https://github.com/daadu/mock_plugin/issues).
4. Implement it.
5. Add your name and email in `authors` section in `pubspec.yaml` file.
6. Send merge request.
7. Star this project.
8. Become a hero!!## Features and bugs
Please file feature requests and bugs at
the [issue tracker](https://github.com/daadu/mock_plugin/issues).## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!