An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# mock_plugin


pub.dev
ci

All Contributors

pub points
popularity
likes
GitHub issues
GitHub stars
GitHub forks

## 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)):



Harsh Bhikadia

💻 🤔

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!