This repo contains the source code for
Flutter third-party plugins (i.e., plugins contributed by Danford Kija).
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.
Published on pub.dev via Danford David
Name | Package |
---|---|
auth_screen_lock | |
neumorphic_ui | |
platform_device_id |
we use git subreference for package module references :
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