File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,13 @@ packages:
380
380
url: "https://pub.dartlang.org"
381
381
source: hosted
382
382
version: "1.5.5"
383
+ sqflite:
384
+ dependency: "direct main"
385
+ description:
386
+ name: sqflite
387
+ url: "https://pub.dartlang.org"
388
+ source: hosted
389
+ version: "1.1.5"
383
390
stack_trace:
384
391
dependency: transitive
385
392
description:
@@ -408,6 +415,13 @@ packages:
408
415
url: "https://pub.dartlang.org"
409
416
source: hosted
410
417
version: "1.0.4"
418
+ synchronized:
419
+ dependency: transitive
420
+ description:
421
+ name: synchronized
422
+ url: "https://pub.dartlang.org"
423
+ source: hosted
424
+ version: "2.1.0"
411
425
term_glyph:
412
426
dependency: transitive
413
427
description:
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ dependencies:
29
29
# Flutter plugin for launching a URL on Android and iOS.
30
30
url_launcher : ^5.0.3
31
31
32
+ # Flutter plugin for SQLite.
33
+ sqflite : ^1.1.5
34
+
32
35
dev_dependencies :
33
36
flutter_test :
34
37
sdk : flutter
You can’t perform that action at this time.
0 commit comments