upgrade min sdk; run formatter

This commit is contained in:
Fabian Freund
2025-06-02 22:25:10 +02:00
parent 8fccd767af
commit ad03cc9bac
171 changed files with 4817 additions and 4685 deletions
@@ -21,13 +21,12 @@ class MyAppState extends State<MyApp> {
title: const Text('Native Fragment Example'),
actions: [
MenuAnchor(
builder:
(context, controller, child) => IconButton(
onPressed: () {
controller.open();
},
icon: const Icon(Icons.menu),
),
builder: (context, controller, child) => IconButton(
onPressed: () {
controller.open();
},
icon: const Icon(Icons.menu),
),
menuChildren: [
MenuItemButton(
onPressed: () async {
@@ -5,7 +5,7 @@ description: "Demonstrates how to use the flutter_mozilla_components plugin."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: '>=3.7.0 <4.0.0'
sdk: '>=3.8.0 <4.0.0'
dependencies:
flutter: