website
website copied to clipboard
Flutter documentation web site
### Page URL https://docs.flutter.dev/codelabs/ ### Page source https://github.com/flutter/website/tree/main/src/codelabs/index.md ### Describe the problem [Building beautiful UIs with Flutter](https://codelabs.developers.google.com/codelabs/flutter) Section 9 "Applying Finishing Touches" of the "Building beautiful UIs with Flutter" code...
### Describe the problem `make up` fails on `RUN npm install -g npm firebase-tools superstatic ` step: ``` #13 257.6 npm ERR! code ERR_SOCKET_TIMEOUT #13 257.6 npm ERR! network Socket...
### Page URL https://docs.flutter.dev/development/packages-and-plugins/developing-packages#plugin-ffi ### Describe the problem The plugins and and FFI docs could use a bit of cleanup. Relevant pages are: - https://docs.flutter.dev/development/packages-and-plugins/developing-packages#plugin-ffi - https://docs.flutter.dev/development/platform-integration/c-interop - https://github.com/flutter/flutter/wiki/Binding-to-native-code-via-FFI Issues...
Page URL: https://docs.flutter.dev/cookbook/effects/gradient-bubbles Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/effects/gradient-bubbles.md Description of issue: I tried to implement this cookbook and I am getting an unexpected behaviour and I do not know if it is...
### Describe the problem Wrong code on this page: https://codelabs.developers.google.com/codelabs/first-flutter-app-pt2#4 As this is mainly aimed at beginners who might find difficult to spot the mistake i thought wise to report...
### Page URL https://flutter.dev/docs/get-started/install/macos/ ### Page source https://github.com/flutter/website/tree/main/src/docs/get-started/install/macos.md ### Describe the problem This multistep process to install Flutter can be accomplished in one step via Homebrew. ### Expected fix Install...
### Describe the problem The outline for the widgets in the Widget catalog truncates text which is too long, e.g. https://docs.flutter.dev/development/ui/widgets/material#Buttons ### Expected fix Either - include all text in...
### Page URL https://docs.flutter.dev/cookbook ### Page source https://github.com/flutter/website/blob/f3f2a0a3b1546bfc8f7029ed7b92601288130010/src/cookbook/index.md ### Describe the problem  In the networking of cookbook page, the deleting cookbook comes before the fetch or...
### Page URL https://docs.flutter.dev/cookbook/navigation/returning-data/ ### Page source https://github.com/flutter/website/tree/main/src/cookbook/navigation/returning-data.md ### Describe the problem line 53 • Do not use BuildContexts across async gaps. ### Expected fix _No response_ ### Additional context...
### Page URL https://docs.flutter.dev/release/breaking-changes/2-10-deprecations#renderobjectelement-methods ### Page source https://github.com/flutter/website/blob/main/src/release/breaking-changes/2-10-deprecations.md#renderobjectelement-methods ### Describe the problem Use deprecated api in sample code. ### Expected fix **Migration guide** Code before migration: ``` element.insertChildRenderObject(child, slot); element.moveChildRenderObject(child,...