website
website copied to clipboard
Flutter documentation web site
https://flutter.dev/docs/deployment/android 1. When I follow all the steps and build an app bundle, I can't upload it to Google Play: (translated) `The uploaded APK file or App Bundle was signed...
### Page URL https://docs.flutter.dev/perf/deferred-components/ ### Page source https://github.com/flutter/website/tree/main/src/content/perf/deferred-components.md ### Describe the problem - In Setup -> Step 2 -> Manual setup, the explanation to proceed manually in order to support...
### Page URL https://docs.flutter.dev/testing/integration-tests ### Page source https://github.com/flutter/website/blob/main/src/content/testing/integration-tests/index.md ### Describe the problem Upon attempting to run integration tests on github actions I ran into an issue where the command `flutter...
### Page URL https://docs.flutter.dev/platform-integration/platform-channels/ ### Page source https://github.com/flutter/website/tree/main/src/content/platform-integration/platform-channels.md ### Describe the problem ### Platform channel data types support and codecs current is: |Dart | Swift| |--|--| |null | nill| should...
### Page URL https://docs.flutter.dev/cookbook/effects/parallax-scrolling#:~:text=A%20parallax%20scrolling%20effect%20is,background%20image%20slides%20slightly%20upward. ### Page source https://github.com/flutter/website/blob/81671a5e9f5b5a91ef6e50216cb970a034fb9cda/src/content/cookbook/effects/parallax-scrolling.md#L4 ### Describe the problem Well I try to implement parallax effect in my application and I found out that the images are...
We have began a stub for Material at https://docs.flutter.dev/ui/design/material under the new "Design & theming" section. We should likely consider a similar page for cupertino as well.
I think flutter as rigth now have way to much focus on material design, as an application that has the idea of " Full control over all the pixels ",...
### What information needs to be added? Play has a series of test they run against android apps after apps are uploaded and before they are public that catch common...
### What information needs to be added? Make them more complete (by covering best practices, design for large screens, accessibility, etc. ### Where should this new content appear? Under /ui/layout/responsive....
### Page URL https://docs.flutter.dev/platform-integration/web/wasm/ ### Page source https://github.com/flutter/website/tree/main/src/platform-integration/web/wasm.md ### Describe the problem  The headers are REALLY hard to read here. We also don't explain why they are needed or...