feat: Replaced old label form fields with full page search, removed badge from edit button in document details

This commit is contained in:
Anton Stubenbord
2023-04-07 18:04:56 +02:00
parent 79ccdd0946
commit 10d48e6a55
58 changed files with 3457 additions and 487 deletions

View File

@@ -25,6 +25,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.11.2"
animations:
dependency: "direct main"
description:
name: animations
sha256: fe8a6bdca435f718bb1dc8a11661b2c22504c6da40ef934cee8327ed77934164
url: "https://pub.dev"
source: hosted
version: "2.0.7"
ansicolor:
dependency: transitive
description:
@@ -560,10 +568,10 @@ packages:
dependency: "direct main"
description:
name: flutter_form_builder
sha256: "768b11307e71c60cb66351a87984815bd438b50aa58b5de02c9256a8f2964bee"
sha256: "9551c7379adc01a3a3a1100057396407c9534ea8adc937d14a0edd96fcd9e1dc"
url: "https://pub.dev"
source: hosted
version: "7.7.0"
version: "7.8.0"
flutter_html:
dependency: "direct main"
description:
@@ -723,14 +731,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "10.4.0"
form_builder_validators:
dependency: "direct main"
description:
name: form_builder_validators
sha256: e4d54c0c513e3e36ae4e4905994873a0a907585407212effeef39a68e759670c
url: "https://pub.dev"
source: hosted
version: "8.4.0"
freezed:
dependency: "direct dev"
description:
@@ -1009,10 +1009,10 @@ packages:
dependency: "direct dev"
description:
name: mockito
sha256: "2a8a17b82b1bde04d514e75d90d634a0ac23f6cb4991f6098009dd56836aeafe"
sha256: dd61809f04da1838a680926de50a9e87385c1de91c6579629c3d1723946e8059
url: "https://pub.dev"
source: hosted
version: "5.3.2"
version: "5.4.0"
mocktail:
dependency: transitive
description:
@@ -1842,5 +1842,5 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.19.0 <3.0.0"
flutter: ">=3.4.0-17.0.pre"
dart: ">2.19.0 <3.0.0"
flutter: ">=3.7.0"