Skip to content

Commit fa5bfc9

Browse files
committed
upgrade dependencies
1 parent e1eb8ae commit fa5bfc9

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.2.3\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.0.27\\\\","native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.2.3\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.2.8+4\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.1.11\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.1.7\\\\","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2023-07-09 12:54:26.383097","version":"3.10.5"}
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.3.1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.3.0\\\\","native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.2.0\\\\","native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.3.0\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.3.1\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\sqflite-2.3.0\\\\","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.2.1\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\LENOVO\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.2.1\\\\","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2023-09-01 10:38:32.801830","version":"3.13.0"}

flutter_cache_manager/example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ environment:
88
dependencies:
99
baseflow_plugin_template:
1010
git:
11-
url: https://github.com/usefulteam/baseflow_plugin_template
11+
url: https://github.com/tentram/baseflow_plugin_template
1212
ref: master
13-
cupertino_icons: ^1.0.5
13+
cupertino_icons: ^1.0.6
1414
flutter:
1515
sdk: flutter
1616
flutter_cache_manager:
1717
path: ../
18-
url_launcher: ^6.1.11
18+
url_launcher: ^6.1.14
1919

2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
23-
flutter_lints: ^2.0.1
23+
flutter_lints: ^2.0.3
2424

2525
flutter:
2626
uses-material-design: true

flutter_cache_manager/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ environment:
1010

1111
dependencies:
1212
clock: ^1.1.1
13-
collection: ^1.17.1
14-
file: ">=6.0.0 <7.0.0"
13+
collection: ^1.17.2
14+
file: ">=6.0.0 <=7.0.0"
1515
flutter:
1616
sdk: flutter
17-
http: ^0.13.0
17+
http: ^1.1.0
1818
path: ^1.8.3
19-
path_provider: ^2.0.15
19+
path_provider: ^2.1.1
2020
rxdart: "^0.27.7"
21-
sqflite: ^2.2.8+4
22-
uuid: ^3.0.7
21+
sqflite: ^2.3.0
22+
uuid: ^4.0.0
2323

2424
dev_dependencies:
25-
build_runner: ^2.4.5
25+
build_runner: ^2.4.6
2626
flutter_test:
2727
sdk: flutter
2828
mockito: ^5.4.2
29-
flutter_lints: ^2.0.1
29+
flutter_lints: ^2.0.3

flutter_cache_manager_firebase/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ homepage: https://github.com/Baseflow/flutter_cache_manager
55
publish_to: none
66

77
environment:
8-
sdk: ">=2.12.0 <3.0.0"
8+
sdk: ">=3.0.0 <4.0.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_cache_manager:
1414
git:
15-
url: https://github.com/usefulteam/flutter_cache_manager
15+
url: https://github.com/tentram/flutter_cache_manager
1616
ref: develop
1717
path: flutter_cache_manager
1818

19-
firebase_storage: ">=8.0.0 <11.0.0"
20-
path_provider: ^2.0.15
19+
firebase_storage: ">=8.0.0 <12.0.0"
20+
path_provider: ^2.1.1
2121
path: ^1.8.3
2222

2323
dev_dependencies:

0 commit comments

Comments
 (0)