mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Replace json_text_field with json_field_editor
This commit is contained in:
15
pubspec.lock
15
pubspec.lock
@ -826,6 +826,13 @@ packages:
|
|||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.1.2"
|
version: "0.1.2"
|
||||||
|
json_field_editor:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
path: "packages/json_field_editor"
|
||||||
|
relative: true
|
||||||
|
source: path
|
||||||
|
version: "1.2.0"
|
||||||
json_serializable:
|
json_serializable:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@ -834,14 +841,6 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.9.4"
|
version: "6.9.4"
|
||||||
json_text_field:
|
|
||||||
dependency: "direct main"
|
|
||||||
description:
|
|
||||||
name: json_text_field
|
|
||||||
sha256: d922cf02d5807c3971d57e1ba5463c68b98650e8913163e7391cdb31c6af3ae4
|
|
||||||
url: "https://pub.dev"
|
|
||||||
source: hosted
|
|
||||||
version: "1.2.0"
|
|
||||||
just_audio:
|
just_audio:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -37,7 +37,8 @@ dependencies:
|
|||||||
json_annotation: ^4.9.0
|
json_annotation: ^4.9.0
|
||||||
json_explorer:
|
json_explorer:
|
||||||
path: packages/json_explorer
|
path: packages/json_explorer
|
||||||
json_text_field: ^1.2.0
|
json_field_editor:
|
||||||
|
path: packages/json_field_editor
|
||||||
just_audio: ^0.9.46
|
just_audio: ^0.9.46
|
||||||
just_audio_mpv: ^0.1.7
|
just_audio_mpv: ^0.1.7
|
||||||
just_audio_windows: ^0.2.0
|
just_audio_windows: ^0.2.0
|
||||||
|
Reference in New Issue
Block a user