flutter icon indicating copy to clipboard operation
flutter copied to clipboard

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Results 2639 flutter issues
Sort by recently updated
recently updated
newest added

Dart has added support for `Dart_SetPerformanceMode` to enable configuring the performance characteristics of GC. This issue tracks enabling this feature during high-impact animations. Notes for the implementor: 1. https://github.com/flutter/engine/pull/34985 is...

engine
c: performance
P1
team-engine

I have tried this codelab https://developers.google.com/codelabs/classify-texts-flutter-tensorflow-serving?continue=https%3A%2F%2Fdevelopers.google.com%2Flearn%2Fpathways%2Ftext-classification-flutter%23codelab-https%3A%2F%2Fdevelopers.google.com%2Fcodelabs%2Fclassify-texts-flutter-tensorflow-serving#7 to make text classification, but output while using REST way is different. I have also tried the original code, without messing with it and...

d: codelabs
documentation

Gradle is already install, and set in the path but, went I build flutter module, flutter will download gradle again # whereis gradle gradle: /root/.sdkman/candidates/gradle/6.7/bin/gradle.bat /root/.sdkman/candidates/gradle/6.7/bin/gradle # echo $PATH /usr/local/git/bin:/usr/local/go/bin:/go/bin:/root/.sdkman/candidates/kotlin/current/bin:/root/.sdkman/candidates/gradle/current/bin:/root/.sdkman/candidates/maven/current/bin/:/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/Flutter/bin:/usr/local/Flutter/bin/cache/dart-sdk/bin...

https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20complex_layout_ios__start_up/5308/overview Started on engine roll: https://github.com/flutter/flutter/commit/09c5863b9f7959c4ff8b5cf303fba2c867b79335 (PR https://github.com/flutter/flutter/pull/106744) which only contains two Skia rolls, probably unrelated. I don't think this is the same as https://github.com/flutter/flutter/issues/103511 (but I could be wrong),...

engine
dependency: dart
P1
severe: flake

Followup to https://github.com/flutter/flutter/pull/106896. https://github.com/flutter/flutter/issues/102560 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...

framework
will affect goldens
autosubmit

Hi, I am getting this error while running the generation command, can anyone tell me what is the issue here **Could not find a file named "pubspec.yaml" in "/Users/chora/flutter/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-44.0.0". pub...

The new widget register a browser dom element to intercept the right click and swap out the text dom element to bring up the correct context menu This works according...

a: text input
framework

The post-submit test builder `Linux_samsung_a02 openpay_benchmarks__scroll_perf`, which has been marked `bringup: true`, had 2 flakes over past 100 commits. One recent flaky example for a same commit: https://ci.chromium.org/ui/p/flutter/builders/staging/Linux_samsung_a02%20openpay_benchmarks__scroll_perf/248 Commit: https://github.com/flutter/flutter/commit/049f717a39a3b5940635c8148db46bb26c9841e1...

engine
team: flakes
P4
severe: flake

Fixes: #97539 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...

team

I am working on an app with both deep and universal linking support. We use Navigator 2 via the auto_route plugin. In Android, **opening a deep link when the app...