mirror of
https://github.com/foss42/apidash.git
synced 2025-05-17 14:26:06 +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
|
||||
source: path
|
||||
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:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
@ -834,14 +841,6 @@ packages:
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
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:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -37,7 +37,8 @@ dependencies:
|
||||
json_annotation: ^4.9.0
|
||||
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_mpv: ^0.1.7
|
||||
just_audio_windows: ^0.2.0
|
||||
|
Reference in New Issue
Block a user