Skip to content

Commit 32477cd

Browse files
committed
Tambahkan dependency path provider di pubspec.yaml file
1 parent bda6b56 commit 32477cd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pubspec.lock

+7
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,13 @@ packages:
305305
url: "https://pub.dartlang.org"
306306
source: hosted
307307
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"
308315
pedantic:
309316
dependency: transitive
310317
description:

pubspec.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ dependencies:
3232
# Flutter plugin for SQLite.
3333
sqflite: ^1.1.5
3434

35+
# Flutter plugin for getting commonly used locations on the Android & iOS.
36+
path_provider: ^1.1.0
37+
3538
dev_dependencies:
3639
flutter_test:
3740
sdk: flutter

0 commit comments

Comments
 (0)