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

Hi, How can I have a colspan in the Table Widget ? Mean: |--------|--------| |..**`col1`**..|..**`col2`**.| |--------|--------| |.........**`col3`**........| |--------|--------| Thank you.

new feature
framework
f: material design
customer: crowd
proposal
passed first triage
P4

https://flutter-flutter-perf.skia.org/e/?begin=1659737526&end=1659813851&keys=X3afeaad5edd93e30e365b8e7bab5c7c4&num_commits=50&request_type=1&xbaroffset=30329 Seems to point to: https://github.com/flutter/flutter/pull/109074

severe: regression
engine
P3
impeller

The [`google_sign_android` plugin](https://github.com/flutter/plugins/blob/main/packages/google_sign_in/google_sign_in_android/android/src/main/java/io/flutter/plugins/googlesignin/GoogleSignInPlugin.java) currently uses the [gms.auth.api.signin](https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/package-summary) package. While this package is not being deprecated yet, Google suggests migrating to [gms.auth.api.identity](https://developers.google.com/android/reference/com/google/android/gms/auth/api/identity/package-summary) (see note at the top of [this page](https://developers.google.com/identity/sign-in/web/sign-in).) to...

platform-android
plugin
p: first party
p: google_sign_in
proposal
P4

Pressing the in-app back button should clear the query parameters Steps to reproduce: 1. Run [this sample](https://gist.github.com/johnpryan/db995f49c7b4c4404abf0167bbc44458) 1. Press the button to navigate to `/b?filter=abc` 1. Press the in-app back...

P4
p: go_router

as on Gitter: this is also a cc to @xster @cbracken ## Steps to Reproduce following my quest to have Flutter compile multiple targets for iOS (see #14648) , i've...

platform-ios
tool
platform-mac
d: website - content
P4

fixes https://github.com/flutter/flutter/issues/105821 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

a: text input
framework
f: material design
f: cupertino

On Linux aarch64, Flutter refuses to detect the Android devices connected to the host. ## Steps to Reproduce 1. install Flutter (e.g. from `dev` channel) 2. install Android SDK (in...

tool
t: flutter doctor
platform-linux
platform-host-arm

In `super_editor` we ran into the problem in #74191, whereby the `space` bar on mobile causes the page scroll, rather than insert a space. The solution that we had to...

framework
f: scrolling
has reproducible steps
P4
found in release: 3.0
found in release: 3.1

go_router should implement the RouterConfig interface and be able to use it like: ```dart MaterialApp.router( routerConfig: GoRouter( // … ) ); ```

package
p: go_router

fixes https://github.com/flutter/flutter/issues/109024 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...

framework
f: cupertino