diff --git a/lib/widgets/member_list.dart b/lib/widgets/member_list.dart index 7ae560a..77bada6 100644 --- a/lib/widgets/member_list.dart +++ b/lib/widgets/member_list.dart @@ -55,7 +55,6 @@ class MemberList extends HookConsumerWidget { selectedIndex: statusIndex.value, onSelectedIndexChanged: (index) => statusIndex.value = index ?? statusIndex.value, - // overflow: M3EButtonGroupOverflow.menu, actions: options .mapTo( (name, value) => M3EToggleButtonGroupAction( diff --git a/pubspec.lock b/pubspec.lock index cc7ee27..4e30e17 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -993,7 +993,7 @@ packages: source: hosted version: "2.1.5" path_provider_android: - dependency: "direct main" + dependency: transitive description: name: path_provider_android sha256: "149441ca6e4f38193b2e004c0ca6376a3d11f51fa5a77552d8bd4d2b0c0912ba" diff --git a/pubspec.yaml b/pubspec.yaml index d371873..da8b1ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,6 @@ dependencies: intl: 0.20.2 fast_immutable_collections: 11.2.0 path_provider: 2.1.5 - path_provider_android: 2.2.23 url_launcher: 6.3.2 freezed_annotation: 3.1.0 image_picker: 1.2.2