tether_libs 1.1.85
tether_libs: ^1.1.85 copied to clipboard
A library of Dart code for Tether, including database models, client managers, and more.
1.0.0 #
- Initial release of the Tether Libraries.
1.0.5 #
- Changed how the query and realtime are accessed in the CLient Manager.
1.0.6 #
- Modified the Auth signin and signout methods to more closely mirror Supabase.
1.1.0 #
- Changed the Client Manager to use the new
TetherClientReturnclass for all results.
1.1.2 #
- Add
TetherModelInputclass to handle input and update operations
1.1.3 #
- Fixed the
deletemethod on theClientManagerto accept either String or int
1.1.4 #
- Updated the
TetherModelInputclass to include validation logic for required fields.
1.1.85 #
- Updated BackgroundJobManager to include passing a mesage to the front end.