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
- Host: GitHub
- URL: https://github.com/supabase/storage-dart
- Owner: supabase
- License: mit
- Archived: true
- Created: 2021-04-27T00:30:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T15:17:01.000Z (about 3 years ago)
- Last Synced: 2024-10-29T12:28:52.294Z (almost 2 years ago)
- Language: Dart
- Homepage:
- Size: 157 KB
- Stars: 21
- Watchers: 11
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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