repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
android studio pub get need an offline mode
Invalid
run pub get from android studio doesn t work when you be offline even if you ve create the project in offline mode run flutter pub get offline from a terminal do get android studio to pick up dependency and reference now if the relevant library be in pub cache but this only work in dolphin and not in pre...
flutterflutter
canary version be unsupported message come too late to be useful
Invalid
the url error message that the flutter plugin doesn t support canary version of android studio appear only after start a new flutter project and be too late to be helpful or useful this be a warning that should appear on the new flutter project screen to warn a user first far it s unclear whether this m...
flutterflutter
select new flutter project doesn t take you to the new flutter project screen
Invalid
the new project screen that open when you click new flutter project always default to the last select project step to reproduce start android studio click new flutter project select on of the generator template on the left ex android or ide plugin click cancel click n...
flutterflutter
my app connot run on a physical andriod device
Invalid
please describe your problem here be sure to include repro step I create an app which run well on use chrome but the app will not run on a physical device it take forerver to load what can I do devtool version 2 15 0 connect device cpu os arm64 64 bit android dart ...
flutterflutter
get a stack frame from package stack trace where a vm or web frame be expect
Invalid
I be use the web chrome to run my application however I get an error here be the error error log exception catch by widget library the follow assertion be throw build builder assertion fail file use...
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
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 lib main dart step to reproduce 1 2 3 log stateerror bad state no context with the run dart application ...
flutterflutter
flutter 3 3 crash at app start on io use the impeller
Invalid
step to reproduce I have read the release note and the medium article about flutter 3 3 and there be mention the use of impeller as a new engine I want to try it in my app by add the follow line to the info plist fltenableimpeller but as soon as I run my app it crash with t...
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter no color attach machine verbose device i d ctn0220323002372 lib main dart step to reproduce 1 2 3 log stateerror bad state future already complete 0 asynccompleter complete dart async future impl dart 35 31 1 ...
flutterflutter
when use flutter canvas there be no api similar to clear canva be there any way to fix it
Invalid
use case the clearrect function can specify the x y position and width and height of the starting point to clear the canvas context clearrect 0 0 w h proposal hope to have relate api
flutterflutter
go router multi partial nest stack support
Duplicate
I d like to revive this discussion and highlight that we still don t have support for nest multi stack nav in go rotuer like in this example 1 uzupfnaimoqdz9tfbut1wq image source
flutterflutter
platform view draw at wrong position
Duplicate
step to reproduce install this library into your app and open a meeting with a single participant expect result the video meeting get draw within its parent container with bottom bar button to see how it be suppose to look like you can run the app with any previous flutter version like 2 10 5 origin...
flutterflutter
google sign in platformexception sign in fail com google android gms common api apiexception 10 null null
Duplicate
hi friend I get an issue with google sign in plugin when I m try to login from device I get this error platformexception sign in fail com google android gms common api apiexception 10 null null 1 2 3 my flutter doctor flutter channel stable 3 3 0 ...
flutterflutter
debuglocked 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
fail assertion line 4429 pos 12 debuglocked be not true
Invalid
this be the issue fail assertion line 4429 pos 12 debuglocked be not true this be my studio setting d flutter bin flutter bat doctor verbose flutter channel stable 2 10 5 on microsoft windows version 10 0 19043 1348 locale en we flutter version 2 10 5 at d flutter ...
flutterflutter
text get pixele
Duplicate
on flutter 3 3 I have this code dart material child column mainaxissize mainaxissize min mainaxisalignment mainaxisalignment start crossaxisalignment crossaxisalignment start child labelview title distnation ...
flutterflutter
flutter stick on build build app outputs flutter apk app debug apk
Invalid
I ve be try to install my project on my physical device use ide android studio but it stick on build build app outputs flutter apk app debug apk if I try to launch use terminal command flutter run it work fine without issue although after instal the terminal be stuck I have to terminate it ctrl x ...
flutterflutter
the follow assertion be throw while handle a gesture package flutter src widget navigator dart fail assertion line 4020 pos 12 debuglocked be not true
Invalid
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 in either case please report this assertion by file a bug on github when the exception be throw this be the stack ...
flutterflutter
firebase crash on permission
Duplicate
I be use permission handler 10 0 0 to request a location permission like this permissionstatus status await permission location status and somehow the firebase plugin crash the app when I accept working version cloud firestore 3 3 0 firebase core 1 19 2 firebase message 12 0 0 cra...
flutterflutter
performance be improveable by remove redundant null check on hot path of renderobject
Invalid
please see for description step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
tool crash argumenterror invalid argument s can not find executable for user shohelrana documents fluttersdk flutter bin cache artifact engine android arm64 release darwin x64 gen snapshot
Duplicate
command flutter quiet assemble depfile user shohelrana document flutterproject duronto browser flutter 2 build app intermediate flutter release flutter build d output user shohelrana document flutterproject duronto browser flutter 2 build app intermediate flutter release dtargetfile lib main d...
flutterflutter
flutter 3 3 0 render error with text and divider text jump position error
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 move mouse to the material button below 3 the text in the middle start jump and the divider seem thick change 4 expect result the text not jump actual result the text in the middle start jump and the divider se...
flutterflutter
why will flutter run create many of file that be name flutter tool xxxx
Duplicate
today I see many of the file that be name flutter tool xxx I find that whenever I execute command flutter run d chrome it create a file in c temp image uh because I already delete it once so it only have a file now who can tell I that what it happen please
flutterflutter
ci cd release flavor build error but work fine on local machine
Invalid
I be get a simple yet complex error the same code be work fine on my local machine let I explain I be use github action as we know the release build require key property and keystore jks file I base64 encrypt those file and those file be work perfectly fine I test the base64 text and convert locally ...
flutterflutter
open url in background service when app be in kill state
Invalid
use case I want to open browser when my app be run in background
flutterflutter
flutter 3 3 listview in tabbar with trackpad scrollconfiguration macos
Invalid
step to reproduce 1 create tabbar and list as content 2 try to scroll via trackpad expect result scrolling do not work only between tab actual result scrolling also work on its child list fix if you use scrollconfiguration widget before you have to add...
flutterflutter
datetime now millisecondssinceepoch return an incorrent timestamp it be not the same as android io get
Invalid
it happen by accident in a production environment the code just like this dart int timestamp datetime now millisecondssinceepoch our backend check the timestamp in the request which should not be too far from the actual time but sometimes the timestamp be a few minute early sometimes it s a...
flutterflutter
selectionarea issue on any mouse region text
Duplicate
I m use flutter 3 3 and try the new widget for selectionarea dart materialapp title s current apptitle builder context child mediaquery datum mediaquery of context ...
flutterflutter
why be flutter master version low than stable
Duplicate
shell flutter upgrade flutter be already up to date on channel master flutter 3 1 0 0 0 pre 2592 channel master framework revision 069f504297 7 hour ago 2022 08 30 18 20 09 0700 engine revision 0ef08a8525 tool dart 2 19 0 build 2 19 0 152 0 dev devtool 2 16 0 s...
flutterflutter
flutter 3 3 0 note c src flutter pub cache host pub dartlang org google maps flutter android 2 1 10 android src main java io flutter plugin googlemap convert java use or override a deprecate api
Duplicate
flutter 3 3 0 note c src flutter pub cache host pub dartlang org google maps flutter android 2 1 10 android src main java io flutter plugin googlemap convert java use or override a deprecate api
flutterflutter
web add build number to main js to solve web cache issue
Duplicate
it s a very simple issue when deploy web the cache get stick unless the user manually refresh the browser or you tell they too not so good instead add the version and build number to main js in web index html when the app load we do this manually at the moment with build number and it work ...
flutterflutter
flutter 3 3 0 fractional translation bug my app
Duplicate
step to reproduce 1 upgrade flutter to 3 3 0 2 build for window expect result no pixel snap actual result pixel snap on mouse movement I ve manage to fix it by add a pixel on container 26px but that make no sense I have 25px or low anywhere in the child this be a bu...
flutterflutter
scrollcontroller not attach to any scroll view package flutter src widget scroll controller dart fail assertion line 107 pos 12 position isnotempty with page view
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
error the getter entchannel isn t define for the class defaultbinarymessenger
Invalid
step to reproduce 1 have a main dart like so void main async widgetsflutterbinding ensureinitialize await firebase initializeapp option defaultfirebaseoption currentplatform runapp materialapp 2 execute flutter run on chrome web expect re...
flutterflutter
window flutter client black problem in some area
Duplicate
step to reproduce 1 flutter create platform window wintest 2 cd wint 3 flutter run 4 align the window by drag the title bar to the bottom right of the screen window auto align function 5 drag the title bar again to unarrange it to its original position expect result or...
flutterflutter
get this error on upgrade to flutter 3 3
Duplicate
23 23 command 0a 60 60 60 0aflutter downgrade 0a 60 60 60 0a 0a 23 23 step to reproduce 0a1 0a2 0a3 0a 0a 23 23 log 0afilesystemexception 3a creation fail 2c os error 3a no such file or directory 2c errno 3d 2 0a 60 60 60 0a 230 directory createsync 28dart 3aio 2fdirectory impl dart 3a133...
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 1734 45 1 vmservice call package vm service src vm service dart 2245 21 2 vmservice getisolate ...
flutterflutter
add stepper margin property also to horizontal version
Duplicate
use case with an option for set margin for the stepper content use the vertical version be introduce first it be mislead that margin only affect the vertical variant on the other hand the adjustability in the horizontal variant seem to I at least as useful especially if the step content be verticall...
flutterflutter
checker board for a small number of user in web app
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log checker board
flutterflutter
flutter svg issue
Invalid
I instal flutter svg package and first my svg be show now it show error as below do someone know how to solve this issue fail to detect image file format use the file header file header be 0x3c 0x3f 0x78 0x6d 0x6c 0x20 0x76 0x65 0x72 0x73 image source encode image byte
flutterflutter
could not resolve all artifact for configuration image picker android debugunittestruntimeclasspath
Duplicate
flutter build apk fail on m1 chip mac not even on intel base mac but work fine on window use image picker 0 8 4 4 flutter build apk building with sound null safety warn the plugin google api header require android sdk version 32 one or more plugin require a high android sdk ...
flutterflutter
flutter not find the device
Invalid
doctor summary to see all detail run flutter doctor v flutter channel stable 3 0 5 on kali gnu linux roll 5 18 0 kali2 amd64 locale ar eg utf 8 check android license be take an unexpectedly long time android toolchain develop for android device android sdk version 33 0 0 chro...
flutterflutter
tool crash filesystemexception writefrom fail os error no space leave on device errno 28
Duplicate
command flutter no color pub get step to reproduce 1 2 3 log filesystemexception writefrom fail os error no space leave on device errno 28 0 randomaccessfile writefromsync dart io file impl dart 873 7 1 file writeasbytessync ...
flutterflutter
save we from set up cor it s long list of close friend relative
Invalid
code in flutter be a breeze until you try deploy the web app to firebase it s a jungle only the fit survive those of we who be novice that s day upon day of try to host the website on firebase all I really want to actually do be simply run firebase deploy and whatever it take to actually deploy th...
flutterflutter
I have difficult to face in project guide I to solve
Invalid
step to reproduce 1 2 3 log log
flutterflutter
I only need fingerprint recognition no face how to use local auth
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 image picker use a deprecate version of the android embed
Invalid
I get the follow error when try to use the old version the plugin image picker 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 otherwise consider remove it since a future release of flutter ...
flutterflutter
support camera window orientation custom lock unlock
Duplicate
use case when I rotate my external camera then a camera preview be also rotate proposal I hope we can at least set a default orientation thank
flutterflutter
column inside row issue
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
package flutter src painting text style dart fail assertion line 1063 pos 12 a null b null a inherit b inherit be not true
Duplicate
I use theme in my app and I get textstyle from theme to use in my horizontalnumberpicker widget as see below image image image and I add some text animation to my horizontalnumberpicker with animatedtweentextstyle widget image it take a text style and whenever rebuild with...
flutterflutter
error flutter lib ui ui dart state cc 198 unhandled exception platformexception sign in fail com google android gms common api apiexception 10 null null
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 login screen show off allow I to use the google sign in image 3 use google sign in return the follow error e flutter 10487 error flutter lib ui ui dart state cc 198 unhandled exception platformexception sign in f...
flutterflutter
rawkeyboardlistener can not normally respond to alt key on the web
Invalid
I encounter a problem the same code can normally respond to alt key input in window but can only respond for the first time in web dart class mystatefulwidget extend statefulwidget const mystatefulwidget key key super key key override state createstate mystatefulwidg...
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 lib main dart step to reproduce 1 2 3 log stateerror bad state no context with the run dart application ...
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 189 9 1 writebundle package flutter tool src bundle buil...
flutterflutter
severe scrolling glitch in customscrollview
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 quickly scroll to the bottom of the list and then quickly fle up a bit see video 3 sometimes step 2 have to be repeat several time so that the bug be visible expect result the list should stop normally without jump t...
flutterflutter
what go wrong execution fail for task app processdebugresource a failure occur while execute com android build gradle internal res linkapplicationandroidresourcestask taskaction
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter create command show error
Duplicate
screenshot 2022 08 27 092251 step to reproduce 1 2 3 log log image image
flutterflutter
package flutter src render sliver multi box adaptor dart fail assertion line 544 pos 12 child hassize be not true
Invalid
step to reproduce 1 2 3 log log
flutterflutter
tool crash shadercompilerexception
Duplicate
system window 11 pro v 21h2 build 22000 856 64 bit betriebssystem x64 basierter prozessor intel r core tm i5 4440 cpu 3 10ghz 3 10 ghz 12 0 gb 11 9 gb verwendbar tool terminal ps win11 vs code terminal command flutter run step to reproduce 1 ps e x...
flutterflutter
flutter run d web be impatient on crostini chromeo
Duplicate
step to reproduce 1 write any app on crostini linux container for chromeo 2 run this command in the terminal sh flutter run debug web renderer canvaskit d chrome or flutter run d chrome 3 localhost run in the web not in crostini but in chromeos itself 4 boo...
flutterflutter
textformfield s onsave method signature should be change
Invalid
minimum reproducible code dart final globalkey globalkey globalkey override widget build buildcontext context return scaffold body column child form key globalkey child textformfield onsave print e...
flutterflutter
flutter rail
Invalid
hey devs be it possible now to add flutter web to ruby rail application as html js page for example
flutterflutter
how to resize datatable accord to different screen size
Invalid
I can not resize the datatable accord to new screen size I be use but it do not help
flutterflutter
be it normal when valid issue be close and ignore by one triage team member
Duplicate
I open absolutely valid issue here I give full code and explanation after that one triage team member give absolutely different solution and close my issue mark it as invalid be be normal I just want to understand how flutter community work so I could know what I should do and what I shouldn t
flutterflutter
jshowe blur screen
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
error framwork
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
this camera flutter need official guide to convert cameraimage to file thank
Duplicate
use case proposal I need to convert cameraimage to image in file form in stream
flutterflutter
any plan to let iap plugin support macos
Duplicate
use case proposal
flutterflutter
google map crash
Duplicate
map crash when I hit the back button on android this happen in beta channel but we be wait for the new stable version in order to upload our app this be prevent we the last time but it seem like it be fix but now this bug be introduce and I m afraid it will be present in stable as well obviously this bug ...
flutterflutter
image picker exception after tape in blank space between cancel and shutter button on io
Duplicate
step to reproduce 1 run image picker with imagesource camera on io 2 tap blank space between cancel and shutter button expect result nothing should happen I think actual result camera screen be call again with error in log log cancel by a second request 0 ...
flutterflutter
web my flutter web project take long time to initialise so any solution for reduce the initial loading time of flutter web app
Invalid
I m create new flutter web app and I face initial loading issue when load the web first time in a device so any solution for reduce the initial loading time please help I
flutterflutter
errorwidget builder throw exception in integration testing when use a custom error widget
Invalid
step to reproduce 1 create custom error widget in main dart such as errorwidget builder detail const text error 2 run integration test with test that should pass such as expect 2 2 equal 4 expect result test should pass with no exception actual result test f...
flutterflutter
desktop need bidirectional scroll
Duplicate
step to reproduce tl dr interactiveviewer have no mouse support and singlechilscrollview be not bidirectional I m try to write a note app where you can put widget on the screen and have some fun for the bidirectional scrolling it seem that only the interactiveviewer do the job however the ...
flutterflutter
firebase crash for layout be kinda useless
Invalid
use the flutter crashlytic plugin and have some device with issue on layout width or height overflow firebase show we this image but there be no information whatsoever what widget be to blame that would be our code make this issue hard to track and utterly useless
flutterflutter
expansion tile programmatic expansion control
Duplicate
use case proposal
flutterflutter
I be try to use multiple selection in streambuilder with list tile but app be crash kindly help I
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter test can not match the runtimetype of uint8list
Invalid
sample code dart import dart type data import package flutter test flutter test dart class myclass void main group runtimetype test test int expect 123 runtimetype int test string expect hello runtimetype str...
flutterflutter
container with borderradius only border make content disappear
Duplicate
have an issue where the child of my container disappear when the box decoration contain both borderradius only border this be the exception I get the follow assertion be throw during paint a borderradius can only be give for a uniform border any suggestion to achieve what I be try to do ...
flutterflutter
race condition when use tabbarview animation and inheritedwidget together
Duplicate
I m use an inhertiedwidget to manage the state of a counter in this app however if I update the state and change tab at the same time the update doesn t seem to pass through to the tab I ask a question on stackoverflow first and it seem like there s a race condition in either my code or flutter that...
flutterflutter
since flutter 3 0 png shadow be render pixelate
Invalid
I use flutter 2 x for create an app I use a png file with dropshadow as logo and it look as it should now I have update the flutter version to 3 0 5 and the png look buggy I have create a sample app to reproduce flutter sample app with png import package flutter material dart void main ...
flutterflutter
flutter web view href to pdf file not open in android device only
Duplicate
when I try to launch a url with the pdf file then web view flutter fail to open the href url in android device but it work perfectly fine in ios device
flutterflutter
face unusual error while try to debug flutter application in some device like vivo z1 pro
Duplicate
hello face unusual error while try to debug flutter application in some device like vivo z1 pro error launch lib main dart on vivo 1951 in debug mode lib main dart 1 build build app outputs flutter apk app debug apk I flutter 3014 the dart vm service be listen on ...
flutterflutter
when compile libapp so and libflutter so with ndk the fstack protector all and fpic be not add to the android mk
Duplicate
question sorry I have a problem I compile the android apk with flutter I find that my app be at risk after be test by a formal institution the test result suggest that my app have security risk and the repair suggestion be when compile so file with ndk add fstack protector all and fpic to ...
flutterflutter
flutter web shortcut and action widget be not listen the keyboard event at page level for provide the keyboard shortcut
Duplicate
in my use case I have multiple layout in a particular page for ex in a page I have layout let say layout 1 where I get the input datum from user use list of textfield and then in the same page I have another layout let say layout 2 in the bottom where table widget be be use to list row by row for the da...
flutterflutter
there be a problem parse the package android 12
Invalid
have a look at image below image
flutterflutter
how to take into account the strokewidth of a paint to obtain an intersect between two path
Invalid
I be try to get a boolean every time a path intersect with the code final intersection path combine pathoperation intersect path path2 final pathsareintersecting intersection getbound isempty it work very well however the problem come when it depend on the ...
flutterflutter
tool crash filesystemexception can not copy file to e flutternzroproject nzroprojectsample android build gradle os error access be deny errno 5
Duplicate
command flutter create nzroprojectsample step to reproduce 1 2 3 log filesystemexception can not copy file to e flutternzroproject nzroprojectsample android build gradle os error access be deny errno 5 0 file throwiferror dart io f...
flutterflutter
tool crash httpexception in flutter integration use chrome driver
Duplicate
oop flutter have exit unexpectedly httpexception invalid request method uri while run in flutter drive driver test driver integration test dart target integration test page home page test dart d web server I already start the chrome driver in chromedriver port 4445 in my machine por...
flutterflutter
macos aliasing occur when the image be zoom out
Invalid
flutter doctor flutter channel master 3 1 0 0 0 pre 2448 on macos 12 5 21g72 darwin x64 locale zh hans cn android toolchain develop for android device android sdk version 33 0 0 android license status unknown run flutter doctor android license to accept the sdk l...
flutterflutter
why async method block navigator push
Invalid
I be use navigator push method navigate to page b from page a in page b I have a huge computation which be convince to trigger it in initstate method form logic for sure it will block the rendering process if in sync so I try to make it in async method I expect to seen the computation be tri...
flutterflutter
flutter run do not launch app on android 13 api 33
Duplicate
console command flutter run and ide button also can t run app on andoid 13 api 33 flutter run at the end execute this command adb s emulator 5556 shell be start a android intent action run f 0x20000000 ez enable dart profile true ez enable check mode true ez verify entry point true co...
flutterflutter
libjpeg vulnerability
Duplicate
version 3 0 5 of flutter have libjpeg vulnerability cve 2020 14152 cve 2020 14153
flutterflutter
ternary operator can not infer return type futureor
Invalid
step to reproduce 1 copy the code sample 2 let the analyzer analyze the code sample expect result the type futureor can be infer automatically actual result the analyzer throw an error a value of type object can t be return from the method gettrackingdata becau...
flutterflutter
flutter integration test I want to fetch testwidget test status whether pass or fail so that I could far use that test status in my custom report
Invalid
ex code group e2e test testwidget home page verify user can switch location widgettester tester async homerobot homerobot tester await commonhelper runapp tester await commonhelper userlogin testdata agencyuseremail ...
flutterflutter
flutter can not build the app bundle specifically gradle build fail to produce an aab file it s likely that this file be generate under home dennis document chamasoft chamasoft mobile code1 chamasoft mobile app build but the tool couldn t find it
Duplicate
step to reproduce 1 build the app bundle of a specific flavor flutter build appbundle flavor chamasoftprod dart define flavor chamasoftprod expect result build app bundle actual result gradle build fail to produce an aab file it s likely that this file be generate unde...
flutterflutter
go router how can I don t remain history when redirect
Invalid
in flutter web I want to redirect from home 11 to without history can t move back in browser like location replace what kind of way be there goroute path home homeid redirect state return goroute path pagebu...
flutterflutter
tool crash formatexception
Duplicate
command flutter run step to reproduce login to ubuntu use a wayland session run script to setup flutter workspace gnome terminal bash c mkdir p home workspace cd home workspace wget curl proto https tlsv1 2 ssf python3 open ter...
flutterflutter
macos english character and number be garble on macos
Duplicate
it s weird as show in the picture on macos 10 12 6 the english character and number display by the flutter app display garbled character while the number and english character in the native view above be display normally the gibberish in the picture should have show 1 and 72x50 mm flutter ver...
flutterflutter
can not archive build ipa of flutter app after add apple watch extension in io
Duplicate
problem I add a watchos app to io in my flutter project follow these reference and after that I be not able to run app from vscode for io but from xcode I be able to build on my device in debug mode now when I be use archive to ship the app to appstore I be get the follow error I even try to build ipa u...
flutterflutter
popup menu theme be not update when it have be create from a widget where the theme be overridden
Duplicate
I don t know if this be the same issue as maybe this one be go to help by give more context step to reproduce 1 execute flutter run on the code sample see code sample section below or on the code on 2 click on the button no overridden theme and update the theme it work ...