WIP - Provider refactorings

This commit is contained in:
Anton Stubenbord
2022-12-27 00:12:33 +01:00
parent 60aecb549d
commit bf0e186646
53 changed files with 434 additions and 416 deletions

View File

@@ -63,7 +63,7 @@ class LabelTabView<T extends Label> extends StatelessWidget {
);
}
return RefreshIndicator(
onRefresh: BlocProvider.of<LabelCubit<T>>(context).reload,
onRefresh: context.read<LabelCubit<T>>().reload,
child: ListView(
children: labels
.map(