repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | io how to remove touch sound while tap on any action | Invalid | hi I hear a touch sound whenever I tap on any widget in flutter use io how to disabled the sound programatically on flutter and do all app make by flutter produce such sound on io I can t 100 sure that this issue relate to the iphone itself but other app instal on it such as whatsapp and pre instal app... |
flutterflutter | desktop app crash when press right shift key | Duplicate | exception catch by service library the follow assertion be throw during a platform message callback a 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 ... |
flutterflutter | how to create a rich text editor that return html result in flutter | Invalid | my goal be to create a rich text editor that return html result I be use the package flutter quill 1 it can only return plain text use controller document toplaintext and json use controller document todelta tojson 2 I also try html editor enhance 3 before it have some proble... |
flutterflutter | didn t show overflow error | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | pigeon java generator code with some warning | Duplicate | some method such as below have lint warning java protect object readvalueoftype byte type bytebuffer buffer omit protect void writevalue bytearrayoutputstream stream object value omit |
flutterflutter | import webview by aar to native android be fail | Invalid | 1 create a new flutter module with flutter create t module module name 2 add a plugin to the module I add webview flutter and share preference but any plugin will cause an error 3 create an aar file by flutter build aar 4 take the aar from the android flutter build outpurs aar flutter relea... |
flutterflutter | gif rendering issue some part of the gif be not refresh properly | Duplicate | step to reproduce I try use the follow gif in a normal flutter application banner dart column mainaxisalignment mainaxisalignment center crossaxisalignment crossaxisalignment stretch child image asset asset image banner gif the outcome be rathe... |
flutterflutter | flutter markdown syntax highlighting not work for github web extension set | Invalid | step to reproduce 1 edit the original markdown example metadata md file I be look at the example flutter markdown application to understand how it work while try to edit the markdown as follow syntax highlighting be not work as per the gfm example 112 this should be work expect resu... |
flutterflutter | fail assertion line 5203 pos 12 debuglocked be not true | Invalid | hi I have write a flutter code for a simple bmi calculator I be work perfectly for the flutter version of last year but with the update version it have lot of error and do not work sometimes it fail to start due to the set state problem and say its build be not complete bla bla bla by change some part of t... |
flutterflutter | emojis on android be render in wrong size after certain font size | Duplicate | step to reproduce 1 use the follow widget column child text textscalefactor 3 text textscalefactor 4 text textscalefactor 5 ... |
flutterflutter | get 404 status code for a valid https url | Invalid | I be get a 404 status code for this url I try with https or http it give the same error but the url be work on any navigator it didn t just fail in test mode but also in running mode I also try it with java it s work fine too string url httpclient new io httpclient http... |
flutterflutter | flutter app crash with custom keyboard app in ios16 | Duplicate | step to reproduce 1 tap a textfield 2 change the keyboard app to gboard 3 input some emojis 4 input some character 5 tap one of the predictive text expect result it should not crash actual result it crash 100 detail this happen with other keyboard app such as... |
flutterflutter | can a flutter package be build in a single javascript file as a library that can be import into another web application | Invalid | use case hi there I m in a team which be develop our own cusomized flutter widget it have be for about 2 year there be about 60 70 widget develop as plugin package in our project however recently another team work with web use angular be wonder whether our develop flutter widget can be import to... |
flutterflutter | go router refresh a page once I navigate away and back to it | Invalid | be there currently a way to refresh a page when I navigate away and back to it for example if I be on home folder file and I navigate back to home folder I would like for home folder to be refresh when I get back to it be this possible |
flutterflutter | exception catch by service library textformfield doesn t work | Duplicate | after upgrade flutter version to 3 3 1 flutter desktop app on window give I the error and sometimes textformfield doesn t work while code if type something in my textformfield this error show in vs code debug console and if I switch the tab to the chrome and type in something their same error show in vs console... |
flutterflutter | tool crash dartdevelopmentserviceexception | Duplicate | command flutter run d chrome verbose step to reproduce 1 2 3 log dartdevelopmentserviceexception 0 dartdevelopmentserviceimpl startddsserver package dds src dds impl dart 185 7 1 dartdevelopmentserviceimpl startservice package dds... |
flutterflutter | how to get window location host with flutter web plugin | Invalid | I use flutter to develop desktop app and web app but it s error when I import dart html merge they how to get window location host with flutter web plugin |
flutterflutter | google signin provide brand widget update field trippa code lab | Invalid | use case I have build an app which be access google photo apis in a very similar manner to the field trippa code lab the app get reject by google during the oauth consent screen verification due to violation of google s brand guideline specifically the connect with google photo button as depict... |
flutterflutter | use the long press copy function in the scroll view the pop up box and the 2nd anchor point will be at the top of the view display above the appbar and the ui be a bit ugly | Duplicate | textselectioncontrol 2 appbar ui translate via google translate when develop copy and paste the follow problem be find image textselectioncontrol use the long press copy function in the scroll view th... |
flutterflutter | tool crash filesystemexception can not create link os error can not create a file when that file already exist errno 183 | Duplicate | command flutter build window verbose step to reproduce 1 try to build a window desktop app log filesystemexception can not create link os error can not create a file when that file already exist errno 183 0 link throwiferror dart io link dart 263 7 ... |
flutterflutter | check | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | when I try run my flutter project I face this error | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | tool crash shadercompilerexception | Duplicate | command flutter run d chrome step to reproduce 1 2 3 log shadercompilerexception 0 shadercompiler compileshader package flutter tool src build system target shader compiler dart 77 7 1 writebundle package flutter tool src bundle build... |
flutterflutter | memory problem when open page and animation | Invalid | two part problem 1 animation I realize there be a problem when I be try to test my flutter animation on a pixel 5 emulator I leave it run and when I come back it have freeze my pc it take up all the memory I have to close vs code and the emulator with task manager from desktop I reboot the app i... |
flutterflutter | text doesn t update after setstate | Invalid | step to reproduce expect result once modalbottomsheet be open the text reflect the net increment of the quantity of item in the listtile actual result the text stay at 0 and doesn t update code sample map item itemcount be an instance variable and not... |
flutterflutter | more default formfield s | Invalid | use case I m try to create a more complex form use popupmenubutton checkbox and checkboxlisttile but I have to rely on package for form validation in those field for example accept eula be necessary e g and proposal I would like to see some of these feature implement b... |
flutterflutter | flutter 2 futurebuilder inside 1 buildcontext be not work as I m expect | Invalid | I think this situation be a little odd I m use two futurebuilder inside one buildcontext however the second futurebuilder be not work which mean the connectionstate be always wait and I literally have no idea what s go on first futurebuilder inside appbar final appbar appbar titl... |
flutterflutter | webview disable pinch zoom but prevent scroll | Invalid | I have to disable webviw zoom on web platform so for that I m use webviewx package there be one property sourcetype urlbypass I use that and then I can call js method but that not load proper format content on webview and when try to use sourcetype url then content load proper format but I can t call js method on tha... |
flutterflutter | selectionarea space miss between text widget | Duplicate | step to reproduce 1 create a new project and paste in main dart the follow code 2 run the project on any platform with flutter run 3 select the three line of text at once and copy it 4 paste the text somewhere expect result the 3 text should be separate either with a new line or... |
flutterflutter | a keyrepeatevent be dispatch | Duplicate | another exception be throw a keyrepeatevent 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 ensure that simulated event follow flutter s event model as document in hardwarekeyboard... |
flutterflutter | issue | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | playback error when play video from android internal storage use contenturi or file but from network video be play | Invalid | init 1c0835d exoplayerlib 2 18 0 generic x86 android sdk build for x86 unknown 30 e exoplayerimplinternal 5579 playback error e exoplayerimplinternal 5579 com google android exoplayer2 exoplaybackexception source error e exoplayerimplinternal 5579 at com google android e... |
flutterflutter | how to open external app like skype | Invalid | I want to open skype from my flutter app as string url skype missioncard skypepath if await canlaunchurl uri parse url launchurl uri parse url but its not work |
flutterflutter | screen and keyboard on io flicker when switch between textfield s with obscuretext parameter set to true | Duplicate | hello on an io device when switch between the two textfield one of which have obscuretext true the screen and the keyboard flicker if I change obscuretext value to false everything be ok but if the parameter be set to true flashing occur again the problem occur only on ios device ... |
flutterflutter | bottomnaviagtionbar how to use original color of icon | Invalid | hello when I m use bottomnaviagtionbar with bottomnavigationbaritem the color of select bottomnavigationbaritem be the color selecteditemcolor but I wan t to use the original color because my image have two different color when I try to use transparent color my icon disappear thank for your help |
flutterflutter | web can t run flutter build web since flutter 3 3 0 | Duplicate | everthing be ok when I be use flutter 3 0 5 but after the update everytime there s an shadercompilerexception error if I try to build my project flutter doctor flutter channel stable 3 3 1 on microsoft windows ver o 10 0 22000 856 locale pt br x android toolchain develop for... |
flutterflutter | snackbar content rebuild on route change | Invalid | step to reproduce 1 clone the flutter playground repo 2 in main dart uncomment the line that say return const animatedsnackbarsscreenone 3 run the app 4 click on the fab and then navigate from screen one screen two screen one expect result I ve add a fadeintran... |
flutterflutter | tool crash shadercompilerexception | Duplicate | command flutter run step to reproduce 1 2 3 log shadercompilerexception 0 shadercompiler compileshader package flutter tool src build system target shader compiler dart 77 7 1 writebundle package flutter tool src bundle builder dart 184... |
flutterflutter | in app purchase cancel android ios subscription | Duplicate | use case I have receive an email from google say that from now on application with option to buy a subscription should also implement an in app feature which would give user an easy way to unsubscribe capture currently the only way for user to cancel subscription be to go to google account optio... |
flutterflutter | tool crash shadercompilerexception | Duplicate | command flutter run verbose step to reproduce 1 2 3 log shadercompilerexception 0 shadercompiler compileshader package flutter tool src build system target shader compiler dart 77 7 1 writebundle package flutter tool src bundle build... |
flutterflutter | I m tired of this | Invalid | I get problem of title text page selectedpageindex title import package flutter material dart import widget main drawer dart import favorite screen dart import category screen dart import model meal dart class tabsscreen extend statefulwid... |
flutterflutter | video player green bar on the side of screen with video player flutter | Duplicate | there be some green sidebar in some of the video in video player flutter it work fine in mobile but green bar appear when play on android tv image my code sample class videowidget extend statelesswidget const videowidget key key require this controller super key key final ... |
flutterflutter | web | Invalid | this issue come from webview plugin which I try and do not work I have code as you will see I just want my link to refresh or update which it do not new content add not show I click the circle in app header it do not refresh my new content on page how do you get it to work link be here webview ... |
flutterflutter | imagestream bad state stream have be dispose | Duplicate | step to reproduce I have no idea how to reproduce it but it seem quite frequent as I have 30 error like this in my crashlytic dashboard from my user in release I guess this must have something to do with the disposal of an image widget that be badly handle from flutter 3 x x I have not this er... |
flutterflutter | singlechildscrollview go belly up apparently | Invalid | exception catch by render library the follow assertion be throw during performlayout package flutter src render object dart fail assertion line 2058 pos 12 debugdoingthislayout be not true step to reproduce the offend code b... |
flutterflutter | flutter root implement flutter aar module | Invalid | use case I can run flutter aar module from flutter root initially I try the add to flutter native method but modify it via chanel to go start activity flutteractivity define flutterengine and set an entrypoint that do not use main it do not find the specify entrypoint I don t call main b... |
flutterflutter | issue 107006 close due to be resolve on master 3 1 0 0 0 pre 1494 | Duplicate | hi maheshmnj I be open a new issue regard the same problem describe in issue 107006 the issue be close because the team reproduce it on the stable channel but not on the late master channel master 3 1 0 0 0 pre 1494 as describe in this comment issuecomment 1173658912 I have test the same code... |
flutterflutter | flutter doctor ide fail | Invalid | doctor verbose flutter channel stable 2 10 3 on macos 12 4 21f79 darwin x64 locale ko kr android toolchain develop for android device android sdk version 30 0 3 xcode develop for io and macos xcode 13 4 1 chrome develop for the... |
flutterflutter | how to implement ror actioncable in flutter web | Invalid | I have try and implement actioncable in flutter and its work fine in mobile device but not work in web be there any other way to connect to ror actioncable |
flutterflutter | my application crash after trigger a click on widget openstreetmap when ontapdown | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | unable to run flutter doctor on mac the flutter tool can not access the file or directory | Duplicate | I be not new to flutter currently I be use mac os monterey 12 5 1 previously flutter be in this machine and work fine after format the macbook I be face some strange issue while instal the late flutter 3 3 1 after extract the late flutter for the intel chip I be set the path to use vim zshrc ... |
flutterflutter | in app purchase need to upgrade to billing library 4 google console win t accept billing 3 any more | Duplicate | in app purchase need to upgrade to billing library 4 google console win t accept billing 3 any more |
flutterflutter | web render html | Invalid | how to render html code in flutter web |
flutterflutter | platformexception no activity launch a url require a foreground activity null null | Duplicate | I face this exception when I open url in top level method |
flutterflutter | font render issue on 3 3 | Duplicate | issue there be a problem with text rendering sometimes it look like not aliase try on stable and dev get the same issue pic img 0789 img 0801 log log flutter channel dev 3 3 0 0 5 pre on macos 12 3 21e230 darwin arm locale en ru flutter ve... |
flutterflutter | flutter3 can not run an app create by flutter create project command | Duplicate | step to reproduce I use to work with flutter v2 8 as much as I expect because of the firebase I have to update flutter to v3 to get it to work after update flutter to v3 flutter say to I you have to get jdk version 11 or new I get confused why it be say that because flutter dev have mention ... |
flutterflutter | text | Invalid | text dart container height 24 h constraint boxconstraint minwidth 24 h decoration boxdecoration color color red borderradius borderradius circular 45 r ... |
flutterflutter | macos desktop webview crash with main thread check | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result desktop platformview work normally actual result fluttermetalcompositor mm line 108 void fluttermetalcompositor presentplatformview const flutterlayer layer size t... |
flutterflutter | can private path be provide for desktop application | Invalid | this be my first time to develop window application and macos application and it s the first time to use flutter to do this this may be a very stupid question for example I want to create a database or other file in the local path but I don t want user to easily see it or find it to avoid user modify it ... |
flutterflutter | tool crash stateerror bad state no context with the run dart application | Duplicate | command flutter run no sound null safety step to reproduce 1 2 3 log stateerror bad state no context with the run dart application 0 remotedebuggerexecutioncontext i d package dwd src debugging execution context dart 55 7 1 appinsp... |
flutterflutter | tool crash stateerror bad state no context with the run dart application | Duplicate | command flutter run step to reproduce 1 2 3 log stateerror bad state no context with the run dart application 0 remotedebuggerexecutioncontext i d package dwd src debugging execution context dart 55 7 1 appinspector getextensionrpc ... |
flutterflutter | tool crash rpcerror | Duplicate | command flutter run step to reproduce 1 2 3 log rpcerror 0 new outstandingrequ package vm service src vm service dart 1746 45 1 vmservice call package vm service src vm service dart 2262 21 2 vmservice callserviceextension ... |
flutterflutter | interactiveviewer issue with scroll boundary | Invalid | hello I m have an issue with an interactiveviewer in which the scroll limit be not work as expect user can scroll past the limit of the content and the content inside the interactiveviewer can get out of sight I believe this be an issue relate to the boundarymargin property which be add that extra scrolla... |
flutterflutter | go router add a dialog will break the deep link and browser navigation | Invalid | step to reproduce 1 clone the repo 2 run flutter pub get 3 run flutter run d chrome 4 click the chris text 5 click the float action button 6 dialog appear but the bottom part be not cover expect result I want the bottom widget to be include when I show a dial... |
flutterflutter | probleme of apk | Invalid | hello I just change the version in pubspec yaml and I recompile the apk old version 2 0 0 5 new version 3 0 0 1 I install with adb install I get the error code failure install fail version downgrade doctor summary to see all detail run flutter doctor v flutter channel stable 3 3 0... |
flutterflutter | test fail after update on 3 3 1 | Invalid | dart import dart async import package flutter test flutter test dart void main test test case async await expectlater create stream that emit completer and wait it async try final completer completer yi... |
flutterflutter | maxlength be not work in case of emoji | Invalid | maxlength in textfield be not work emoji length be not consider in textfield formatter do not currently count unicode grapheme cluster flutter channel unknown 2 10 5 on macos 12 5 1 21g83 darwin arm locale en np android toolchain develop for android device android sd... |
flutterflutter | isolate related problem | Invalid | I use isolate to upload my file in the project and I want to obtain the progress of fragment uploading in the main thread what should I do search on isolate relate information do not solve my problem look forward to your reply |
flutterflutter | camera plugin not respect resolutionpreset | Duplicate | what the issue when initialize the camera controller it do not respect the resolution camcontroller cameracontroller desc resolutionpreset veryhigh imageformatgroup imageformatgroup yuv420 then start the image stream camcontroller star... |
flutterflutter | web | Invalid | describe your issue and include the command you re run flutter web version browser version |
flutterflutter | flutter 3 3 conflict with the three dart package | Invalid | build on window 10 in late android studio for any target web window android with all dependency update I upgrade to flutter 3 3 and build immediately fail with d pault tool flutter pub cache host pub dartlang org three dart 0 0 11 lib three3d loader materialloader dart 224 45 error g2a256dba matr... |
flutterflutter | m1 flutter 3 3 1 xcode 13 4 1 crash run my app command phasescriptexecution fail with a nonzero exit code | Invalid | step to reproduce 1 when I run flutter run have this result I read diferrent issue in stackoverflow and nothing fix it please help I I try with this option to x I can try fix with x flutter delete and install again x delete ios android folder in the project fl... |
flutterflutter | scrollcontroller not attach to any scroll view | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | remove icon from expansionpanel if we want | Duplicate | use case the use case be relate to the usage of the expansion panel I be use a drawer with an expansion panel list and expansion panel the reason I be use expansionpanellist and expansionpanel be that it give I the ability to close the other expansion panel when select one I think use expansiontile seem ... |
flutterflutter | go router errorbuilder and errorpagebuilder be work only in debug mode | Duplicate | step to reproduce 1 add go router 4 3 0 to pubspec yaml file 2 execute flutter run profile on the code sample see below 3 tap on button non existent screen which will push a route not declare in go router route expect result redirection to the routererror page that w... |
flutterflutter | screen flickering on android since flutter 3 0 0 | Duplicate | I m have this issue in every android app build with flutter 3 0 0 and above this issue be similar to 100522 flutter 3 3 0 flutter 2 10 5 work fine even on other app build with flutter 3 0 0 and above google analytic app it be work fine however after update it s be ... |
flutterflutter | web io the back gesture cause multiple page to respond | Duplicate | step to reproduce 1 run my code sample on io browser press next screen multiple time 2 use back gesture to return last screen expect result back gesture should behave as android ios app actual result code sample dart import package flutter material d... |
flutterflutter | error wait for a debug connection the log reader stop unexpectedly or never start | Duplicate | log flutter doctor v flutter channel stable 3 3 0 on microsoft windows 10 0 19044 1889 locale zh cn flutter version 3 3 0 on channel stable at d fluttersdk flutter upstream repository framework revision ffccd96b62 8 day ago 2022 08 29 17 28 57 0700 ... |
flutterflutter | webview flutter how to load https and http mix content | Duplicate | flutter doctor v dart flutter channel stable 3 0 2 on macos 12 3 21e230 darwin arm locale en cn flutter version 3 0 2 at user xx dev flutter upstream repository framework revision cd41fdd495 3 month ago 2022 06 08 09 52 13 0700 engine revision f15f... |
flutterflutter | need update | Invalid | please we need an update of this packege |
flutterflutter | google sign in idtoken return null | Duplicate | I m receive null in idtoken value I need idtoken to pass to backend and will be not firebase backend I receive accesstoken but not idtoken this be my code googlesignin googlesignin googlesignin scope email googlesigninaccount account await googlesignin signin ... |
flutterflutter | I m have trouble connect visual studio code to my phone | Invalid | hello my friend I be have trouble connect the phone in visual studio code the connection be successful but when I click run I get an error I try flutter cleane flutter pub get flutter upgrade error launch lib main dart on sm a035f in debug mode lib main dart 1 failure build fail... |
flutterflutter | tool crash filesystemexception can not create link os error incorrect function errno 1 | Duplicate | command flutter no color pub upgrade step to reproduce 1 2 3 log filesystemexception can not create link os error incorrect function errno 1 0 link throwiferror dart io link dart 263 7 1 link createsync dart io link dart... |
flutterflutter | flutter issue | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | flutter 3 3 web on release mode throw dart js exception and doesn t initiate | Invalid | screenshot 2022 09 06 at 10 52 04 run in localhost work run in release mode doesn t work flutter 3 3 dart 2 8 0 |
flutterflutter | the follow assertion be throw during performresize | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | app be crash while fecthe the image | Duplicate | thread 10 name io flutter 1 io stop reason exc resource resource type memory limit 2098 mb unused 0x0 frame 0 0x00000002232e1aa8 libsystem platform dylib platform memmove 88 libsystem platform dylib platform memmove 0x2232e1aa8 88 stnp q0 q1 x3 0x2232e1aac 92 ... |
flutterflutter | autofill service as a password manager etc | Invalid | how to implement an autofill service in an application I be rewrite a password manager from another developer to a new version of the sdk but the library he use be not compatible with the new sdk other library do flutter support the autofill service if not implement or write documentation about integrate... |
flutterflutter | what be the difference between touchpad event and mouse event on macos | Invalid | onpointersignal event event kind on macos mouse and touchpad event have same kind pointerdevicekind mouse be this an issue or a feature be there any way to distinguish the mouse event and the touchpad event flutter doctor flutter channel stable 3 0 5 on macos 12 1 2... |
flutterflutter | unhandled exception | Invalid | flutter 3 3 0 dart 1 18 when I run my app vs code but when I flutter run verbose everything be ok |
flutterflutter | video player how to double the volume | Invalid | setvolume api volume indicate a value between 0 0 silent and 1 0 full volume on a linear scale the api can t satisfy I to double the volume how do I realize it |
flutterflutter | renderbox be not lay out renderconstrainedbox 25e7d relayoutboundary up11 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 | be there be way to create video player that be only write in dart without native platform specific code | Invalid | I do not want to use the video player plugin because it use the native code to play and control the video I want to create video player that only write in dart and I can modify it accord to my own preference |
flutterflutter | app not show interstitial ad after close | Invalid | I only use interstitial in the app an interstitial ad appear on the first click on app launch and it take 15 click for the ad to appear again the problem be that when I exit the app and re enter after a while it doesn t show ad on the first click in fact sometimes the problem of not show ad on the first ... |
flutterflutter | in app purchase android version 5 library deprecate most of the method but in app purchase use deprecate method in code | Duplicate | bill client change most of the method but flutter plugin use some deprecate skudetail method replace the class with new purchase detail class in billing flow |
flutterflutter | add new feature | Invalid | add pip mode and audio track selection of video |
flutterflutter | keyboard press problem | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | problem face while use date range picker | Invalid | I be use flutter 3 3 0 follow be the doctor summary doctor summary to see all detail run flutter doctor v flutter channel stable 3 3 0 on microsoft windows version 10 0 22000 856 locale en us android toolchain develop for android device android sdk version 31 0 0 rc3 ... |
flutterflutter | a keyrepeatevent 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 | Duplicate | exception catch by service library the follow assertion be throw during a platform message callback a keyrepeatevent be dispatch but the state show that the physical key be not press if this occur in real application please report this bug... |
flutterflutter | new flutter project template shouldn t reference dependency that aren t in the standard flutter package | Invalid | the late flutter project template in android studio contain a dependency reference to flutter lint which isn t include as a part of the standard flutter installation this can cause issue when attempt to start a new project while not connect to the internet since android studio doesn t support pub get in off... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.