From d30be8d4b980525b71e6ee076c27163ad53d0ec2 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Fri, 26 Jan 2024 23:04:12 +0530 Subject: [PATCH] bump json_text_field version --- pubspec.lock | 4 ++-- pubspec.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ef1e25a4..2f3f7f55 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -581,10 +581,10 @@ packages: dependency: "direct main" description: name: json_text_field - sha256: caec2d687221746f81503a0cfad263d349ecb3d538dd518b820beafc32f1dfce + sha256: "2d5500550a50323e20105960449378e1ac6c05404298ebf23b5d212b29b45085" url: "https://pub.dev" source: hosted - version: "1.0.0" + version: "1.1.0" just_audio: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index b554b38e..4196d007 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,6 @@ environment: dependencies: flutter: sdk: flutter - multi_split_view: ^2.4.0 url_launcher: ^6.1.12 flutter_riverpod: ^2.3.7 @@ -54,7 +53,7 @@ dependencies: vector_graphics_compiler: ^1.1.9+1 code_builder: ^4.9.0 dart_style: ^2.3.4 - json_text_field: ^1.0.0 + json_text_field: ^1.1.0 dev_dependencies: flutter_test: