website
website copied to clipboard
Flutter documentation web site
## Steps to Reproduce The documentation [Build and release an Android app](https://docs.flutter.dev/deployment/android#signing-the-app) says to create an upload keystore from Android Studio by ``` In the menu bar, click Build >...
### Page URL https://docs.flutter.dev/development/tools/pubspec/ ### Page source https://github.com/flutter/website/tree/main/src/development/tools/pubspec.md ### Describe the problem There is a possible `generate` key under `flutter` in pubspec.yaml, but it is not listed there. It's only...
@sethladd commented on [Wed May 31 2017](https://github.com/flutter/flutter/issues/10417) For contributors from our community, we'd like to point them to an HTML/CSS authoring style guide. This could be a Wiki on the...
Closing the banner for a set period of time (e.g., it could be for a session).
### What information is missing? When I went through the Getting Started pages for Flutter, I didn't see any explanation for the file structure or what information lives in what...
### Page URL https://flutter.dev/docs/deployment/obfuscate.html ### Page source https://github.com/flutter/website/tree/master/src/docs/deployment/obfuscate.md ### Describe the problem Some of the command line examples have: user-select: none CSS property, so the reader cannot select fragment of...
### Page URL https://docs.flutter.dev/development/platform-integration/android/platform-views/ ### Page source https://github.com/flutter/website/tree/main/src/development/platform-integration/android/platform-views.md ### Describe the problem Overriden method on NativeFactoryView should have the method change from 3.* . Possibly related to this https://github.com/flutter/engine/pull/31530. ```Kotlin...
The wiki has some pages that should be content on the Web site rather than on the wiki: - https://github.com/flutter/flutter/wiki/Creating-Responsive-Apps - DONE - https://github.com/flutter/flutter/wiki/IntelliJ---Flutter-Setup-Tips-and-Tricks - https://github.com/flutter/flutter/wiki/Obfuscating-Dart-Code - DONE (3/2020) -...
### What information is missing? Comparison between [Dart concurrency](https://dart.dev/guides/language/concurrency) vs GCD vs [Swift concurrency](https://docs.swift.org/swift-book/LanguageGuide/Concurrency.html). e.g. how to do heavy computation on background thread, or how to do network request, or...
### Page URL https://docs.flutter.dev/resources/platform-adaptations ### Page source https://github.com/flutter/website/tree/master/src/docs/resources/platform-adaptations.md ### Description of issue Not mentioning the scrollbar differences.