Skip to content

Commit 88373b3

Browse files
committed
fix dart warning before publish
1 parent a6c8d55 commit 88373b3

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -449,13 +449,13 @@ packages:
449449
source: hosted
450450
version: "2.1.11"
451451
path_provider_platform_interface:
452-
dependency: transitive
452+
dependency: "direct dev"
453453
description:
454454
name: path_provider_platform_interface
455-
sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
455+
sha256: "94b1e0dd80970c1ce43d5d4e050a9918fce4f4a775e6142424c30a29a363265c"
456456
url: "https://pub.dev"
457457
source: hosted
458-
version: "2.0.6"
458+
version: "2.1.1"
459459
path_provider_windows:
460460
dependency: transitive
461461
description:
@@ -481,13 +481,13 @@ packages:
481481
source: hosted
482482
version: "3.1.0"
483483
plugin_platform_interface:
484-
dependency: transitive
484+
dependency: "direct dev"
485485
description:
486486
name: plugin_platform_interface
487-
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
487+
sha256: da3fdfeccc4d4ff2da8f8c556704c08f912542c5fb3cf2233ed75372384a034d
488488
url: "https://pub.dev"
489489
source: hosted
490-
version: "2.1.4"
490+
version: "2.1.6"
491491
pool:
492492
dependency: transitive
493493
description:
@@ -799,4 +799,4 @@ packages:
799799
version: "3.1.2"
800800
sdks:
801801
dart: ">=3.1.0-185.0.dev <4.0.0"
802-
flutter: ">=3.3.0"
802+
flutter: ">=3.7.0"

pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ dev_dependencies:
3232
build_runner: ^2.1.4
3333
json_serializable: ^6.5.4
3434
sqflite_common_ffi: ^2.3.0+2
35+
path_provider_platform_interface: ^2.1.1
36+
plugin_platform_interface: ^2.1.6
37+
3538
#test: <latest_version>
3639

3740
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)