Skip to content

Commit 0263f79

Browse files
feat: Feature of Buttons not overlap with Tasks Tiles
1 parent 3bbfde7 commit 0263f79

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

lib/widgets/buildTasks.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class _TasksBuilderState extends State<TasksBuilder> {
175175
)
176176
: ListView(
177177
controller: scrollController,
178-
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 2),
178+
padding: const EdgeInsets.only(top: 4, left: 2, right: 2, bottom: 80),
179179
children: [
180180
for (var task in widget.taskData)
181181
widget.pendingFilter

pubspec.lock

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,30 @@ packages:
624624
url: "https://pub.dev"
625625
source: hosted
626626
version: "4.8.1"
627+
leak_tracker:
628+
dependency: transitive
629+
description:
630+
name: leak_tracker
631+
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
632+
url: "https://pub.dev"
633+
source: hosted
634+
version: "10.0.0"
635+
leak_tracker_flutter_testing:
636+
dependency: transitive
637+
description:
638+
name: leak_tracker_flutter_testing
639+
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
640+
url: "https://pub.dev"
641+
source: hosted
642+
version: "2.0.1"
643+
leak_tracker_testing:
644+
dependency: transitive
645+
description:
646+
name: leak_tracker_testing
647+
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
648+
url: "https://pub.dev"
649+
source: hosted
650+
version: "2.0.1"
627651
lints:
628652
dependency: transitive
629653
description:
@@ -652,26 +676,26 @@ packages:
652676
dependency: transitive
653677
description:
654678
name: matcher
655-
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
679+
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
656680
url: "https://pub.dev"
657681
source: hosted
658-
version: "0.12.16"
682+
version: "0.12.16+1"
659683
material_color_utilities:
660684
dependency: transitive
661685
description:
662686
name: material_color_utilities
663-
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
687+
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
664688
url: "https://pub.dev"
665689
source: hosted
666-
version: "0.5.0"
690+
version: "0.8.0"
667691
meta:
668692
dependency: transitive
669693
description:
670694
name: meta
671-
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
695+
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
672696
url: "https://pub.dev"
673697
source: hosted
674-
version: "1.10.0"
698+
version: "1.11.0"
675699
mime:
676700
dependency: transitive
677701
description:
@@ -716,10 +740,10 @@ packages:
716740
dependency: transitive
717741
description:
718742
name: path
719-
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
743+
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
720744
url: "https://pub.dev"
721745
source: hosted
722-
version: "1.8.3"
746+
version: "1.9.0"
723747
path_parsing:
724748
dependency: transitive
725749
description:
@@ -1242,6 +1266,14 @@ packages:
12421266
url: "https://pub.dev"
12431267
source: hosted
12441268
version: "2.1.4"
1269+
vm_service:
1270+
dependency: transitive
1271+
description:
1272+
name: vm_service
1273+
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
1274+
url: "https://pub.dev"
1275+
source: hosted
1276+
version: "13.0.0"
12451277
watcher:
12461278
dependency: transitive
12471279
description:

0 commit comments

Comments
 (0)