samples icon indicating copy to clipboard operation
samples copied to clipboard

A collection of Flutter examples and demos

Results 178 samples issues
Sort by recently updated
recently updated
newest added

This issue is mainly directed at @domesticmouse, who brought this up to me when I was rehearsing my Flutter Vikings talk. GitHub repo: https://github.com/justinmc/flutter_shortcut_intent_action_talk Live demo: https://justinmc.github.io/flutter_shortcut_intent_action_talk/#/ I made an...

Add support to host experimental/ samples that depend on non-stable channels of the SDK.

samples-index
p3

I did `flutter run` a few examples on windows and it has git changes like this : ``` modified: ../animations/linux/flutter/generated_plugin_registrant.cc modified: ../animations/linux/flutter/generated_plugin_registrant.h modified: ../animations/linux/flutter/generated_plugins.cmake modified: ../animations/macos/Flutter/GeneratedPluginRegistrant.swift modified: ../animations/windows/flutter/generated_plugin_registrant.cc modified: ../animations/windows/flutter/generated_plugin_registrant.h...

This is a strange bug. As you scroll the current M3 demo's component page, the calculated height seems to change, as the scrollbar changes size and jumps ![Kapture 2023-01-27 at...

bug

This particular sample has material and fluent_ui variants. Would the team be open to accepting a variant built with macos_ui? EDIT: I've in fact notes several other instances where fluent_ui...

p3

I'm unable to run the experimental/pedometer app on a local emulator (iOS or Android). Is it missing some files that should be checked in? ``` Expected ios/Runner.xcodeproj but this file...

1. Upgrade local flutter to 3.7 with `flutter upgrade` 2. Go to `add_to_app/android_view/flutter_module_using_plugin` 3. Connect Android device to computer 4. Run `flutter run` 5. See the following error: ``` "build/host/outputs/apk/app-debug.apk"...

Getting renderFlex overflow errors on small screens. mainAxisSize: MainAxisSize.min not applied on Rows and Text items not wrapped via Flexible widget. Affected classes are: ComponentDecoration SwitchRow Radios FloatingActionButtons CheckboxRow Once...

p2

The NavigationRail trailing has an Expanded Widget as parent however that will cause problems when window changes to small sizes. Would it not be better to use Flexible? Such as:...

p2

WIP migration of veggieseaons to go_router. Applying the same solution using `ShellRoute` as in https://github.com/flutter/samples/pull/1437 Still needs a bit of work and cleanup. ## Pre-launch Checklist - [ ] I...