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

https://github.com/supabase/storage-dart

Dart client library to interact with Supabase Storage
https://github.com/supabase/storage-dart

Last synced: 10 months ago
JSON representation

Dart client library to interact with Supabase Storage

Awesome Lists containing this project

README

          

# `storage-dart`

> **Warning**
> This repository has been moved to the [supabase-flutter repo](https://github.com/supabase/supabase-flutter/tree/main/packages/storage_client).

Dart client library to interact with Supabase Storage.

- Documentation: https://supabase.io/docs/reference/dart/storage-createbucket

## Contributing

- Fork the repo on [GitHub](https://github.com/supabase/storage-dart)
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes and merge

## License

This repo is licensed under MIT.

## Credits

- https://github.com/supabase/storage-js - ported from supabase/storage-js