dbutils 0.3.4 dbutils: ^0.3.4 copied to clipboard
Database utilities class library for SQLite and other DBMS.
0.3.4 #
July 10, 2019
- updated README.md file
- lengthened pubspec.yaml description
- updated example app code
0.3.3 #
July 08, 2019
- updated README.md file
- updated pubspec.yaml description
- formatted source code
0.3.2 #
July 07, 2019
- employee.dart Future
- employeedetail.dart Employee().save(widget.employee).then((
- employeelist.dart dispose()
- DBInterface.dart Future
0.3.1 #
July 06, 2019
- library sqllite_db; to library dbutils;
- Update pubspec.yaml info.
0.3.0 #
July 05, 2019
- keyField(String table) in DBInterface
- Includes a working example
0.2.1 #
Apr 23, 2019
- Allow for Hot Reload with temp?.close();
0.2.0 #
Dec. 20, 2018
- dispose() renamed disposed()
0.1.3 #
Dec 10, 2018
- Include DECODE Flutter in README.md
0.1.2 #
Nov 25, 2018
- Update README.md
0.1.1 #
Nov 25, 2018
- Update README.md
0.1.0 #
Nov 24, 2018
- Public Release
0.0.1 #
Jun 25, 2018
- Initial Release