supabase_easy 0.0.3
supabase_easy: ^0.0.3 copied to clipboard
A powerful and lightweight Supabase wrapper for Flutter that reduces boilerplate for Auth, Database CRUD, and Real-time listeners by 60-70%.
0.0.3 #
- Added
EasyStoragefor simplified file management (upload, download, delete, signed URLs). - Added
signInWithOAuthtoEasyAuthfor social login support. - Added support for
FileOptions,SearchOptions, andFileObjectin storage operations. - Improved library exports for easier integration.
0.0.2 #
- Updated documentation and README with screenshots.
- Improved package description for better discoverability.
- Refactored example app with a modern UI and modular structure.
0.0.1 #
- Initial release of
supabase_easy. - Added
EasyRepositoryfor simplified CRUD operations. - Added
EasyAuthfor streamlined authentication. - Added support for real-time streams in
EasyRepository. - Added
createMany,count, and search functionality toEasyRepository. - Added
updateUserandrefreshSessiontoEasyAuth. - Comprehensive DartDoc documentation for all public APIs.