Skip to content

Kijacode/dart-packages

Repository files navigation

Flutter plugins by @Kijacode

Kijacode - Dart Plugins melos

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

Packages

Name Package
auth_screen_lock auth_screen_lock - 1.0.5
neumorphic_ui neumorphic_ui  - 1.0.o
platform_device_id  platform_device_id  - v1

git

we use git subreference for package module references :

Issues

Please file any issues, bugs, or feature requests in the each individual repo.

Contributing

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.

Troubleshooting

Cloning issues:

git submodule  update --init --recursive --remote --force