website
website copied to clipboard
Flutter documentation web site
### Page URL https://docs.flutter.dev/deployment/flavors/ ### Page source https://github.com/flutter/website/tree/main/src/deployment/flavors.md ### Describe the problem The document suggests using $(PRODUCT_NAME) to change the display name of the app. However, changing this is not...
### Page URL https://docs.flutter.dev/packages-and-plugins/developing-packages/ ### Page source https://github.com/flutter/website/tree/main/src/packages-and-plugins/developing-packages.md ### Describe the problem LLVM must be installed for ffigen to work, but this is not explained anywhere on the page. The...
This would reduce maintenance of the custom site from flutter/samples found at [flutter.github.io/samples/](https://flutter.github.io/samples/), allow for increased familiarity for users, and potentially increase discovery and use of the samples index. If...
The [Hero animations](https://docs.flutter.dev/ui/animations/hero-animation) and [Staggered animations](https://docs.flutter.dev/ui/animations/staggered-animations) pages were out of date as they are not currently using code excerpts and they don't have tests. They have analyzed code snippets in...
Dependabot now supports updating defined groups (https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups) in one PR, but that is per directory/project, rather than per ecosystem. For our use cases (in `flutter/website`, `flutter/samples`, `flutter/codelabs`, and `dart-lang/site-www`) we...
The [Developing packages & plugins](https://docs.flutter.dev/packages-and-plugins/developing-packages) page does mention it briefly in the [explanation of created packages](https://docs.flutter.dev/packages-and-plugins/developing-packages#:~:text=in%20a%20project.-,.metadata,-A%20hidden%20file), but doesn't provide much info. We should consider beta explaining this file somewhere. What...
Once we've completed support for PlatformViews on macOS we'll need a page similar to https://docs.flutter.dev/platform-integration/ios/platform-views covering the creation of platform views on macOS. For the most part, the framework code...
### Page URL https://docs.flutter.dev/packages-and-plugins/developing-packages/ ### Page source https://github.com/flutter/website/tree/main/src/packages-and-plugins/developing-packages.md ### Describe the problem After running [`flutter create --template=plugin --platforms=windows`](https://docs.flutter.dev/packages-and-plugins/developing-packages#add-support-for-platforms-in-an-existing-plugin-project) users have to manually add them the new plugin entry point classes...
Issue when requesting survey json file: ``` Access to XMLHttpRequest at 'https://flutter.dev/f/dart-devtools-survey-metadata.json' from origin 'http://127.0.0.1:9109' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource....
### Describe the problem It looks like the current auto submit strategy for dependabot PRs is flailing. Halp? ### Expected fix _No response_ ### Additional context _No response_