https://github.com/celest-dev/dart-packages
A collection of useful Dart packages
https://github.com/celest-dev/dart-packages
Last synced: 11 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T21:22:32.000Z (12 months ago)
- Last Synced: 2025-06-29T22:27:25.529Z (12 months ago)
- Language: Dart
- Size: 1.57 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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 |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Cloud HTTP](packages/cloud_http/) | Utilities for running Dart server applications in cloud environments. |
| [](https://github.com/celest-dev/dart-packages/actions/workflows/cloud_http.yaml) |
| [HTTP SFV](packages/http_sfv/) | Dart implementation of Structured Field Values for HTTP ([RFC8941](https://www.rfc-editor.org/rfc/rfc8941.html)) |
| [](https://github.com/celest-dev/dart-packages/actions/workflows/http_sfv.yaml) |
| [libcoder](packages/libcoder/) | A serialization framework inspired by Swift's [Codable](https://developer.apple.com/documentation/swift/codable). |
| [](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. |
| [](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. |
| [](https://github.com/celest-dev/dart-packages/actions/workflows/native_storage.yaml) |