develop-bloc #68

Merged
MineTec merged 22 commits from develop-bloc into develop 2024-05-12 13:12:23 +00:00
Showing only changes of commit 3802e4a5b9 - Show all commits

View File

@ -23,6 +23,7 @@ class ErrorBar extends StatelessWidget {
child: child,
),
child: Visibility(
key: Key(visible.hashCode.toString()),
visible: visible,
child: Builder(
builder: (context) {