samples icon indicating copy to clipboard operation
samples copied to clipboard

A collection of Flutter examples and demos

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

A test in veggieseasons is failing: https://github.com/flutter/samples/actions/runs/5060535147/jobs/9083548830, which seems unrelated to the PR: https://github.com/flutter/samples/pull/1837 ``` /home/runner/work/samples/samples/veggieseasons/test/restoration_test.dart: restoration smoke test (failed) ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════ The following...

p3
retire

While the game_template has settings that will silence audio, the app should and does not respect when a device's sound is muted. This happens with both iOS simulator and actual...

p3

I am using a recent version of the game_template and turned on Firebase. I went through the Firebase configuration without a hitch (have previously done this with other apps so...

p2

As part of the work for the compass-app / architecture examples This PR is considerably large, so apologies for that, but as it contains the first feature there is a...

- [ ] Does not follow guidance for where to place the test driver file. [integration_test documentation](https://github.com/flutter/flutter/tree/main/packages/integration_test#package-structure) and [Flutter documentation](https://docs.flutter.dev/testing/integration-tests#test-in-a-web-browser) suggest that the test driver should be under `test_driver/integration_test.dart`. -...

p1

https://github.com/flutter/samples/pull/2330#issuecomment-2195725456

Continuation of the work in the following prs https://github.com/flutter/samples/pull/2337 https://github.com/flutter/samples/pull/2330 Update examples to at minimum targetSdk 34.

dependencies

I'm not sure if this is possible or how it works, but it's worth looking into to avoid maintaining multiple idx/dev.nix files. Reference -- Dartpad is using it: https://github.com/dart-lang/dart-pad/blob/main/pkgs/dart_services/lib/src/common_server.dart#L212

Hi, I have attempted to use the simplistic_editor and it works as expected. What I wanted to do was to be able to get the output of the formatted text...