repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
statusbariconbrightness be not work on xiaomi 11
Duplicate
step to reproduce when upgrade flutter from 2 2 0 to 2 8 1 try to set statusbariconbrightness brightness dark it work on huawei samsung io and other device but it doesn t work on xiaomi 11 but it look normal on xiaomi 11 when flutter version be 2 2 0 expect result status bar icon col...
flutterflutter
webview flutter android crash after toggle dark mode more than three time
Invalid
step to reproduce 1 create the custom cache engine enable uimode configchange on application 2 open the 3 click dark mode toggle three time log flutter 2 5 3 log build build app outputs flutter apk app debug apk w flutteractivityandfragmentdelegate 6182 a splash...
flutterflutter
exist app unhandled exception missingpluginexception no implementation find for method
Invalid
expect result I want to get current user location from flutter module from ios app swift
flutterflutter
camera shoot video direction inversion problem
Invalid
when I fix the screen orientation to landscape deviceorientation when landscaperight then set the cameracontroller lockcaptureorientation deviceorientation landscapeleft click start record stop after a period of time and then use fijkplayer to play the video it be find that the video direction be inv...
flutterflutter
androidmanifest create by flutter create do not add android export attribut
Invalid
step to reproduce 1 flutter create test 2 launch an emulator which run android 12 sdk 31 or high 3 try to run the create application on this emulator log error adb exit with exit code 1 perform stream install adb fail to install user eric development perso test build...
flutterflutter
package flutter src rendering stack dart fail assertion line 717 pos 12 child null be not true
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
renderbox be not lay out renderrepaintboundary 344e7 relayoutboundary up2 need paint need composite bit update
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
a keyupevent be dispatch but the state show that the physical key be not press
Duplicate
this be happen a lot now from time to time again when be type something on my macos to my app be get this error keyupevent be dispatch but the state show that the physical key be not press if this occur in real application please report this bug to flutter if this occur in unit test please ensur...
flutterflutter
xcode 13 can not build ipa
Invalid
problem generate ipa with xcode13 not work after installation flutter 1 9 1 hotfix 6 xcode 13 try use the official help documentation the ipa be successfully generate but after installation it prompt this app can not be instal because its integrity can not be verify
flutterflutter
flutter create command not create necessary file
Invalid
I have instal flutter yesterday and create the project use flutter create project name but flutter be not create necessary file and directory like pod directory and podfile be not present inside ios directory flutter doctor v my directory structure after freshly create project i...
flutterflutter
when I rotate the screen on the ipad the distortion occur
Duplicate
flutterflutter
scrollable selectabletext bug when select text in the bottom the widget autoscroll to top
Duplicate
step to reproduce 1 flutter run the code from below on io simulator 2 scroll to the bottom part of the text 3 long press on a word to select it expect result text scroll position stay the same actual result the text widget scroll to the top so that the selection be not s...
flutterflutter
what be scroll keep index by listview reverse insert at zero item good practice
Invalid
hello when I use in reverse list add a item like chat message list when insert at zero index the old index will offset by n so I must use scrollpostion lib initindex keep offset index fix my old item I want to known it there a good practice thank
flutterflutter
in my application fail to use video player to play local video
Invalid
in my company application I have import many other lib now I need to play local video and find video player after I import it and get the same code from video play master to my app image when I run it show the flow issue image img 3db3c92f5e28 1 if I create a new flutter ...
flutterflutter
flutter web stop work after upgrade to stable 2 8
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample index html nemesis main dart import pa...
flutterflutter
jitter when use the scroll up gesture on io
Duplicate
detail target platform apple io target os version browser ios 15 device iphone x video show the problem reproduce the problem code of main dart dart import package flutter cupertino dart import package flutter material dart void main ...
flutterflutter
google maps flutter web info box when click on famous place
Invalid
how can I remove the information box that pop up when click on famous place on the map I mean the info box that show the view in google map link
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter no color pub get step to reproduce when I try to run flutter pub get with the image cropper package and some other package I get the follow error message oop flutter have exit unexpectedly filesystemexception can not open file path user usr flutter package ...
flutterflutter
codelab build beautiful uis with flutter have a typo
Duplicate
step to reproduce 1 visit 4 2 search wrap the textfield inside a flexible 3 in the first step the select row should be replace with select textfield
flutterflutter
publish flutter plugin account verification fail
Invalid
wait for your authorization authorization receive processing it look like account google com be have some trouble pub will wait for a while before try to connect again os error errno 121 address account google com port 54201 pub finish with exit code 69 then run fl...
flutterflutter
error connect to the service protocol in io
Invalid
step to reproduce I have create an app and it be work fine till the before day but idk what go wrong from when I add firebase dependency it start crash 1 create some private project and add firebase dependency 2 execute flutter run on the code expect result it must work fine ...
flutterflutter
web
Invalid
instal web app to homescreen be not available in ios 15 2 version of my phone example I ve already google whether it be the problem of version or I get it wrong how to install it there could be some vague exprssion that I have use so don t mind to ask I again
flutterflutter
please help everytime I go back to the screen it be always get error
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
no such file or directory user xx development
Invalid
step to reproduce while I run cd development in my mac it show that 1 2 3 log log
flutterflutter
google sign in web plugin to support sign in without a pop up window
Duplicate
use case the use case be when create a web app the authenticate with google sign in one may wish to have the page navigate to the google oauth consent screen instead of a pop up occur a big reason for this be many browser block pop up in I believe io now ship with pop up block by default without any i...
flutterflutter
window cap lock key be break on window
Invalid
step to reproduce launch the app with cap lock key off type in the text field notice that it will always type small letter unless press the shift key even with cap lock on it will always type small letter now launch the app but this time with the cap lock key already on before la...
flutterflutter
plugin with i d com android application not find
Invalid
when I run flutter run it say a problem occur evaluate project app plugin with i d com android application not find when I remove apply plugin com android application from my build gradle file I get a problem occur evaluate script could not find method ...
flutterflutter
textfield oneditingcomplete bug on mobile web
Duplicate
step to reproduce 1 add a textfield widget to a flutter app with an oneditingcomplete function 2 build the app for web 3 run the app on a mobile browser I have test chrome on a pixel 6 pro note this problem only occur in mobile browser 4 try enter text into the textfield and tap t...
flutterflutter
unhandled exception httpexception connection close before full header be receive
Duplicate
step to reproduce 1 simple get request from anywhere in your app expect result I would like to receive a json response with datum just like use postman I configure the pem can and key and send get request to receive my datum actual result unhandled exception httpexcept...
flutterflutter
tool crash filesystemexception exist fail os error the filename directory name or volume label syntax be incorrect errno 123
Duplicate
command flutter create project myfff step to reproduce 1 2 3 log filesystemexception exist fail os error the filename directory name or volume label syntax be incorrect errno 123 0 directory existssync dart io directory impl dart 94...
flutterflutter
get error
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
webview flutter unable to upload file
Duplicate
we re use an integration to liveagent for ticket chatservice etc we ve make an flutter app for our customer with a webview to the chatservice so they can get in contact with we easily run the link we open in the webview in the web eg chrome it work as intend can upload file etc but run it in the webvi...
flutterflutter
google map flutter I don t want the camera to move when I click the marker
Invalid
hello I m use the google map flutter package when I click the marker I don t want the screen to move to the center of the marker be there a way
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter attach step to reproduce 1 2 3 log stateerror bad state future already complete 0 asynccompleter complete dart async future impl dart 45 31 1 flutterdevice connect package flutter tool src resident runner dart 321 17 ...
flutterflutter
android type mismatch infer type be componentactivity but exclusiveappcomponent be expect
Duplicate
I be get an error in flutterviewengine of the sample code after the flutter upgrade as mention in the error the activitycontrolsurface attachtoactivity activity lifecycle have change to activitycontrolsurface attachtoactivity exclusiveappcomponentactivity lifecycle error type mismatch ...
flutterflutter
I m have some problem through installation and can t seem to get through they
Invalid
hello flutter devs so I m have some problem on my m1 pro mac here 1 when I try to install flutter to my path permanently it work all fine but after terminal restart it still say flutter command not find 2 when use flutter doctor and try to use these command path to sdkmanager install cmdline tool ...
flutterflutter
unchecked or unsafe operation
Invalid
whenever I build or run I get this error device info 2 0 3 android src main java io flutter plugin deviceinfo deviceinfoplugin java use unchecked or unsafe operation flutter channel beta 2 9 0 0 1 pre on microsoft windows version 10 0 19042 1415 locale en we flutter version 2 9 0 0 ...
flutterflutter
google sign in ios platformexception platformexception miss config googleservice info plist file not find null null after cli initialization migration
Duplicate
I have firebaseauth set up in my app with google sign in amongst other social login option enable I have no problem with sige in and manage user session until I follow the step in the official flutter firebase doc for migrate to the flutterfire cli initialization and remove old file such as the googleservice info p...
flutterflutter
flutter web dropdownbutton hover stay at current version
Duplicate
this issue be about the dropdownbutton a code example can be find also at the link website the problem be that after select something the hover stay the gray hover overlay be still there it should dissapear the problem be on the current master commit fortunately it be still work on the stable channel...
flutterflutter
apple reviewer don t see in app product but everything work in testflight
Invalid
step to reproduce 1 implement in app purchase use in app purchase 0 5 0 and flutter 2 0 0 2 submit to apple for review 3 apple reject the app because they can t see the in app product but everything work perfectly in testflight expect result both i and apple reviewer should se...
flutterflutter
scaffoldmessenger showmaterialbanner give an overflow error when navigate to a second page
Duplicate
step to reproduce 1 execute flutter run on the code sample below 2 click on the show banner button in the app 3 click on the go to second page button in the app expect result the material banner should persist to the next page without any problem actual result ...
flutterflutter
m1 mac io app crash when instal via adhoc or from appstore
Invalid
step to reproduce 1 execute flutter build io no problem 2 use xcode 13 0 to execute product archive package it successfully upload it to apple developer center or use adhoc to go to dandelion it will crash after startup I create a new project with the same package name with flutte...
flutterflutter
flutter mysql
Invalid
error flutter lib ui ui dart state cc 209 unhandled exception socketexception socket have be close await conn query create table user i d int not null auto increment primary key name varchar 255 email varchar 255 age int
flutterflutter
ongenerateroute request 2 route at initial startup
Invalid
step to reproduce when use ongenerateroute with initialroute that be not it will request both and initialroute at startup if the ongenerateinitialroute not provide 1 run code below 2 see debug console output and result on app 3 uncomment ongenerateinitialroute to see the di...
flutterflutter
there be black space on top when use systemuimode immersivesticky
Duplicate
dart void main widgetsflutterbinding ensureinitialize systemchrome setenabledsystemuimode systemuimode immersivesticky overlay systemuioverlay bottom systemuioverlay top systemchrome setsystemuioverlaystyle const systemuioverlaystyle ...
flutterflutter
marker do not rotate on the web
Duplicate
I write an app use the google maps flutter platform interface library a custom marker properly rotate accord to the rotation set on android but not on the web where the rotation be always 0 north
flutterflutter
segment fault 11 while run flutter on wsl2
Duplicate
step to reproduce I instal flutter on wsl2 ubuntu terminal and face this issue when run flutter run I follow exactly the instruction on how to install flutter manually I also try to run flutter run in powershell but it work fine I have try to run in other flutter project which produce...
flutterflutter
integration test add real example
Duplicate
the exist example for the integration test package be too simple and do not help to understand how to do with real app when there be external dependency such as http service and the use case versus a widget test I guest we could inject mock object in the main method but I don t see the interest of...
flutterflutter
vmserviceflutterdriver request datum message be take a long time to complete stuck on 2 8 1 vs 2 5 3
Duplicate
we be use integration test for our app io and window and we recently upgrade to 2 8 1 and the integration test run fine on macos and window but on our windows jenkins machine they do not complete on 2 5 3 they work they get stick at vmserviceflutterdriver request datum message be take a long time to comp...
flutterflutter
I be get error when I be not suppose to any hel with this error
Invalid
future takepicture async final imagefile await imagepicker pickimage source imagesource camera maxwidth 600 if imagefile null return setstate storedimage imagefile final appdir await syspath get...
flutterflutter
flutter doctor v crash with intellij flutter 2 8 1
Duplicate
flutter channel stable 2 8 1 on macos 12 1 21c52 darwin x64 locale en gb intellij idea 2021 3 1 community edition build ic 213 6461 79 build on december 28 2021 dart 213 5744 122 flutter 63 2 4 this be the current up to date configuration on mac osx step to reproduce ...
flutterflutter
linux desktop a keyupevent be dispatch but the state show that the physical key be press
Duplicate
step to reproduce 1 press the key then the key in a text box may not happen the first time 2 keyboard input will stop work until application restart 3 console spit this error a keyupevent be dispatch but the state show that the physical key be press on a different logical key i...
flutterflutter
camcorderprofile have be deprecate
Duplicate
I get this warning image my config be android app build gradle image android build gradle image android gradle wrapper gradle wrapper property image
flutterflutter
videoplayer cause background to be remove on window resize
Duplicate
I m use the example video player on pub dev when I resize the google chrome window the background turn white help would be appreciate thank also let I know if you need any more information I d be happy to provide any other detail
flutterflutter
camera ios microphone permission during video recording without audio
Invalid
use case during video recording audio isn t necessary in this situation there be a parameter as enable audio when it s false video not record the audio so there be no need request unused permission e g nsmicrophoneusage but apple say api access this info so nsmicrophoneusage need to be in i...
flutterflutter
the doctor check crash
Duplicate
step to reproduce 1 install the intellij idea ultimate edition 2 run flutter doctor log log intellij idea ultimate edition the doctor check crash x due to an error the doctor check do not complete if the error message below be not helpful please let we know...
flutterflutter
platformspecific android eventchannel with loop not trigger event on flutter side
Invalid
I want to create platform specific stream datum use native socket I ve try in io without any issue but when go to android I get problem from receive the stream datum in flutter side since I need background thread to run the socket long io process I need to move to background thread use corountine withconte...
flutterflutter
proper exception warn for null aware operator use on null value
Invalid
use case during the development I mistakenly use null check operator on the null instance in the console I realize there be no special warning or exception throw but just a log state null check operator use on a null value thankfully I be aware of the file in which I do the mistake but it will ...
flutterflutter
the textfiled cursor height can not fix height
Duplicate
image I find android device flutter textfile cursor height can change when inputte some character we find this because follow two function image image when I replace the function judgment condition of android with that of io it be fix follow two function change ima...
flutterflutter
inkripple seem to overflow iconbutton boundary more than expect
Invalid
sdk information flutter 2 8 1 channel stable framework revision 77d935af4d 3 week ago 2021 12 16 08 37 33 0800 engine revision 890a5fca2e tool dart 2 15 1 so what s the issue as you can see in the follow screenshot splash unexpectedly overflow the iconbutton if it...
flutterflutter
add2app flutter 2 8 1 engine group entry point not work in release mode
Duplicate
in version 2 5 3 make multi engine be work but after I upgrade a dart version to 2 8 1 do not work example in io code let resetpwengine milliedelegate flutterengines makeengine withentrypoint resetpassword libraryuri nil generatedpluginregistrant register with resetpwengine sup...
flutterflutter
webview flutter miss viewport fit cover
Invalid
step to reproduce l67 l72 expect result css like env safe area inset bottom can work correctly actual result env safe area inset bottom can t work because the code override meta label and miss viewport fit cover
flutterflutter
error during flutter doctor verbose
Duplicate
flutter doctor v flutter channel stable 2 8 1 on elementary os 6 1 j lnir 5 11 0 43 generic locale en us utf 8 flutter version 2 8 1 at home adalbertojr programas flutter upstream repository framework revision 77d935af4d 3 week ago 2021 12 16 08 37 33 0800 en...
flutterflutter
fluxstore list facebook login issue
Invalid
hi hope to have help fix this issue when try to login via facebook after click on the login by facebook it will be redirect to the permission page for facebook and after I use the facebook name and click on the name of the facebook account on the mobile an error message warn the username or password be in...
flutterflutter
video not play in io device
Invalid
some mp4 video play some not play in io device what the issue for that
flutterflutter
be it possible to have integration test and app run on 2 different repository
Invalid
hello I have 2 repository one with all my app code write and another one with my end to end integration test to automate my mobile application I want to maintain 2 repository because I plan to outsource my testing to another company in the future be this something can be achieve in flutter use integratio...
flutterflutter
webview plugin not return proper array from js on io
Invalid
it seem that return a js array from a webview widget use runjavascriptreturningresult do not return a well format array string on io but it do on android call webviewcontroller runjavascriptreturningresult function returnarray return 1 2 3 returnarray return 1 2 3 on...
flutterflutter
2 scrollcontroller position
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
listener widget use in package doesn t work only on iphone x and early iphone
Invalid
I use package of gesture x detector but I discover that its callback of ontap in the package doesn t work only on iphone x and early iphone upon investigate I find that it be create by the listener widget l119 for further investigation I put gesture x detector as a local file in my pro...
flutterflutter
debug io 14 background message when the app be close
Invalid
try to build a chat app which get fcm message and show notification even when the app be close clearly something in my top level handlebackgroundmessage function for fcm be wrong as the notification be not show on a physical device io emulator don t work with fcm in android I ve debug a similar situat...
flutterflutter
the argument type string can t be assign to the parameter type string because string be nullable and string isn t todo jsondecode storage getstre todo
Invalid
hey I make a todo application but I get this error in the console when I try to run the app please help I the error 31 33 error the argument type string can t be assign to the parameter type string because string be nullable and string isn t todo json...
flutterflutter
scrollviewkeyboarddismissbehavior ondrag have not the smooth io behavior
Duplicate
step to reproduce 1 run the sample code 2 tap the cupertinotextfield to gain focus 3 start drag the listview in any direction 4 see the keyboard be kill instead of follow the finger gesture expect result the keyboard should be dismiss like on a native io keyboard fo...
flutterflutter
there be error in other file that have not be handle but the code that need to be use in the main function have no error how to force the main function to run in the idea editor
Invalid
there be error in other file that have not be handle but the code that need to be use in the main function have no error how to force the main function to run in the idea editor every time I test a partial code I need to comment out all the error sometimes a lot of error be report and the modification r...
flutterflutter
tool crash filesystemexception exist fail os error the device be not ready errno 21
Duplicate
command flutter doctor step to reproduce 1 2 3 log filesystemexception exist fail os error the device be not ready errno 21 0 directory existssync dart io directory impl dart 94 7 1 forwardingfilesystementity existssync pack...
flutterflutter
I want to hide the video progress indicator when not tap or drag
Invalid
I make an app that overlay a linear video progress indicator on a video player so that it can be drag and I want to make the progress indicator disappear after a few second when not touch I first use the gesture detector on the container contain the indicator and set the hittestbehavior to translucent I ...
flutterflutter
camera android hardware camera2 cameraaccessexception camera error 3 the camera device have encounter a serious error
Duplicate
affect late camera package 0 9 4 5 and previous version it seem I don t know why but it seem there be an issue on certain android device that be prevent image capture and result in the app not respond it make no sense to I potentially affect device pixel 6 pixel 6 pro alctatel 1c ulefone note 6 ...
flutterflutter
snap package version be lag behind regression
Invalid
in 93497 it be discover that snap build weren t trigger supposedly related to some bucket change 75363 this be fix and a package be deploy to snap on november 15th since then look at the stable channel sdk 2 8 0 come out on 12 8 2021 and then 2 8 1 come out on 12 16 2021 but show a november 15th d...
flutterflutter
showdialog will not work in flutter web
Invalid
I m work on my flutter web app and I m try to show a dialog pop up whenever the user click on a button however the dialog doesn t show up and the chrome console throw an exception step to reproduce just embe a button on your flutter web app that show a dialog popup when its clicked expect result yo...
flutterflutter
web html unexpected gray underline below text widget
Duplicate
step to reproduce 1 embed on android app as webview expect result a normal layout as run on mobile app actual result gray underline below text widget use this build command flutter build web web renderer html profile 2021 12 31 09 55 36 additional detail I ...
flutterflutter
exception catch by scheduler library
Invalid
exception catch by scheduler library the follow assertion be throw during a scheduler callback a scrollcontroller be require when scrollbar isalwaysshown be true the scrollbar be not provide a scrollcontroller and attempt to use the primaryscrollcontr...
flutterflutter
renderbox be not lay out rendercustompaint eba2c relayoutboundary up8
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
desktop app hang on m1 mac when use process run in a loop
Duplicate
overview I m try to set up an m1 mac mini for my flutter project a desktop app the project work fine in other environment include intel mac but on apple silicon the app freeze a while after start in debug mode from android studio or from terminal it s a fresh install of macos with minimal setup do ...
flutterflutter
process show cmd window
Duplicate
code process run name flutter window desktop with debug mode no show cmd window release mode start chrom c program file google chrome application chrome exe show cmd window flash how to avoid show cmd window flutter bat doctor flutter asset will be download from make ...
flutterflutter
checkboxlisttile not work with provider state management
Invalid
step to reproduce 1 execute flutter run on the code sample 2 use widget checkboxlisttile be work properly use usual changestate 3 the problem can not tick the checkboxlisttile when use provider state management use the same way be work properly on switch widget and checkbox widget c...
flutterflutter
unable to run flutter project 2 8 1
Invalid
I ve upgrade flutter to 2 8 1 after create new project and hit run I get this launch lib main dart on sdk gphone x86 in debug mode lib main dart 1 error a jni error have occur please check your installation and try again exception in thread main java lang illegalargumentexception error de...
flutterflutter
in app purchase support only card transaction not work and show upi bhim google pay transaction
Invalid
in app purchase support only card transaction not work and show upi bhim google pay transaction whatsapp image 2021 12 30 at 11 18 01
flutterflutter
hero widget cause loss of style in transition between route
Duplicate
step to reproduce 1 run the app code post below in chrome 2 click the float action button expect result the only visual change in the app should be a change in the counter value actual result the text you have push the button this many time become large and underline in re...
flutterflutter
tool crash filesystemexception can not open file os error the filename directory name or volume label syntax be incorrect errno 123
Invalid
command flutter run d chrome step to reproduce 1 2 3 log filesystemexception can not open file os error the filename directory name or volume label syntax be incorrect errno 123 0 file open dart io file impl dart 356 9 1 ...
flutterflutter
save to firebase
Invalid
it seem that when you log out the app add the last message to firebase again result in duplicate
flutterflutter
hi tahatesser have you solve the problem yet
Invalid
hi tahatesser I ve update the code and submit it I use the late master branch and didn t reproduce the problem I believe you ve fix it but when will it be merge into the stable version because our company be use stable branch originally post by jiangxklongmao in issuecomment 881526070
flutterflutter
flutter run multiple integration test fail upon launch main root level widget from setup method
Invalid
write integration test for my flutter web wherein I be execute multiple test club in a group by initiate main root level widget from setup predefine method which suppose to get call before every test run just to reduce the redundancy of call app test main in every test but the test fail...
flutterflutter
exception catch by service library
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter dartpad error dartpad firebase init error
Invalid
step to reproduce firebase nanochat which be the sample of dartpad dev can not use firebase because of the version of web index html 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log warn fl...
flutterflutter
io improve the experience when run on a locked device
Duplicate
currently this be what s happen when user be try to run a flutter app on a locked ios device launch lib main dart on alex s iphone in debug mode automatically sign io for device deployment use specify development team in xcode project xxxxxxxxxx run xcode build xcode build do ...
flutterflutter
the method pumpandsettle don t wait for the widget to finish
Invalid
I have a question about the flutter integration test in the integration test we have pumpandsettle which be use to wait for widget to finish but there be time in test I have wait for a external api and I need to put for example pumpandsettle const duration second 5 because the pumpandsettle al...
flutterflutter
widget span wrong position in text rich
Duplicate
hello everyone it look like there be an issue in show widgetspan in text rich it s happen when I use arabic or persian screenshot 255 as you can see in the picture the icon position be wrong and these be the whole code that I test in dart import package flutter material dart ...
flutterflutter
camera error can not find symbol import android medium encoderprofile
Duplicate
launch lib main dart on infinix x690 in debug mode run gradle task assembledebug warn mapping new ns to old ns warn mapping new ns to old ns warn mapping new ns to old ns warn mapping new ns to old ns warn mapping new ns to old ns warn mapping new ns to old ns warn...
flutterflutter
error at flutter ephemeral plugin symlink quick scanner window cmakelist txt 13
Invalid
launch lib main dart on window in debug mode lib main dart 1 nuget exe not find cmake error at flutter ephemeral plugin symlink quick scanner window cmakelist txt 13 message please install this executable and run cmake again exception unable to generate build file exit sigterm
flutterflutter
feature request extend theme of textbutton
Invalid
there be no way to modify theme of the textbutton in a way where the textbutton will look like a link in a text this be a frequent use case mostly for web platform where we want to use link in a text expect behaviour the follow image show a paragraph from the flutter documentation there be 2 link in the...
flutterflutter
flutter desktop multi monitor
Invalid
on flutter desktop I want to use multi monitor like when application start I will see all monitor and click one of they then application will start the monitor that I select how can I do this