samples
samples copied to clipboard
A collection of Flutter examples and demos
Bumps [@angular/material](https://github.com/angular/components) from 19.2.18 to 20.0.3. Release notes Sourced from @angular/material's releases. 20.0.3 material Commit Description core: output tokens from theme under same selector (#31295) radio: color tokens excluded when...
I've cloned the `compass_app` project to investigate a behavior I'm also encountering in my own application. Surprisingly, `compass_app` exhibits the same issue: when navigating between screens, the previous screen is...
Is there a possibility **compass_app** would get token refresh feature? Would love to see two things codewise: 1. How the token refresh feature would be implemented with the used architecture....
### There are issues I encounter * value key can not match: add_guests ---> add-guests; submit_button ---> submit-button; * integration test failed when using app_server_data_test.dart: which also encounter by #2563...
There should only be one add-to-app Quickstart that demos the _recommended_ way to add Flutter to each platform (iOS, android app, web, macOS, windows,) We don't need samples to demonstrate...
Exception has occurred. FlutterError (ShortcutRegistry: Received a duplicate registration for the shortcut SingleActivator#39312(keys: Control + Key S) in ShortcutRegistryEntry#64d8f and Instance of 'ShortcutRegistryEntry'.) 
When running `flutter run --target lib/main_staging.dart` the app doesn't authenticate the mock user against the mock auth server which is running on localhost:8080 From the log: ```[AuthRepositoryRemote] Error logging in:...
E.g. running `flutter build apk --debug` in `add_to_app/books/flutter_module_books` results in: ``` FAILURE: Build failed with an exception. * What went wrong: Could not open settings generic class cache for settings...
In README.md, the [tip for using SVN](https://github.com/flutter/samples?tab=readme-ov-file#tip-minimize-download-size) to minimize download size is _misleading_ for the current state of GitHub, as for Jan 8, 2024 they have [sunset Subversion support](https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/) for...
Experimental samples are not appropriate for this repository, because Flutter developers can't use them as a guide _today_, which is one of the requirements for this repository. See [contributing guide](https://github.com/flutter/samples/blob/main/CONTRIBUTING.md)...