Skip to content

Commit 05fb363

Browse files
committed
bump json_data_explorer version
1 parent e074b73 commit 05fb363

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

devtools_options.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extensions:

pubspec.lock

+19-3
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ packages:
265265
url: "https://pub.dev"
266266
source: hosted
267267
version: "7.0.0"
268+
file_picker:
269+
dependency: "direct main"
270+
description:
271+
name: file_picker
272+
sha256: "4e42aacde3b993c5947467ab640882c56947d9d27342a5b6f2895b23956954a6"
273+
url: "https://pub.dev"
274+
source: hosted
275+
version: "6.1.1"
268276
fixnum:
269277
dependency: transitive
270278
description:
@@ -350,6 +358,14 @@ packages:
350358
url: "https://pub.dev"
351359
source: hosted
352360
version: "0.6.18+2"
361+
flutter_plugin_android_lifecycle:
362+
dependency: transitive
363+
description:
364+
name: flutter_plugin_android_lifecycle
365+
sha256: b068ffc46f82a55844acfa4fdbb61fad72fa2aef0905548419d97f0f95c456da
366+
url: "https://pub.dev"
367+
source: hosted
368+
version: "2.0.17"
353369
flutter_riverpod:
354370
dependency: "direct main"
355371
description:
@@ -533,10 +549,10 @@ packages:
533549
description:
534550
path: "."
535551
ref: HEAD
536-
resolved-ref: "9e279ee9862c4fc4050dbcb5074529b22e67a7c3"
552+
resolved-ref: "320c9fc7d4b8366daa1d70ba28523977ab101d9f"
537553
url: "https://github.com/foss42/json_data_explorer.git"
538554
source: git
539-
version: "0.1.1"
555+
version: "0.1.2"
540556
json_serializable:
541557
dependency: "direct dev"
542558
description:
@@ -1280,5 +1296,5 @@ packages:
12801296
source: hosted
12811297
version: "3.1.2"
12821298
sdks:
1283-
dart: ">=3.2.0 <4.0.0"
1299+
dart: ">=3.2.3 <4.0.0"
12841300
flutter: ">=3.16.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
json_data_explorer:
4747
git:
4848
url: https://github.com/foss42/json_data_explorer.git
49-
version: ^0.1.1
49+
version: ^0.1.2
5050
scrollable_positioned_list: ^0.2.3
5151
file_picker: ^6.1.1
5252
flutter_svg: ^2.0.9

0 commit comments

Comments
 (0)