slight cleanups
This commit is contained in:
parent
c5122fc34f
commit
633e83b915
3 changed files with 1 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue