https://github.com/kijacode/dart-packages
Flutter Packages supported by @Kijacode
https://github.com/kijacode/dart-packages
dart dart-package flutter flutter-apps flutter-ui flutterpackage melos
Last synced: 4 months ago
JSON representation
Flutter Packages supported by @Kijacode
- Host: GitHub
- URL: https://github.com/kijacode/dart-packages
- Owner: Kijacode
- License: mit
- Created: 2023-07-29T22:33:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T01:05:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T15:03:22.008Z (4 months ago)
- Topics: dart, dart-package, flutter, flutter-apps, flutter-ui, flutterpackage, melos
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Flutter plugins by @Kijacode
[](https://)
[](https://github.com/invertase/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](https://pub.dev/my-packages)
## Packages
| Name | Package |
| --- | --- |
| [auth_screen_lock](https://pub.dev/packages/auth_screen_lock) | [](https://)|
| [neumorphic_ui ](https://pub.dev/packages/neumorphic_ui) | [](https://)
| [ platform_device_id ](https://github.com/Kijacode/platform_device_id.git) | [](https://)|## 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](https://github.com/Kijacode/dart-plugins),
and send a pull request for the specific repo.## Troubleshooting
Cloning issues:
```
git submodule update --init --recursive --remote --force
```