Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celest-dev/dart-packages
A collection of useful Dart packages
https://github.com/celest-dev/dart-packages
Last synced: about 2 months ago
JSON representation
A collection of useful Dart packages
- Host: GitHub
- URL: https://github.com/celest-dev/dart-packages
- Owner: celest-dev
- License: other
- Created: 2024-05-08T15:48:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T11:59:28.000Z (4 months ago)
- Last Synced: 2024-09-23T12:15:12.813Z (4 months ago)
- Language: Dart
- Size: 1.16 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dart Packages
A collection of useful Dart packages.
Written in Dart for Dart 💙
## Packages
The following packages are available:
| Client | Description | Pub | Checks |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Libcoder](packages/libcoder/) | A serialization framework inspired by Swift's [Codable](https://developer.apple.com/documentation/swift/codable). | | [![Stripe](https://github.com/celest-dev/dart-packages/actions/workflows/libcoder.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/libcoder.yaml) |
| [Native Authentication](packages/native/authentication/) | Native bindings for platform-specific authentication APIs like `ASWebAuthenticationSession` and Chrome Custom Tabs. | | [![Stripe](https://github.com/celest-dev/dart-packages/actions/workflows/native_authentication.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/native_authentication.yaml) |
| [Native Storage](packages/native/storage/) | A unified API for accessing platform-native storage functionality such as the iOS Keychain and Android SharedPreferences. | | [![Stripe](https://github.com/celest-dev/dart-packages/actions/workflows/native_storage.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/native_storage.yaml) |