supa_helper 0.1.7
supa_helper: ^0.1.7 copied to clipboard
The Flutter productivity library that replaces scattered Supabase boilerplate with a unified, typed, and retry-capable API across auth, database, storage, and realtime.
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- remove social media providers (google, facebook, apple)
- change socialMediaResponse model
0.0.3 #
- update ReadMe
0.0.4 #
- update error handling
- adding abstraction
0.0.5 #
- adding example
0.0.6 #
- adding comments
0.0.7 #
- fix unused imports
0.0.8 #
- fix
0.0.9 #
- fix readme
0.1.0 #
- update supabase version
0.1.1 #
- add pagination
- add delete many and exists in database
0.1.2 #
- add retry option
0.1.3 #
- add type mapping for database
0.1.4 #
*add auth options (signInAnonymously, signInWithOAuth, signInWithSSO)
0.1.5 #
- update id value from string to dynamic
0.1.6 #
- add isAuthenticated, user, uID
0.1.7 #
- edit auth listeners