website
website copied to clipboard
Flutter documentation web site
Page URL: https://flutter.io/docs/development/tools/sdk/archive.html Page source: https://github.com/flutter/website/tree/master/src/docs/development/tools/sdk/archive.md - [ ] **Add a description of each of the channels.** As requested by @Hixie (and reported by @sfshaza2): the page should contain a...
### Page URL https://docs.flutter.dev/development/accessibility-and-localization/internationalization/ ### Page source https://github.com/flutter/website/tree/main/src/development/accessibility-and-localization/internationalization.md ### Describe the problem 1. Open the https://docs.flutter.dev/development/accessibility-and-localization/internationalization#using-the-dart-intl-tools 2. Add `intl_translation` package to `pubspec.yaml` 3. Run `flutter pub get` _Expected result:_ `intl_translation`...
### Page URL https://docs.flutter.dev/cookbook/effects/parallax-scrolling/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/effects/parallax-scrolling.md ### Describe the problem The comparison between non-parallax & parallax effects is not perfect because the code offered for non-parallax: ```dart Widget...
### Page URL https://docs.flutter.dev/deployment/macos#review-xcode-project-settings ### Page source _No response_ ### Describe the problem References to `Flutter supports macOS 10.11 and later.` should become `Flutter supports macOS 10.13 and later.`, etc....
Dart and Flutter currently have misaligned supported platforms, with the biggest difference being on macOS: Current supported platforms: Dart: Latest three major versions: macOS 10.15 (Catalina), 11 (Big Sur), 12...
I added custom fonts to my project following the explanation in https://flutter.dev/docs/cookbook/design/fonts In the example you can find: ``` - family: RobotoMono fonts: - asset: fonts/RobotoMono-Regular.ttf - asset: fonts/RobotoMono-Bold.ttf weight:...
### Page URL https://docs.flutter.dev/perf/memory/ ### Page source https://github.com/flutter/website/tree/main/src/perf/memory.md ### Describe the problem The Page does not have content and says TBD, this is an important part of the app performance....
### Page URL https://docs.flutter.dev/deployment/ios ### Page source _No response_ ### Describe the problem References to `Flutter supports iOS 9.0 and later.` should become `Flutter supports iOS 11.0 and later.`, etc....
### Describe the problem flutter.dev is resolved to the IP address 199.36.158.100 for me. The same IP address is also used for anything that is hosted via the domain web.app...
### Page URL https://docs.flutter.dev/deployment/android/ ### Page source https://github.com/flutter/website/tree/main/src/deployment/android.md ### Describe the problem when it says instructions for `key.properties` it says: ```properties storePassword= keyPassword= keyAlias=upload storeFile= ``` If my storePassword was...