repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | flutter build aar target platform | Invalid | I have a question with flutter build aar command line and target platform flutter build aar have a option target platform when use flutter build aar target platform android arm64 it seem to build an aar target arm64 I check the doc app build for armv7 or arm64 run fine use ar... |
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 201 9 1 writebundle package flutter tool src bundle buil... |
flutterflutter | how to make flutter webview load only once | Invalid | I be expect the web view to load only for the first time and remember it s state but it get reload every time I navigate to that screen how to make it remember the state |
flutterflutter | flutter video player can t play m3u8 file throw platformexception medium err src not support | Duplicate | hi I m try to view m3u8 file from the network in flutter web chrome through the video player 2 4 8 I would expect this functionality to be automatically include if it isn t then already then it should be this be the full exception error platformexception medium err src not support no further ... |
flutterflutter | reopen 112773 | Duplicate | I mean this should be self explanatory the issue be close clearly accidentally the flutter team do not respond to question ask for help find the issue and then the issue be close 112773 should be unlocked and open up again |
flutterflutter | null | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | disable color animation for animatedcontainer while play theme brightness switch animation | Invalid | exloader cojpkzbnvk test window2 x2enle1mbd leave widget be an animatedcontainer right widget be an ordinary container if you use theme dependent color inside of an animatedcontainer and update app s brightness to the opposite one then it will enlarge theme s brightness switch animation durati... |
flutterflutter | dart io platform determine api seem to report incorrect platform when run a flutter integration test | Duplicate | problem hi I can not execute an integration test use flutter test command on an android device due to a third party aw component think that the test execute on an unsupported platform here be where the third party component fail in test factory amplifyclass if zisweb platform is... |
flutterflutter | google sign in login fail with java null pointer exception when android device have custom date time set | Duplicate | the user of my app have be report inability to sign in with google on certain device and I later receive the follow error report report by huawei y6 2019 run android 9 fatal exception java lang nullpointerexception attempt to read from field io flutter plugin common methodchannel result io flu... |
flutterflutter | both scroll direction datum viewer for desktop app | Duplicate | use case I m create a desktop app that contain a data viewer which have to be scroll in both direction horizontal and vertical I solve this situation by nest two singlechildscrollview but when more datum be view it get more jank and it be miss frame so I try listview builder to reduce this high performan... |
flutterflutter | mouseregion do not work with clip | Duplicate | description mouseregion widget get ignore on clip widget demo step to reproduce 1 run this code dart import package flutter material dart void main runapp myapp class myapp extend statelesswidget override widget build buildcontext context ... |
flutterflutter | handle navigation with flutterfragment from kotlin | Duplicate | hello flutter team I have integrate a flutterfragment in my application with a bottomnavigationbar so one item of the bottomnavigationbar have a fragmentcontainer and load a flutterfragment in it this flutterfragment be load by a cachedflutterengine and contain a certain number of page when a user use the b... |
flutterflutter | future function fetch firebase datum doesn t return the desire output | Invalid | the function I be use to fetch my data future readtable list date list plot async list row await usercollection doc uid collection plot get then querysnapshot snapshot ignore avoid function literal in foreach call snapsh... |
flutterflutter | web error | Invalid | I can t use my flutter project on web but I use to the same project on chrome it show these error image |
flutterflutter | tool crash filesystemexception can not open file os error the system can not find the file specify errno 2 | Duplicate | command flutter quiet assemble no version check depfile f longnh long timebird timebird bet build app intermediate flutter debug flutter build d output f longnh long timebird timebird bet build app intermediate flutter debug dtargetfile f longnh long timebird timebird bet lib main dart ... |
flutterflutter | I be try to use tweenanimationbuilder for duration and it work fine but when switch on the | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | ios issue with display value in textfield use korean 10 key keyboard | Duplicate | this issue appear only on io device android seem to be work just fine when use a korean qwerty keyboard there be no problem either step to reproduce 1 execute flutter run on the code sample on an io device 2 use a korean keyboard of 10 key type setting general keyboards keyboards kore... |
flutterflutter | flutter json map update value be not able in for statement bug | Invalid | after receive the json object from rest api jsondecode to create a list variable and inside for statement do map key anyvalue try it I think I find a flutter bug flutter version be 3 datum i d 1 title pr... |
flutterflutter | sliveroverlapabsorber with nestedscrollview make child listview not scrollable | Duplicate | step to reproduce 1 execute flutter run on the code sample 2 pixel 5 api 33 emulator be use expect result both tab contain a listview and both should be scrollable actual result both tab contain be not scrollable this problem be not present when sliverappbar pin... |
flutterflutter | I have problem detect ctrl mouse shift mouse | Duplicate | hello I have no idea how to detect ctrl mouse shift mouse etc in windows app I try this override widget build buildcontext context var fn focusnode return rawkeyboardlistener focusnode fn onkey value print value value print ... |
flutterflutter | either the assertion indicate an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | indicate that the child be to expand to fill the remain space in the vertical direction | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | java lang unsatisfiedlinkerror dlopen fail library libflutter so not find | Duplicate | app crash for some production user but not in debug mode and can not replicate it this be the log from firebase crashlytic fatal exception java lang runtimeexception unable to start activity componentinfo com indbyte kidsbuddy smiley com indbyte kidsbuddy smiley mainactivity java lang runtim... |
flutterflutter | from xcode only fail to package command phasescriptexecution fail with a nonzero exit code | Invalid | when I build use flutter run the app start up in the simulator without any issue however when I try to build from inside xcode the build fail with the common error in the title I don t see any other useful error information I can t run the verbose command because the build from the cmd line work I ne... |
flutterflutter | tool crash shadercompilerexception | Duplicate | command flutter clean flutter run or flutter clean flutter run d chrome or flutter clean flutter build web step to reproduce 1 cd myproject 2 flutter run d chrome 3 flutter crash log shadercompilerexception 0 shadercompiler compilesh... |
flutterflutter | text field cursor position in rtl go to the penultimate character | Duplicate | step to reproduce 1 execute flutter run on the code sample 2 tap at the end of the text in the textfield see video expect result the cursor position should be after the last character actual result the cursor position move to the penultimate character note I see thi... |
flutterflutter | check list index selection | Invalid | I have 4 item in alist so when I select 3rd item first and second item should be select automatically and when I deselect first item all item should be deselecte |
flutterflutter | web | Duplicate | flutter build web web renderer html flutter js flutter service worker js es6 es5 |
flutterflutter | assert in animate list dart when insert and sort be define | Duplicate | I have a firebaseanimatedlist that be display datum I have sort define to do string compare sort a b return a key compareto b key then the list be first populate there be no issue as soon as I insert a new record either programmatically or via the firebase console ... |
flutterflutter | multipart request not wait for response | Invalid | hi flutter I update my flutter project 3 0 5 to 3 3 8 but I have a problem http package be 0 13 5 code in the below do not wait to fulfill re I check response and it be return file name but always get same value which be in the initilization on the re I didn t have any problem before ... |
flutterflutter | tool crash processexception no such file or directory command google chrome os error code 2 | Duplicate | command flutter run d emulator 5554 debug step to reproduce 1 honestly I don t know I just view the debugger for a bit on firefox and I don t have chrome instal log processexception no such file or directory command google chrome os error code 2 0 proc... |
flutterflutter | problem run the application on a mobile device | Invalid | I be have various problem when run my application on the mobile I have solve several but I have be stick for a while with these two 1 task fail with an exception what go wrong execution fail for task app desugardebugfiledependencie a failure occur while execute com and... |
flutterflutter | textfield in ipado 16 1 be abnormal when use cut copy paste | Duplicate | when use a textfield in ipado 16 1 it seem abnormal this one be flutter textfield s7 34zenadmpwaj hv9zf g and this one be ios origin component 3x5c4 3 f5l5 u3bxri2d7 compare this two picture you can see the cut paste copy function can t use in the ipad keyboard step to repr... |
flutterflutter | when I scroll vertically listview I m use shinkwrap true | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | flutter http server serve flutter web app | Invalid | I have a flutter app for tv that include a function to run an http server subsequently I also have a second flutter application that be web base and work as a client I would like that when the http server be start on the tv I can open a web page flutter web in the browser whose address will be in the form... |
flutterflutter | nuget exe not find try to download or use cache version | Invalid | hi there after my project rely on audioplayer 1 1 1 I get this error when I run the project this be the error message cmd flutter asset will be download from make sure you trust this source launch lib main dart on window in debug mode building window application nuget exe not find try... |
flutterflutter | gradient of a container be not work inside of another container | Invalid | I be try to give gradient to a container that be inside another container if I give color to parent container then gradient of child container be not work but if I give color to child container then it s work step to reproduce 1 execute flutter run on the code sample expect result ... |
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 | how to close kill the app after every test in flutter integration test | Invalid | hi team I m use flutter integration driver to write integration test for my mobile flutter app below be the sample code of write multiple testwidget in a single app test dart file after completion of first test execution I see the app directly open from home screen and not from fresh app install ... |
flutterflutter | google sign in google play testing device platformexception sign in fail com google android gms common api apiexception 10 null | Invalid | I get many error from firebase crashlytic after deploy app into google play internal testing this be not a duplicate from issue 33393 this error only happen on google automatically test device or emulator I m sure that because my internal testing version doesn t publish to anyone device redfin 64 ... |
flutterflutter | type home page be not a subtype of type bool | Invalid | I be try to create a bottom navigation bar in my app but when I try to run it this error occur type home page be not a subtype of type bool here s the full error in terminal exception catch by widget library the follow typ... |
flutterflutter | build gralde error in vscode flutter | Invalid | this be the error I m get after flutter run ps c user grump myapp fitness ui flutter run the plugin flutter rounded progress bar use a deprecate version of the android embed to avoid unexpected runtime failure or future build failure try to see if this plugin support the android v2 embed ... |
flutterflutter | tool crash rpcerror | Duplicate | command flutter run d chrome 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 callservicee... |
flutterflutter | the flutter tool can not access the file or directory please ensure that the sdk and or project be instal in a location that have read write permission for the current user | Duplicate | exception the flutter tool can not access the file or directory please ensure that the sdk and or project be instal in a location that have read write permission for the current user flutter doctor v flutter channel stable 3 3 8 on macos 13 0 22a380 darwin arm locale en in ... |
flutterflutter | sweep gradient be not work in web html render | Duplicate | step to reproduce 1 run the attached code snippet below in the web html render use the command flutter run d chrome web renderer html dart import dart math as math import package flutter material dart void main return runapp myapp represent the myapp ... |
flutterflutter | do flutter support android tv | Invalid | if flutter support android tv I need a way to obtain the remote key |
flutterflutter | image picker gif doesn t work on io 14 when user choose select photo access | Invalid | this issue be close but never fix |
flutterflutter | on screen key do not show with keyboardlistener | Invalid | I m implement a game for flutter and wrap a grid with keyboardlistener so that I can request focus and handle keypresse accord to the game logic the keyboard be not show after call requestfocus on the keyboardlistener focusnode as show below step to reproduce 1 execute flutter run d efff0088 983e... |
flutterflutter | flutter cupertinoapp darktheme support | Duplicate | I have an app in io and it have background mode property in it but if I use the cupertinoapp widget I need to wrap it with the materialapp widget because there be no darktheme feature in it and when I do this some feature be not compatible with io and for this we need to use cupertinothemedata as in mater... |
flutterflutter | script c src flutter package flutter tool gradle flutter gradle line 467 | Invalid | image |
flutterflutter | a | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | execution fail for task app checkdebugduplicateclasse | Invalid | I be try to run my application a device but I keep get this error kindly help I with this error what go wrong execution fail for task app checkdebugduplicateclasse failure build fail with an exception what go wrong execution fail for task app checkdebugduplicateclasse a f... |
flutterflutter | I have download and clone dicee application but while run in my android studio it show your project be creat3e with old version of android embed how to resolve it | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | because every version of flutter driver from sdk depend on vm service 9 3 0 and integration test 1 0 2 2 depend on vm service 4 2 0 7 0 0 flutter driver from sdk be incompatible with integration test 1 0 2 2 | Invalid | I download a flutter project on github and report the follow error during the attempt run flutter pub get in flutter deer master because every version of flutter driver from sdk depend on vm service 9 3 0 and integration test 1 0 2 2 depend on vm service 4 2 0 7 0 0 flutter dri... |
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 | error on reload fail assertion line 150 pos 12 cachewidth null cachewidth 0 be not true | Invalid | hi friend after update to flutter 3 3 8 channel stable framework revision 52b3dc25f6 7 day ago 2022 11 09 12 09 26 0800 engine revision 857bd6b74c tool dart 2 18 4 devtool 2 15 0 almost every time I do a hot reload I get this error error flutter ... |
flutterflutter | exception catch by gesture | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | the plugin firebase auth use a deprecate version of the android embed | Invalid | I have a problem download the plugin I use flutter version 3 3 8 the message that I get when I run flutter pub get be this the plugin firebase auth use a deprecate version of the android embed to avoid unexpected runtime failure or future build failure try to see if these plugin support th... |
flutterflutter | textformfield use texteditingcontroller when set default value it work but issue be I be not able to stop user to remove default value like https be default value so user when erase able to remove it I don t want it get remove | Invalid | use case proposal |
flutterflutter | something didn t work as expect along windowcompat setdecorfitssystemwindow | Invalid | step to reproduce android api 28 1 copy and paste dart gradle and kotlin code 2 execute flutter run on the code sample 3 see that bottom bar be not visible 4 click on the float button to enable or not the fix the fix didn t foot my app need but it show that flutter can handle ... |
flutterflutter | tool crash stateerror bad state no context with the run dart application | Duplicate | command flutter no color run machine track widget creation device i d chrome start pause dart define flutter inspector structurederror true devtool server address lib main dart step to reproduce 1 2 3 log stateerror bad state no context wit... |
flutterflutter | io crash com apple main thread flutterengine iosplatformview | Invalid | we have raise this issue early get response from flutter side that this issue have be fix in version 3 5 0 1 0 pre when can we expect this version to be release and how much time it still may take actually we be get high crash in production that s why I be follow up thank link flutter 3 0 0 channel s... |
flutterflutter | crash occur due to quotation mark be enter in version 3 3 8 | Duplicate | version 3 3 8 stable window how to reproduce use a textfield press quotation mark for several time until the desktop app crash the code be the same I just rebuild with the new version and find the problem |
flutterflutter | tool crash filesystemexception can not delete file os error permission deny errno 13 | Duplicate | command flutter quiet assemble no version check depfile user emadbeltaje studioprojects razan center build app intermediate flutter release flutter build d output user emadbeltaje studioprojects razan center build app intermediate flutter release dtargetfile user emadbeltaje studioproject... |
flutterflutter | package flutter src painting text painter dart fail assertion line 975 pos 12 debugneedslayout be not true | Invalid | step to reproduce 1 set up project with code below in an integration test against a basic login form one image two textformfield s and one elevatedbutton 2 follow the instruction at android device testing to set up integration testing support 3 run cd android gradlew app... |
flutterflutter | search api error | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | kk | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | go router could we have a way to get the current goroutedata | Duplicate | use case when use a shellroute the shell widget often depend on the current route for example to calculate the current index in a bottomnavigationbar l154 currently the way to do this be to call gorouterstate of context location and manually parse the url which go router have already ... |
flutterflutter | tool crash filesystemexception can not delete file os error access be deny errno 5 | Duplicate | command flutter quiet assemble no version check depfile d graduate project build app intermediate flutter debug flutter build d output d graduate project build app intermediate flutter debug dtargetfile d graduate project lib main dart dtargetplatform android dbuildmode debug dtrack... |
flutterflutter | web mutual tls support for flutter web client | Invalid | hello I want to use flutter web client to make api call to a server which require I to provide client certificate although I be able to do the same use securitycontext from dart io package on io and android there be no option to do the same on web as io package be not support on web be there a way I can i... |
flutterflutter | fail assertion line 205 pos 12 debugduringdeviceupdate 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 | view network image in webview by launchurl cause gigantic and unable to be regulate zoom | Duplicate | test and not work on flutter 3 0 5 both physical and emulated device android 11 android 13 it work on emulate io step to reproduce 1 execute launchurl method on android emulated or physical device with image url dart iconbutton onpresse la... |
flutterflutter | vo three finger scroll do not work properly | Duplicate | step to reproduce 1 execute flutter run on the code sample 2 enable voiceover 3 navigate into the list 4 use three finger guesture to scroll one page up or down expect result the first visible item on the page should receive the accebility focus actual result ... |
flutterflutter | the dispose method be not execute until the keyboard be close | Duplicate | step to reproduce 1 run the code 2 click on number 2 which open the second tab 3 look at the debug console there be two print print print log execute correctly by the dispose method 4 clear the console log 5 go back to the first tab by click on the number 1 6 click on... |
flutterflutter | refund on cancellation | Invalid | how app will know that particular user cancel his her subscription be there any method to check this I cancel my subscription from outside of app but didn t get refund so do it manually from google play console |
flutterflutter | proposal dropdownbuttonformfield should have enable boolean field | Invalid | use case sometimes we need to disable the dropdownbuttonformfield maybe we ask the user to select his gender and after that user be never able to change his gender and we needn t change the ui and use the same ui to preview the datum proposal if you can provide a boolean field same that exist in ... |
flutterflutter | go router redirect to after hot reload | Invalid | step to reproduce 1 add go router in dependency 1 execute flutter run on the code sample 1 tap on push to b button 1 change text hot reload to hot reload 2 expect result stay on the current page actual result go to page code sample ... |
flutterflutter | flutter app high ram comsumption to run a simple test app android studio | Invalid | hi so I want to ask do 16 gb ram be still not enough for flutter so I be try to learn flutter and currently follow some tutorial on youtube while read the documentation when I try to run the simple app my android studio just close suddenly and my window freeze for a second with a black screen when I run the... |
flutterflutter | futurebuilder do not refresh infinity loading | Invalid | import package app dependency dart import package flutter material dart class bootstraphandlerpage extend statefulwidget final widget child const bootstraphandlerpage key key require this child super key key override state createstate bootstraphandlerpag... |
flutterflutter | service worker be not cache asset when base href be different than | Duplicate | step to reproduce create new project flutter create demo build it for web use a custom base href flutter build web base href basehreft put the build inside basehreftest and start an http server one folder up python m http server note how all asset be always redownloade ... |
flutterflutter | a keyrepeatevent be dispatch but the state show that the physical key be not press | Duplicate | there be a wired error I have in flutter windows app when I press shift ctrl or any key for long time like 1 or 2 second even when I press shift to capitalize character sometimes image and this be the same error plain new flutter counter app flutter create test app without any edit image ... |
flutterflutter | in app purchase io receive many unfinished purchase pendingcompletepurchase true | Duplicate | I m use in app purchare 3 0 8 my app have a subscription feature after login success the user go to the screen to select a subscription plan step 1 I use account a to log into the app and buy a subscription with sandbox account x 2 wait for a few minute for the subscription to automatically renew t... |
flutterflutter | missingpluginexception be throw while activate platform stream on channel nosuchmethoderror the method of be call on null | Invalid | I m build a flutter app and receive the follow error when I run flutter run flavor development no sound null safety the error which show up be the follow nosuchmethoderror the method of be call on null I do not know if this issue be relate to miss plugin exception the detailed trace s... |
flutterflutter | unhandled exception platformexception channel error unable to establish connection on channel null null 0 pathproviderapi getapplicationdocumentspath package path provider io message g dart 108 7 | Invalid | unhandled exception platformexception channel error unable to establish connection on channel null null 0 pathproviderapi getapplicationdocumentspath package path provider io message g dart 108 7 |
flutterflutter | error use command to compile web flutter build web web renderer html release | Invalid | target dart2js fail exception warn the dart2js entrypoint script be deprecate please use dart compile js instead appdata local pub cache host pub dartlang org file 6 1 2 lib src interface file dart 15 16 error the method file create have few name argument than those o... |
flutterflutter | req file and req file be undefined when call the endpoint from mobile app s flutter frontend but from postman it s work fine | Invalid | step to reproduce I have explain my issue and the minimum reproducible version on stackoverflow in conclusion the api request be receive file s from postman as well as from web frontend but on flutter app it s not send the file in request as an immediate solution I have use the base64... |
flutterflutter | fail to memory map snapshot | Duplicate | hi how s it go I have be use flutter 2 x x for a while now and start get build error when try to flutter run so I decide to upgrade but come across some issue do so and decide to just remove the flutter sdk and install a new one and now come up against these error for the past two day now where it keep say f... |
flutterflutter | I can not use flutter doctor | Invalid | step to reproduce 1 2 3 log log |
flutterflutter | tool crash httpexception | Invalid | my application just close unexpectedly as soon as l launch it from |
flutterflutter | error not find dart html import dart html as html | Invalid | hello sir I get this weird error in my app yesterday and I can not quite understand how to fix it here s the error invalid depfile d kuliah mata kuliah pemrograman mobile medreminder dart tool flutter build 0e1b116fd39faa66306b0a2d36ef7692 kernel snapshot d invalid depfile d kuliah mata kuliah ... |
flutterflutter | how to remove space between suffixicon and input value of textformfield | Invalid | I have a scenerio in that scenario I need to add another string may be richtext right after the value of textformfield for example 555 be the value of textformfield and yy need to be add so the output should be 555 yy I don t want to use suffixtext this 555 yy should appear in the center of textf... |
flutterflutter | in app purchase google play subscription update may 2022 integration | Duplicate | from google s understand subscription article in may 2022 we introduce change in the way subscription product be define and manage in play console subscription now can contain several base plan and offer relevant article recent change to subscription in play console I ve have... |
flutterflutter | run app crash state element myapp dirty | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | io crash com apple main thread flutterengine iosplatformview | Duplicate | we have raise this issue early get response from flutter side that this issue have be fix in version 3 5 0 1 0 pre need to know when this version be go to be release as we be get high crash in production and if any chance if this fix be available or can be available in some early release like 3 3 8 thank li... |
flutterflutter | image picker package stop show permission dialog | Invalid | when I run the default image picker sample app on permission dialog be show only once after deny permission it stop show it be there a way to force image picker to always show permission dialog |
flutterflutter | inherit padding margin and space | Invalid | use case flutter be a bit inconsistent with padding some widget have pad such as singlechildscrollview other don t such as customscrollview although both be for scrolling also card be the only component with a margin property when work with column or row we often u... |
flutterflutter | httpexception httpexception fail to parse header value | Invalid | hello I want to write a mobile application for a keenetic router but I get an httpexception httpexception fail to parse header value error when I make a request to the keenetic router void httpp async httpclient httpclient new httpclient httpclientrequ request aw... |
flutterflutter | xcode build fail could not build the precompiled application for the device swift compiler error xcode use bridging header with module interface be unsupported | Invalid | hi friend my flutter doctor v flutter channel stable 3 3 7 on macos 13 0 22a380 darwin arm locale en gb flutter version 3 3 7 on channel stable at user razvanu document flutter upstream repository framework revision e99c9c7cd9 9 day ago 2022 11 01 16 59 00 0700... |
flutterflutter | centerslice be use with a boxfit that do not guarantee that the image be fully visible | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | singlechildscrollview widget be work well on chrome device but not well on android device | Invalid | flutter log show mi a3 log I flutter 26287 the dart vm service be listen on I flutter 26287 bean legume I flutter 26287 grain cereal I flutter 26287 bean legume flutter doctor v flutter channel master 3 1 0 0 0 pre 2270 on microsoft windows version 10... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.