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: 11 months ago
JSON representation

A collection of useful Dart packages

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. | | [![Cloud HTTP](https://github.com/celest-dev/dart-packages/actions/workflows/cloud_http.yaml/badge.svg)](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)) | | [![HTTP SFV](https://github.com/celest-dev/dart-packages/actions/workflows/http_sfv.yaml/badge.svg)](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). | | [![libcoder](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. | | [![Native Authentication](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. | | [![Native Storage](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) |