8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda6b56 commit 32477cdCopy full SHA for 32477cd
pubspec.lock
@@ -305,6 +305,13 @@ packages:
305
url: "https://pub.dartlang.org"
306
source: hosted
307
version: "1.6.2"
308
+ path_provider:
309
+ dependency: "direct main"
310
+ description:
311
+ name: path_provider
312
+ url: "https://pub.dartlang.org"
313
+ source: hosted
314
+ version: "1.1.0"
315
pedantic:
316
dependency: transitive
317
description:
pubspec.yaml
@@ -32,6 +32,9 @@ dependencies:
32
# Flutter plugin for SQLite.
33
sqflite: ^1.1.5
34
35
+ # Flutter plugin for getting commonly used loc 5A3B ations on the Android & iOS.
36
+ path_provider: ^1.1.0
37
+
38
dev_dependencies:
39
flutter_test:
40
sdk: flutter
0 commit comments