supabase_easy 0.0.2
supabase_easy: ^0.0.2 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.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.