This repo contains the source code for
Flutter third-party plugins (i.e., plugins developed by Rody Davis).
Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/.
Published on pub.dev via rodydavis.com
Please file any issues, bugs, or feature requests in the each individual repo.
This repo uses sub modules to keep all the repos in one place as a mono repo but retaining the advantages of individual repos.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request for the specific repo.
Cloning issues:
git submodule update --init --recursive --remote --force