website icon indicating copy to clipboard operation
website copied to clipboard

Flutter documentation web site

Results 568 website issues
Sort by recently updated
recently updated
newest added

### 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...

p2-medium
e1-hours
codelab-external

### 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...

infrastructure

### 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...

p2-medium
e2-days
dev.plugin
fix.refactor
meta.umbrella
dev.integration
dev.ffi

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...

act.question
p3-low
a.cookbook
st.blocked
e1-hours
t.framework
t.ui.scrolling
d.repro-steps

### 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...

p2-medium
e2-days
codelab-external

### 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...

p2-medium
e0-minutes
proposal

### 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...

design
p3-low
e3-weeks
d: api docs
documentation

### Page URL https://docs.flutter.dev/cookbook ### Page source https://github.com/flutter/website/blob/f3f2a0a3b1546bfc8f7029ed7b92601288130010/src/cookbook/index.md ### Describe the problem ![Screenshot from 2022-05-14 14-38-02](https://user-images.githubusercontent.com/33419526/168419222-109e6cdc-3b0b-4c3c-b9bf-5b21724d879a.png) In the networking of cookbook page, the deleting cookbook comes before the fetch or...

p2-medium
cookbook
e3-weeks

### 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...

p2-medium
cookbook
e2-days

### 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,...

p2-medium
e3-weeks
d: api docs
documentation