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

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

Awesome Lists containing this project

README

        

# Flutter plugins by @Kijacode

[![Kijacode - Dart Plugins](https://img.shields.io/badge/Kijacode-Dart_Plugins-2ea44f)](https://)
[![melos](https://img.shields.io/badge/maintained%20with-melos-f700ff.svg?style=flat-square)](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) | [![auth_screen_lock - 1.0.5](https://img.shields.io/badge/auth__screen__lock-1.0.5-2ea44f)](https://)|
| [neumorphic_ui ](https://pub.dev/packages/neumorphic_ui) | [![neumorphic_ui - 1.0.o](https://img.shields.io/badge/neumorphic__ui_-1.0.o-2ea44f)](https://)
| [ platform_device_id ](https://github.com/Kijacode/platform_device_id.git) | [![ platform_device_id - v1](https://img.shields.io/badge/_platform__device__id_-v1-2ea44f)](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
```