tether_libs 1.3.5
tether_libs: ^1.3.5 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.
1.3.3 #
- Fixed optimistic updating in the
ClientManagerto ensure it correctly updates the local database after a successful remote operation.
1.3.4 #
- Fixed optimistic updating in the
ClientManagerto ensure it correctly updates the local database after a successful remote operation.
1.3.5 #
- Added a
RETURNINGclause to themutationmethods in theClientManagerto return the newly inserted or updated row.