website icon indicating copy to clipboard operation
website copied to clipboard

Flutter documentation web site

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

Page URL: https://flutter.dev/docs/cookbook/plugins/picture-using-camera.html Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/plugins/picture-using-camera.md Description of issue: I think the tutorial isn't updated with the latest version of the Camera Plugin, since the _controller.takePicture(path) gives an error for...

p2-medium
cookbook
e2-days

Page URL: https://flutter.dev/docs/cookbook/networking/update-data.html Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/networking/update-data.md Found a typo? You can fix it yourself by going to the page source and clicking the pencil icon. Or finish creating this issue....

p2-medium
cookbook
e1-hours

Page URL: https://flutter.dev/docs/cookbook/maintenance/error-reporting.html Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/maintenance/error-reporting.md The code examples seem to be a little out of date, here are some fixes I had to do in order to get it...

p2-medium
cookbook
e1-hours

Page URL: https://flutter.dev/docs/cookbook/plugins/picture-using-camera.html Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/plugins/picture-using-camera.md Description of issue: When I copy the final code, I get an error at l. 110 await _controller.takePicture(path); "Too many positional arguments: 0 expected,...

p2-medium
cookbook
e1-hours

[Display a snackbar](https://flutter.dev/docs/cookbook/design/snackbars) page needs to be updated because `Scaffold.of(context).showSnackBar()` method is deprecated and instead `ScaffoldMessenger.of(context).showSnackBar()` must be used. P.S. - Thanks to Flutter team for maintaining a wonderful UI...

p1-high
e1-hours

Page URL: https://flutter.dev/docs/development/ui/widgets/ Page source: https://github.com/flutter/website/tree/master/src/docs/development/ui/widgets/index.md Found a typo? You can fix it yourself by going to the page source and clicking the pencil icon. Or finish creating this issue....

p2-medium
e1-hours

Description of issue: Missing Return Statement - Fix Example code. Screenshot Attached https://flutter.dev/docs/cookbook/navigation/navigate-with-arguments

p2-medium
e1-hours

### What information is missing? There should be a notice that flutter web canvaskit needs an internet connection to load canvaskit.wasm / canvaskit.js. Also it would be nice if there...

p2-medium
e1-hours

https://flutter.dev/docs/get-started/flutter-for/ios-devs should be updated to include SwiftUI (declarative UI framework) concepts and how they map to Flutter. See https://developer.apple.com/tutorials/swiftui

enhancement
p2-medium
e2-days
iOS

There is a minor mistake in "[Write Your First Flutter App, part 2](https://codelabs.developers.google.com/codelabs/first-flutter-app-pt2/)" > Step 6: "Navigate to new screen". A tip section is given that says, > Tip: Some...

p3-low
e0-minutes
codelab-external