tarsier_local_storage 1.0.5
tarsier_local_storage: ^1.0.5 copied to clipboard
A simple and flexible library for managing SQLite databases in Dart and Flutter applications.
1.0.5 #
- Finalized backup and restore operations
- Added and tested a fully functional web sample
- Added splash and image for web sample
- Changed index DB name for web platform
- Added logger class on the package that handles logging
- Modified README file to include enhancement
1.0.4 #
- Reconstructed pubspec file
- Added
web
necessary files for sample
- Upgraded some dependencies and dev dependencies
- Refactored some codes`
1.0.3 #
- Added
web
support - Required sdk
'3.2.1'
or higher
- Upgraded some dependencies and dev dependencies
- Modified
flutter_example
1.0.2 #
- Added topics
- Required sdk
'3.0.0'
or higher
- Upgraded some dependencies
- Fixed some issue on reported warning
1.0.1 #
- Added flutter example
- Added example screenshots
- Added more information int the README file
- Fixed some issue on reported warning
1.0.0 #
- Support for SQLite database initialization and management.
BaseTable
abstraction for defining and managing database tables.BaseTableModel
abstraction for defining data models.- CRUD operations for tables and models.
- Cross-platform support for Android, iOS, Windows, and Linux.