repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
request for a feature single exe for window
Duplicate
good day flutter team I have a client that be request for a single exe for deployment and I ve stumble upon these thread 105655 81134 which be be tag as duplicate for this 75200 thread we be wonder if there s a new recent change in flutter window that can do this since it s be year since 75200 have b...
flutterflutter
text cursor selection on flutter web
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 run flutter web with html renderer or canvaskit flutter run d chrome web renderer html 2 create textformfield widget 3 try sele...
flutterflutter
bug text widget when set foreground for stroke text on platform io
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 use text widget with foreground to stroke text on platform io note platform android its okay but not with io expect result 1 show strok...
flutterflutter
when videoplayer and textbutton be place on the stack button do not work when transform or fittedbox be use
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce when videoplayer and textbutton be place on the stack button do not work when transform or fittedbox be use at first I try to apply fittedbox s boxf...
flutterflutter
after update to flutter 3 10 there be something wrong with keyboard recognition in flutter
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce make a simple project 1 try to make a bottom sheet with property of go up with presence of keyboard 2 make a form screen the while you be on top m...
flutterflutter
animation controller bug
Duplicate
the follow assertion be throw during a scheduler callback package flutter src animation animation controller dart fail assertion line 829 pos 12 elapsedinsecond 0 0 be not true when the exception be throw this be the stack 2 animationcontroller tick package flutter src animation...
flutterflutter
tool crash filesystemexception can not delete file os error access be deny errno 5
Duplicate
command flutter quiet assemble no version check depfile c user abdo studioproject universal build app intermediate flutter debug flutter build d output c user abdo studioproject universal build app intermediate flutter debug dtargetfile c user abdo studioproject universal lib main dart ...
flutterflutter
new feature flutter linux package with specific flutter version
Invalid
hello I m have an issue with package my first linux app use the guide while I develop the code on flutter v3 3 10 the snap script always package the app on the late flutter v3 10 0 branch this be cause problem since my app rely on many third party plugin that be not compatible with flutter 3 10 0 I try search...
flutterflutter
flutter 3 10 0 crash on web before main be call dart 3
Invalid
be there an exist issue for this x I have search the exist issue I have read the guide to file a bug step to reproduce I m try to upgrade en exist project from flutter 3 7 to 3 10 0 when I try to run the project on the web I get the exception below during startup even...
flutterflutter
web version 3 10 0 tappable area of elevatedbutton and gesturedetector be displace if it be inside stack and align
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce in version 3 10 0 there be a problem un flutter web with elevatedbutton when it be wrap in align widget inside stack which have listview as ...
flutterflutter
prerunne script before build an application
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug use case before build the application I would like to run a shell script to change the environment without use an additional line command to run be there any way in flutter to i...
flutterflutter
tool crash formatexception
Duplicate
command flutter build io framework universal no xcframework physical arch arm64 no tree shake icon user io ld true split notice raw unused split debug info notuse force skip icon materialicon regular otf extreme image optimizer true no sound null safety no bitcode no profi...
flutterflutter
android will not run flutter 3 10 firebase core 2 12 0
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce github public repo 1 flutter create find bug 2 flutter pub add firebase core 3 flutterfire configure 4 edit main dart as the doc say 5 f...
flutterflutter
this xml file do not appear to have any style information associate with it in flutter web url routing go router
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I be use go router package for url route in flutter web go router 7 0 0 in localhost url routing work properly but when I do live to server then...
flutterflutter
how to get the path of an image in flutter web
Invalid
I m use image picker in my flutter app when I test my app in flutter web it say I can t use path parameter in flutter web however I need to get the path of the image how to do it I google this I ask google bard and chatgpt but didn t find a solution I try change to use image pic...
flutterflutter
app freeze on native splash
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce install app in a android or ios device and start it expect result native splash screen should change to a flutter widget actual result ...
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter pub get 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 254 7 1 link createsync dart io link dart 182 5 2 ...
flutterflutter
double cursor appear after hold space on io and start move
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 enter content that long than text field width 2 set cursor to the end of content 3 hold space on io keyboard 4 try to move it expe...
flutterflutter
tool crash filesystemexception can not create link os error can not create file that already exist errno 183
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not create link os error impossible de cr er un fichier d j existant errno 183 0 link throwiferror dart io link dart 254 7 1 link createsync dart...
flutterflutter
crash on startup java lang unsatisfiedlinkerror
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce run flutter build appbundle release build gradle gradle def localpropertie new property def localpropertiesfile rootproject file...
flutterflutter
fail assertion line 195 pos 12 debugduringdeviceupdate be not true
Duplicate
exception catch by scheduler library the follow assertion be throw during a scheduler callback package flutter src render mouse tracker dart fail assertion line 195 pos 12 debugduringdeviceupdate be not true either the assert...
flutterflutter
web change the height or width of the browser window in flutter web will cause the text font to be blur
Duplicate
step to reproduce 1 flutter create platform web bugdemo 2 cd bugdemo 3 flutter run or flutter build web web renderer canvaskit release expect result blurry font actual result same problem only happen with canvaskit ubuntu 18 04 chrome or firefox ...
flutterflutter
flutter app be not render widget properly in release mode
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 clone the project from here git clone 2 run the project use flutter run release 3 if the widget build first time and show th...
flutterflutter
miss left title padding when use imply lead icon for sliverappbar medium and sliverappbar large
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 run the code sample 2 tap the top button 3 observe that the sliverappbar title respect the icon and shift to the right as you scroll 4 t...
flutterflutter
selectionarea be not work well
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 run demo with code in code sample 2 click join to show handle 3 try to move handle to cross fluttercandie expect result fluttercandie ...
flutterflutter
execution fail for task webview flutter android parsedebuglocalresource
Invalid
please channel I need help with this error it start come up upon add a linkedin 3rd party app but I think it have to do with flutter webview package because the package depend on it my flutter run v resolve mutation for webview flutter android parsedebuglocalresource thread executio...
flutterflutter
dart migrate ask I to run a command after I already run it
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I be run sh dart pub outdate mode null safety show dependency that be currently not opt in to null safety indicate version without nul...
flutterflutter
there be a memory leak occur when dispose of flutterengine generate by flutterenginegroup
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug overview when display a googlemap use a flutterengine generate by flutterenginegroup the memory be not release even after dispose of the flutterengine this phenomenon seem...
flutterflutter
how to set flutter version in snapcraft yaml
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I can not set the flutter version actual result my project be develop base on flutter 3 3 10 but snapcraft will automatically upgrade to the late version...
flutterflutter
how to set flutter version in snapcraft yaml
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce how to set flutter version in snapcraft yaml actual result how to set flutter version in snapcraft yaml log no response flutter doctor outpu...
flutterflutter
flutter web 3 10 0 canvaskit loadingprogress be always null on loadingbuilder for image network
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 switch to channel stable 2 upgrade to 3 10 3 set renderer to canvaskit while initialize the application 4 use image network with ...
flutterflutter
flutter web 3 10 tree shake still cause exception fail
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 upgrade to flutter 3 10 2 exec flutter build web web renderer canvaskit expect result it should build flutter web app accord to the 3 ...
flutterflutter
I find that there be a performance issue with the selectionarea component
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 after long press the selection button it often fail to select the correct word 2 the toolbar can not pop up when the handle be select expect result af...
flutterflutter
unable to launch flutter app in 3 10
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 install firebase cli and flutterfire 2 connect the app to the firebase by create a new project 3 install dependency firebase auth ...
flutterflutter
go router rebuild the entire stack on every push and pop
Duplicate
hi I understand there be other issue fill about go router maintain state in this issue my problem be that the entire stack get rebuild I m work on a shopping app and make the mistake of go with go router since it s the official package and when you push catalog screen that contain product on top of one another and th...
flutterflutter
io app crash after integrate share preference package in flutter module
Invalid
I m work on an ios app that use flutter as a module and I recently add the share preference 2 1 1 package to my flutter module s pubspec yaml file after run pod install repo update or pod install for the ios native project I notice that a plugin call share preference foundation ver...
flutterflutter
tool crash filesystemexception readsync fail os error input output error errno 5
Invalid
command flutter pub get step to reproduce 1 2 3 log filesystemexception readsync fail os error input output error errno 5 0 randomaccessfile readsync dart io file impl dart 760 7 1 file readasbytessync dart io file impl dart 5...
flutterflutter
exception build process fail target kernel snapshot fail exception ubuntu maco desktop
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce just install flutter and run ur work desktop application either in macbook or ubuntu both fail with above error actual result target kernel s...
flutterflutter
node isrepaintboundary be not true while use loaderoverlay
Duplicate
the loader overlay do not close after I make the network request use dio exception catch by scheduler library the follow assertion be throw during a scheduler callback package flutter src render object dart fail assertion line 1135 pos...
flutterflutter
video player crash avplayer createandconfigurefigplayerwithtype completionhandler
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I have no concrete way to reproduce it but my app have video player play in listview builder as I see avplayer in the crash stack trace I allow ...
flutterflutter
textstyle foreground attribute be break in 3 10
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce just create a textfield with a foreground attribute dart text sample text style theme of context texttheme bo...
flutterflutter
after upgrade to 3 10 overlay control on video have hit offset so you can t click they unless you go below and to the right
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I be targette flutter web its fine on android use a stack to overlay some control textformfield textbutton on top of videoplayer the hit test for a...
flutterflutter
update datatable component in flutter material 2 to material 3
Invalid
datatable need to be update from material 2 to material 3 as it be one of the crucial component in business application there be no component in figma for datatable so please check on this issue
flutterflutter
keyboard cover textfield after upgrade to 3 10
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce inside the body of a scaffold widget add some textfield and click on last one the keyboard would be open but the page do not scroll up and the textfield remain be...
flutterflutter
window focus unstable when the pointer leave the app
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce code to reproduce dart import package flutter material dart void main runapp const myapp class myapp extend statelesswidget ...
flutterflutter
socket patch dart invalid internet address type fit
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce upgrade to flutter 3 10 expect result no error as be the case in the previous version actual result socket patch dart be throw a random error th...
flutterflutter
firebase message issue at firebasemessage onbackgroundmessage firebasemessagingbackgroundhandler after upgrade flutter sdk to 3 7 12
Invalid
hi I be stick from last 2 3 day in a firebase message plugin related issue when I be use firebasemessage onbackgroundmessage firebasemessagingbackgroundhandler mention log below for the reference if I comment out this line error go but notification not work in that case in background note I b...
flutterflutter
target kernel snapshot fail exception
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce create a flutter project with macos main dart that look as below run the command flutter run t lib macos main dart d macos expect m...
flutterflutter
tool crash filesystemexception creation fail os error no such file or directory errno 2
Duplicate
command flutter doctor step to reproduce 1 flutter upgrade 2 flutter doctor log filesystemexception creation fail os error no such file or directory errno 2 0 directory createsync dart io directory impl dart 129 7 1 forwardingdirectory createsy...
flutterflutter
resizetoavoidbottominset cause white space below textfield on android tablet device
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce resizetoavoidbottominset work fine on a smartphone however there s an unexpected white space below the textfield component when I test it on an androi...
flutterflutter
google maps flutter be laggy on huawei p20 pro
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 use google map flutter in a flutter project 2 run the app in huawei p20 pro with the screen resolution set at fhd 2220x1080 3 try to move the m...
flutterflutter
error when I m run main dart
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I m try to run main dar but when I m run main dart the error show actual result console launch lib main dart on android sdk build for x86 in debug ...
flutterflutter
io build error after upgrade to flutter 3 10 texttheme isn t define for the class appbartheme
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce after upgrade to flutter 3 10 unable to build for io actual result fail to build io app error xcode pub cache host pu...
flutterflutter
convert image to png datum use tobytedata do not work in all case in the html renderer
Duplicate
convert image to png datum use tobytedata do not work in all case in the html renderer in particular case where the image be source from rgba data it just completely fail to convert to png datum
flutterflutter
tool crash filesystemexception creation fail os error no such file or directory errno 2
Duplicate
command flutter doctor step to reproduce 1 2 3 log filesystemexception creation fail os error no such file or directory errno 2 0 directory createsync dart io directory impl dart 129 7 1 forwardingdirectory createsync package f...
flutterflutter
resizetoavoidbottominset stop work after upgrade to 3 10 0
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce step 1 create a scaffold with resizetoavoidbottominset set to true 2 put a textfield into a column 3 tap on the textfield 4 keyboard should pop...
flutterflutter
web textbutton iconbutton inkwell be not work properly after 3 10 release
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 use late flutter version 3 10 0 2 this issue be happen with textbutton icon button and inkwell 3 it be happen on web not on mobile 4 ...
flutterflutter
adjust the stroke of the switch
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug use case it seem to I obvious that it be necessary to allow user to give the ability to adjust the stroke design should be as flexible as possible proposal ...
flutterflutter
tool crash filesystemexception can not create file os error errno 3
Duplicate
command flutter run d ch step to reproduce 1 2 3 log filesystemexception can not create file os error errno 3 0 file throwiferror dart io file impl dart 629 7 1 file createsync dart ...
flutterflutter
unable to successfully deploy a flutter web app from and build fail
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce when deploy the web app for webm during the build this error show up expect result build successfull actual result I have attach t...
flutterflutter
bug in v3 10 0 invalid argument s illegal argument in isolate message object be unsendable
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce when I upgrade to v3 10 0 this code throw exception expect result no exception actual result throw exception invalid argument s illeg...
flutterflutter
after upgrade to 3 10 0 I get compile error the parameter detail of the method
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I m build for android on device but fail see log output I have try everything that come to mind cache repair clean ect no luck actual result I...
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter pub add audioplayer step to reproduce 1 2 3 log filesystemexception can not create link os error errno 1 0 link throwiferror dart io link dart 254 7 1 link createsync dart io link dart 182 5 2 ...
flutterflutter
gridview render bug device specific
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce a simple gridview example on mix2 with flutter 3 x expect result gridview render normally actual result on the top and bottom line of gridview i...
flutterflutter
listtile disappear with left side border and rounded corner
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce wrap a listtile in a container with a boxdecoration with a left side border and rounded corner the listtile be not display remove the rounded corner the listt...
flutterflutter
hi I have a problem your carouseslider
Invalid
screenshot 21
flutterflutter
flutter textalign textalign justify
Duplicate
same problem dart text no textalign textalign justify expect actually doctor summary to see all detail run flutter doctor v flutter channel master...
flutterflutter
when place a circle on top of another circle with same radius the bottom circle color get overflow
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce run the sample share in the code snippet then you can see the thin line border around the circle expect result image actual result image ...
flutterflutter
add google map as dependency break listviews scroll behaviuour on io
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce all testing be do on ios device iphone 14 pro max io 16 4 simulator 1 create a flutter app 3 add a listview or singlechildscrollview with enough item so...
flutterflutter
tool crash filesystemexception exist fail os error the filename directory name or volume label syntax be incorrect errno 123
Duplicate
command flutter run step to reproduce 1 2 3 log filesystemexception exist fail os error the filename directory name or volume label syntax be incorrect errno 123 0 directory existssync dart io directory impl dart 92 7 1 fo...
flutterflutter
fail assertion
Invalid
line 5026 pos 12 child child be not true
flutterflutter
unable to install cocopod
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce when I run sudo gem install cocoapod in terminal it show I the error while execute gem gem filepermissionerror you don t have write permis...
flutterflutter
can t select drawdown menu in flutter webview use webview window
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce open a webview inner flutter page try select a drawdown menu in webview when mouse click the drawdown menu disappear and there be no result select I notice that...
flutterflutter
be it possible to send segment event datum directly to algolia
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug use case while go through algolia documentation come across this page which mention that we can configure the segment to send event datum directly to algolia while se...
flutterflutter
gorouter disable automatic handling of deeplink
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug use case in my app I use deeplink to unlock specific feature so the user will deeplink in with something like redeem some code I will parse some code and if it be...
flutterflutter
kotlin dist download fail
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 upgrade to android studio flamingo 2022 2 1 patch 1 2 open a flutter project expect result I expect the project to open with no e...
flutterflutter
unhandled exception missingpluginexception no implementation find for method videooutputmanager create on channel com alexmercerind medium kit video
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug use case medium kit video window proposal unhandled exception missingpluginexception no implementation find for method videooutp...
flutterflutter
nestedscrollview bug scroll too fast will lead to the follow problem
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce slide in the nestedscrollview body list expect result when I swipe through the nestedscrollview body area actual result nestedscrollview do ...
flutterflutter
widget in appbar s action can t get context correctly
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce import package http http dart as http import package flutter material dart void main runapp const mainapp class connectdial...
flutterflutter
flutter 3 7 12 container of the same color will be white when scroll
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce put several solid color container component in the scrollable component and scroll up the screen expect result the entire page background shoul...
flutterflutter
4 52
Invalid
detail target platform target os version browser device log log
flutterflutter
camera io add camera plugin to a new flutter project it do not build for io
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 create a new flutter project 2 add camera plugin camera 3 f5 to run the app on ios emulator or real device expect result the app launch...
flutterflutter
tooltip richmessage recognizer do not work
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 create a simple tooltip widget 2 use a textspan with a tapgesturerecognizer instead of string message 3 the recognizer be not work expect result ...
flutterflutter
android can t build application if command be run outside of root folder
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce in our project we use monorepo approach where main application be under app folder e g app awesome app lib main dart ...
flutterflutter
datetime comparison isbefore isafter do not work on toutc convert time in flutter
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I be use dart core datetime package this give correct result when not use toutc but when I convert toutc it give this behaviour my cod...
flutterflutter
web 3rd party browserify script not support in debug mode
Bug
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce add next code in browser console js let script document createelement script script onload function console log pica wind...
flutterflutter
have issue when use f
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce when I instal flutter by fvm show this error 255 unable to pub upgrade flutter tool retrying in five second 8 try leave the version I try to in...
flutterflutter
how can I force a rebuild for every run
Invalid
if you don t change any file in between 2 run flutter win t rebuild the app I don t want this behavior I d like the app to be rebuild on every run no matter what how can I achieve this
flutterflutter
flutter run d chrome fail when chrome session already exist
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 create a new app with flutter create platform web chrome issue cd chrome issue 2 while there be a running chrome process do flutter run d ...
flutterflutter
could not start dart vm service http server
Duplicate
issue image my application throw this error when I try run it on a physical android device however it work on the emulator also I d like to add I see a few solution online about add the internet permission in androidmanif xml file I try that but with no luck step to reproduce I don t...
flutterflutter
icon class bug pet outline icon be not outline
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce icon icon pet outline expect result I want to use pet outline icon actual result I try to use pet outline icon but the result be not outline...
flutterflutter
exception catch by render library
Invalid
renderbox be not lay out renderanimatedopacity fe276 need layout need paint package flutter src rendering box dart fail assertion line 2009 pos 12 hassize either the assertion indicate an error in the framework itself or we should provide substantially more information in this error message to he...
flutterflutter
fail assertion line 173 pos 12 renderobject child child be not true
Invalid
fix resolve fail assertion error when update profile datum when update profile datum in the profilescreen widget a fail assertion error be occur with the message renderobject child child be not true after investigate the issue it be determined that the error be relate to a mismatch betwe...
flutterflutter
incorrect implementation of intrinsic width with wrap
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce use a non zero space in wrap result in an incorrect alignment of the child when intrinsicwidth be use the last child always appear on a new line regardle...
flutterflutter
tool crash filesystemexception directory listing fail os error file name too long errno 63
Duplicate
command flutter no color run machine track widget creation device i d 59ae42a9 c0a4 4531 8f36 7cce1d6b1768 start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log filesystemexception directory listi...
flutterflutter
404
Invalid
from url
flutterflutter
flutter the doctor check crash and window version the doctor check crash
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I just instal flutter and I can t solve this dr flutter problem c window system32 it say to add this address to the system path but it still didn t work ...
flutterflutter
tool crash casterror 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34
Duplicate
command flutter no color run machine track widget creation device i d rz8n60dbb5v start pause flavor sandbox dart define flutter inspector structurederror true lib main sandbox dart step to reproduce 1 2 3 log casterror 0 new webplugin...
flutterflutter
window 7 flutter release app not work on window 7 sp1 64bit
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 create a window build from my app by use flutter build window release on window 11 2 copy the build to the window 7 sp1 64bit 3 open the...
flutterflutter
multipartrequest be not work correctly on flutter web
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce stream pseudofilegenerator int size async list list for int I 0 I size I list add I if I 1024 0 ...