samples
samples copied to clipboard
A collection of Flutter examples and demos
This reverts commit dc50c46ef13c08feb4e4b588101ca70acf840305.
## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]....
## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]....
This PR updates `simplistic_editor` for Flutter 3.4 beta. Fixes https://github.com/flutter/samples/issues/1443 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I...
We currently have to [override](https://github.com/flutter/samples/blob/main/web/samples_index/pubspec.yaml#L26-L31) the `sass` dependency due to a previous issue with Material Components Web which the fix for has not yet rolled into `package:mdc_web`. Due to changes...
The `.github/workflows/verify-web-demos.yml` workflow needs the ability to temporarily comment out apps from the Beta channel verify run. See `tool/flutter_ci_script_beta.sh` for the current list of projects that need to be elided...
This a sample meant to demonstrate custom context menus and the various ways they can be used. This means the unified ability to customize the text selection toolbar in text...
From [CI failure logs](https://github.com/flutter/samples/actions/runs/3127477852/jobs/5074144430#step:5:1025): ```console == Testing 'simplistic_editor' on Flutter's beta channel == ~/work/samples/samples/simplistic_editor ~/work/samples/samples Running "flutter pub get" in simplistic_editor... 977ms Analyzing simplistic_editor... error - lib/basic_text_field.dart:107:12 - A value...
Updates the navigation_and_routing sample to go_router 5. Depends on https://github.com/flutter/flutter/issues/111981 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I...
go_router 5 is now [available on Pub](https://pub.dev/packages/go_router), so the navigation_and_routing sample should be updated to use it