Add ButtonGroupM3E component with overflow handling and update API to use actions

This commit is contained in:
Emily Pauli 2025-11-12 12:51:29 +01:00
commit 582af894f3
14 changed files with 1463 additions and 255 deletions

View file

@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:m3e_collection/m3e_collection.dart';
import 'package:m3e_gallery/sections/button_group_section.dart';
import 'package:m3e_gallery/sections/button_section.dart';
import 'package:m3e_gallery/sections/fab_section.dart';
import 'package:m3e_gallery/sections/icon_button_section.dart';
@ -124,6 +125,7 @@ class SectionedGallery extends StatelessWidget {
return ListView(
padding: const EdgeInsets.all(16),
children: [
const ButtonGroupSection(),
const IconButtonSection(),
const SplitButtonSection(),
const ButtonSection(),