dbutils 6.0.0 copy "dbutils: ^6.0.0" to clipboard
dbutils: ^6.0.0 copied to clipboard

Database utilities class library for SQLite and any number of other DBMS implemented in the future.

6.0.0 #

January 04, 2023

  • Now returns a record as a Map<String, dynamic> and not a QueryResultSet

5.2.0 #

December 30, 2022

  • Future

5.1.0 #

December 13, 2022

  • sdk: '>=2.18.0 <3.0.0'
  • improved newRec() in sqlite_db.dart
  • Deprecated FireStoreDB class removed

5.0.0 #

  • firebase_database: ^9.0.0 from 7.1.0
  • BREAKING: setPersistenceEnabled() is now synchronous.
  • BREAKING: setPersistenceCacheSizeBytes() is now synchronous.
  • DatabaseReference reference() deprecated in favor of DatabaseReference ref()
  • sdk: '>=2.15.1 <3.0.0'

4.0.1 #

September 08, 2021

  • Included more documentation

4.0.0 #

September 08, 2021

  • Included an example app
  • List<Object?>? whereArgs,
  • Map<String?, dynamic> to Map<String, dynamic>
  • Changed query() function to optionally take columns.

3.4.0 #

September 07, 2021

  • firebase_auth: ^3.0.0

3.3.1+02 #

June 17, 2021

  • newRec(table, values);

3.3.1 #

June 16, 2021

  • return {};

3.3.0 #

May 24, 2021

  • firebase_database: 7.0.0 (was 6.1.2)
  • cloud_firestore 2.2.0 (was 2.1.0)
  • cloud_firestore_platform_interface 5.1.0 (was 5.0.1)
  • cloud_firestore_web 2.1.0 (was 2.0.1)
  • file 6.1.1 (was 6.1.0)
  • firebase_auth 1.2.0 (was 1.1.4)
  • firebase_auth_platform_interface 4.2.3 (was 4.2.2)
  • firebase_auth_web 1.1.3 (was 1.1.2)
  • firebase_core 1.2.0 (was 1.1.1)
  • firebase_core_web 1.1.0 (was 1.0.3)

3.2.0 #

May 11, 2021

  • cloud_firestore 2.1.0
  • cloud_firestore_platform_interface 5.0.1
  • firebase_auth 1.1.4
  • firebase_core 1.1.1
  • firebase_database 6.1.2
  • path_provider_windows 2.0.1
  • process 4.2.1
  • sqflite 2.0.0+3

3.1.0 #

April 30, 2021

  • open(throwError: throwError);
  • analysis_options.yaml

3.0.0 #

March 10, 2021

  • Null safety 2.12.0

2.3.0 #

February 16, 2021

  • Updated dependencies: cloud_firestore firebase_auth firebase_core firebase_database path_provider sqflite

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
8
likes
130
pub points
65%
popularity

Publisher

verified publisherandrioussolutions.com

Database utilities class library for SQLite and any number of other DBMS implemented in the future.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

cloud_firestore, firebase_auth, firebase_core, firebase_database, flutter, path, path_provider, sqflite

More

Packages that depend on dbutils