local_database 1.2.0 local_database: ^1.2.0 copied to clipboard
A local database using dart:io file system components. Comes with put, get, and remove functionality.
1.2.0 #
- Added queue system for queries
1.1.0+1 #
- Fixed typos
1.1.0 #
- Reading is now asynchronous
- Removing now returns void
1.0.1+4 #
- Readme fixes
1.0.1+3 #
- Fixed a typo in readme
1.0.1+2 #
- Fixed changelog
1.0.1+1 #
- Fixed a bug with getting from root when it is empty
1.0.1 #
- Removed static method
fromApplicationDocumentsDirectory
1.0.0+2 #
- Readme fixes
1.0.0 #
- Initial release