website
website copied to clipboard
Flutter documentation web site
Hi, here is the explanation about the "Allocated" in this [page](https://flutter.dev/docs/development/tools/devtools/memory) : "Allocated: Current capacity of the heap is typically slightly larger than total size of all heap objects." I...
_Description of what this PR is changing or adding, and why:_ Adding V2 FWE page for User Input.
### What information needs to be added? A quick look at this page (https://docs.flutter.dev/ui/widgets/layout) seems to show that it is largely design language independent layout options. (modulo Carousel, which is...
### What information needs to be added? https://docs.flutter.dev/deployment/flavors After an initial look, these ideas might help folks navigate the page and find what they are looking for quickly. 1) Consider...
### Page URL https://docs.flutter.dev/resources/faq ### Page source _No response_ ### Describe the problem The current FAQ section on the Flutter documentation does not include information about code push. This feature...
Fix Formatting. Fixes #10725 ## Presubmit checklist - [x] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x]...
### What information needs to be added? We should double check that the following content is accurate information pertaining to l10n and i18n information. https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization#localizing-for-ios-updating-the-ios-app-bundle https://docs.flutter.dev/get-started/flutter-for/uikit-devs#handling-localization ### Where should this...
## Problem For the [plugin migration docs](https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors#how-to-add-swift-package-manager-support-to-an-existing-flutter-plugin), the top-level folder that contains your plugin's code can be `ios`, `macos`, or `darwin`. Our guide states we'll use `ios` in our instructions,...
### Page URL https://firebase.google.com/codelabs/firebase-auth-in-flutter-apps#6 ### Page source _No response_ ### Describe the problem Step 4 under "Configure sign-in button" instructs the user to copy/paste the web client ID into the...
### What information needs to be added? Folks might want to know all the ways they can follow along with the project. There are a couple of hints in places...