samples
samples copied to clipboard
A collection of Flutter examples and demos
When setting setPathUrlStrategy() instead of setHashUrlStrategy() and running it on web, when you go to /book/0 via the user interface and change it to /book/2 it will reload and then...
The [`platform_channels`](https://github.com/flutter/samples/tree/master/platform_channels) should demonstrate usage of the [`pigeon`](https://pub.dev/packages/pigeon) code generator.
not sure if anyone tried to build it manually on latest dart (following the readme instructions), but as per https://dart.dev/tools/pub/cmd > the standalone pub command is deprecated so even after...
Plz upgrade the gradle version of the projects in order to work properly on all platforms: ``` No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi...
Now that we have so many individual projects, some of which are traditional Android and iOS apps, we need to remove the repo's overall .gitignore and standardize the project-level ignore...
We currently have https://flutter.dev/docs/deployment/cd and partners like CodeMagic for full-Flutter CI instructions but it's not clear how to do add-to-app CI. Create documentation and samples demonstrating add-to-app CI. cc @RedBrogdon
Currently, we do not have any tooling for checking the copyright headers in the dart files of the apps in the repo which results in accidentally pushing the code without...
This is pretty much what you have already, but right before presenting a flutter view, invoke a channel message to send something.
The encrypted key used for running FTL tests needs to be replaced now that CI has been moved to GitHub actions.
## Description Currently, in the widget test, we are only checking whether the `Text` is rendered correctly or not. Adding more widget/unit tests in the application can help Flutter enthusiastic...