website
website copied to clipboard
Flutter documentation web site
Page URL: https://flutter.dev/docs/deployment/flavors.html Page source: https://github.com/flutter/website/tree/master/src/docs/deployment/flavors.md Description of issue: We've received feedback that the linked tutorials are out of date (at least for iOS): https://twitter.com/inryaa/status/1147263187726884865 Suggestion #1. Flavouring iOS seems...
### What information is missing? Having a generic example of how to use Flutter for iOS app extensions https://developer.apple.com/app-extensions/ We already have one for apple-watch, but we should make it...
Page URL: https://flutter.dev/docs/development/add-to-app/ios/add-flutter-screen.html Page source: https://github.com/flutter/website/tree/master/src/docs/development/add-to-app/ios/add-flutter-screen.md Description of issue: In ios14, xcode12.2, Swift version 5.3.1, the code in this tutorial is no longer applicable, especially in the tutorial of embedding...
_Description of what this PR is changing or adding, and why:_ _Issues fixed by this PR (if any):_ ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections...
### Page URL https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply/ ### Page source https://github.com/flutter/website/tree/main/src/release/breaking-changes/flutter-gradle-plugin-apply.md ### Describe the problem On the page, the migration process includes the following quote: > Replace the contents of /android/settings.gradle with the...
### Page URL https://docs.flutter.dev/codelabs/implicit-animations ### Page source _No response_ ### Describe the problem In the Implicit animation codelab, the bottom is overflowed by a certain number of pixels. I would...
### What information needs to be added? Flutter docs provide instruction for Gradle Project appears after running command `flutter build aar`. This terminal output need to be updated for Kotlin...
### Page URL https://docs.flutter.dev/platform-integration/web/wasm ### Page source _No response_ ### Describe the problem Should mention the new js_interop and pkg:web work and how that's needed to allow Flutter web apps...
### 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 guide could be clearer for creating flavors of an iOS app. The guide shows updating a project...