tether_libs 1.3.2
tether_libs: ^1.3.2 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.
1.2.2 #
- Added support for GeoJSON serialization and deserialization.
1.3.1 #
- Introduced
createRowFromMaputility function to simplify Row creation from Maps.
1.3.2 #
- Fixed the
fromSqlitemethod in the model generator to correctly handle "IS NOT" and "IS" conditions for boolean values.