dbutils 2.2.1+2 dbutils: ^2.2.1+2 copied to clipboard
Database utilities class library for SQLite and any number of other DBMS implemented in the future.
2.2.1 #
October 29, 2020
- Data table field's 'default' value now in correct data type.
2.2.0 #
September 30, 2020
- Migrated to new version of the Android embedding
- Update dependencies: firebase_core firebase_auth cloud_firestore firebase_database
2.1.3 #
July 04, 2020
- for (var i = 0; i < tables.length; i++) {
- db.transaction((txn) async => func(), exclusive: exclusive);
2.1.2 #
June 03, 2020
- Corrected Apache Licence
2.1.1 #
June 01, 2020
- firebase_auth: ^0.16.0
2.1.0 #
April 17, 2020
- export 'package:sqflite/sqflite.dart' in sqlite_db.dart
2.0.0 #
March 11, 2020
- Correcting version number mistake.
- It is a major change and is not backward-compatible is some respects.
- Included 'commented out' Flutter Web support code.
1.2.0 (Should be 2.0.0) #
March 10, 2020
- SQLiteDB implements db.DBInterface
- supporting Firestore, RealTime, SQLite
- firebase_auth, cloud_firestore, firebase_database
- Avoid using 1.2.0 by setting your pubspec.yaml file: dbutils: ^1.1.0
1.1.0 #
November 26, 2019
- Exception ex = e is Exception ? e :
- Fix return await db
- rawInsert()
- rawUpdate()
- rawDelete()
1.0.0 #
Sep 19, 2019
- Released to Production and so the major semantic version number must be used: 1.0.0
0.3.6 #
Sep 16, 2019
- Supplied Github homepage
- Longer package description.
0.3.5 #
Sep 16, 2019
- updated README.md file
- recs = List();
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