repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
a11y io can t explore enddrawer with voiceover
Duplicate
step to reproduce 1 run the code sample on io with voiceover enable 2 open the drawer and drag your finger over each item voiceover will speak the name of each item you touch 3 repeat step 2 with the end drawer voiceover will only speak dismiss code sample dart import package...
flutterflutter
a keyrepeatevent be dispatch but the state show that the physical key be not press
Duplicate
the issue occur in flutter desktop the issue occur when press ctrl or cmd key with a scroll by mouse roll when an issue occur the shortcut be disabled like ctrl z ctrl shift z ctrl c etc flutter doctor v flutter channel stable 3 3 4 on microsoft windows version 10 0 19...
flutterflutter
macos flutter start print out an excessive amount of debug info
Duplicate
flutter be print out a lot from hitoolkit appkit and dyld to stdout step to reproduce platform detail ventura 13 1 apple clang version 14 0 0 clang 1400 0 29 202 target x86 64 apple darwin22 2 0 1 create a macos flutter app 2 run flutter run expect result my app s print ...
flutterflutter
android release mode crash message snapshot cc 576 error expect lib isnull
Duplicate
on debug mode everything work but on release mode the app crash I get this error in google play console android 9 sdk 28 samsung xcover 4 flutter 3 0 5 third party dart runtime vm message snapshot cc 576 error expect lib isnull ...
flutterflutter
be it possible to have kdebugmode to true in an testflight io application build
Invalid
hello be it possible to build and archive an io build to testflight with the flutter kdebugmode to true thank
flutterflutter
image picker select photo permission still give access to all photo
Duplicate
in reference to 65995 this issue be close but the problem be not fix at all I test it with the official image picker example on an ios device and an ios simulator when you choose the permission select photo and select a subset of photo you will still see and have access to all of the photo from the gal...
flutterflutter
linux web rawkeyboard alt gr exception
Duplicate
when press the alt gr key on my keyboard while flutter web have the focus it print a fail assertion in the console text input seem to be unaffected by this I can still enter a in a text field on my at layout keyboard step to reproduce 1 execute flutter run d chrome on a linux device ...
flutterflutter
tool crash filesystemexception directory listing fail os error permission
Duplicate
filesystemexception directory listing fail path user iberkeugur development project usr sbin authserver os error permission deny errno 13
flutterflutter
error flutter flutter h file not find import
Duplicate
I m try to debug my app in a physical iphone but I keep get this kind of error I already try a lot of say solution but none of they work xcode 13 4 1 mbp m1 ios 15 7 2 flutter 3 3 4 flutter run v pubspec yaml name gp24290822 description gest o de reboque publish to ...
flutterflutter
gradle build fail to produce an apk file it s likely that this file be generate under
Invalid
step to reproduce 1 execute flutter create test 2 then replace the app build gralde file with one one share 3 then create key property file add to the android folder 4 then create upload keystore jks add to the android folder 5 execute flutter build apk release v ...
flutterflutter
error xcode pub cache host pub dev flutter math fork 0 5 0 lib src widget selection gesture detector builder dart 186 20 error the argument type void function tapdowndetail can t be assign to the parameter type void function tapdragdowndetail
Invalid
error xcode pub cache host pub dev flutter math fork 0 5 0 lib src widget selection gesture detector builder dart 186 20 error the argument type void function tapdowndetail can t be assign to the parameter type void function tapdragdowndetail
flutterflutter
can should firebase testlab be use to run our integration test suite that rely on the firebase emulator and and a script that populate they
Invalid
we have be work on an integration test suite for our flutter project we be able to run it locally on the android and io simulator and on chrome for our web version of the app now we would like to run our integration test suite as part of our ci pipeline on gitlab because we don t want our integration tes...
flutterflutter
tool crash filesystemexception can not create file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225
Duplicate
command flutter build apk step to reproduce 1 2 3 log filesystemexception can not create file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225 0 file throwiferror ...
flutterflutter
web use tobytedata on image fail
Duplicate
hi this ticket be a duplicate of which have be mark as fix but it can still be reproduce when use the html renderer I create this issue as I be not sure if closed one be reopen or they need to be report again below be the description from the duplicate ticket thank hi thank for check t...
flutterflutter
ashut08
Invalid
flutter doctor v flutter channel stable 3 3 10 on kali gnu linux roll 5 10 0 kali9 amd64 locale en in flutter version 3 3 10 on channel stable at home shubham flutter upstream repository framework revision 135454af32 5 week ago 2022 12 15 07 36 55 0800 ...
flutterflutter
g
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
debug error
Invalid
import package flutter material dart import package main practice3 component constant dart import package main practice3 component round button dart class addregister extend statefulwidget const addregister super key require this title final string title override ...
flutterflutter
app be deny by io app store due to dlopen invoke
Invalid
hi our io app be deny by io security team due to some software requirement issue one of the potential cause be that flutter app load flutter framework and app through dlopen interface as below and ios security team may concern the app dynamic load a download executable be there any way to recover that...
flutterflutter
popupmenuitem doesn t pop the right thing
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 tap the popupmenubutton and then tap the top popupmenuitem notice that nothing happen that s because after a popupmenuitem be tap it attempt s to pop its parent popupmenubutton this be not right as you can see since if ...
flutterflutter
background color be not consistent in web and other platform
Duplicate
step to reproduce 1 execute flutter run on the code sample expect result to see same screen color in each platform actual result window desktop android and io show black screen but at least chrome and edge show white screen code sample dart import pack...
flutterflutter
colorfiltere widget not work with transparency of svg image
Duplicate
when I use a colorfiltered widget to tone out the svg image flutter svg library it doesn t consider the transparency I try various blendmode and not one be work properly normal image code sample result
flutterflutter
help my app de flutter
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
force browser to clear cache base on pubspec yaml version in flutter web
Duplicate
hi whenever we release an update and deploy it on the server we should tell our client to clear cache their browser to receive the new update I ve find a workaround solution by add a random or maybe a version number to main dart js script tag and change it each time we have a new release before the flutte...
flutterflutter
iconbuttontheme not define
Duplicate
so in try to set my app theme property the iconbuttontheme property be not define it s in the documentation but not implementation I use the late stable version and material3
flutterflutter
material 3 listview jitter when slide up and down
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 slide the listview up and down 3 the listview jitter expect result it should not jitter actual result video code sample dart import package flutter material dart void main ...
flutterflutter
when a row be in a parent that do not provide a finite width constraint for example if it be in a horizontal scrollable it will try to shrink wrap its child along the horizontal axis set a flex on a child e g use expand indicate that the child be to expand to fill the remain space in the horizontal directio...
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
video player android9 can not play 4k video
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
debug flutter web on the safari
Duplicate
as I have search so far we can not develop flutter web or pwa on the safari with inspector as this be very crucial for debug io pwas performance and relate issue I m request to develop and enable this feature for we
flutterflutter
webview flutter how to destroy the android webview in webview flutter 4 0 1
Invalid
step to reproduce in webview flutter 4 0 1 1 execute flutter run on the code sample 2 scroll down the webpage to anywhere or navigate to another webpage by tap link 3 click the hide button re build widget without webview inside 4 click the show button re build wid...
flutterflutter
unable to find bundle java version
Duplicate
c grc flutter bin flutter bat doctor verbose flutter channel stable 3 3 0 on microsoft windows version 10 0 19045 2251 locale en we flutter version 3 3 0 on channel stable at c grc flutter upstream repository framework revision ffccd96b62 5 month ago 2022 08 29 17 ...
flutterflutter
app crash on io emulator right after install
Invalid
action order 1 execute flutter run on the app the app successfully start on android emulator and device 2 app successfully build and instal on io simulator but then crash crash report and output of flutter doctor in attachment please help with this problem I can not understand ...
flutterflutter
errror while use automatickeepaliveclientmixin with the child widget of listview builder
Invalid
step to reproduce listview builder shrinkwrap true builder I groupchattile class groupchattile extend statefulwidget const groupchattile key key super key key override state createstate groupchattilestate class groupcha...
flutterflutter
wrong file reference in flutter flame game codelab s step 5
Duplicate
1 open 4 2 look up first occurrence of lib game doodle dash dart ctrl f cmd f 3 the code snippet below the lib game doodle dash dart header refer to the object manager dart file and not doodle dash dart as the header sugggest
flutterflutter
crash on io 14 x simulator when use catcher and in app purchase together
Invalid
via issue I have be work with the in app purchase team as it appear there be a conflict between in app purchase and the catcher package what happen be I be get a hard crash when purchase a non consumable on io simulator with 14 x it do not crash on a simulator with 16 2 it also work in the sandbox...
flutterflutter
animation in showdialog cause package flutter src widget framework dart fail assertion dirty be not true
Invalid
step to reproduce 1 checkout the follow commit 2 execute flutter run 3 press show dialog button to show work animation 4 dismiss dialog by press outside barrier 5 press show dialog button again to show error expect result upon invoke showdialog I be expect to s...
flutterflutter
setstate not work properly
Invalid
I ve be search answer for this problem since yesterday I can t find any answer about this on stack overflow I use flutter 3 7 0 1 2 pre step to reproduce 1 build flutter project and run it on android 2 in one of your widget listen something from websocket or use timer class f...
flutterflutter
tool crash filesystemexception can not open file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225
Duplicate
command flutter no color build apk step to reproduce 1 2 3 log filesystemexception can not open file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225 0 file thr...
flutterflutter
flutter doctor do not use proxy
Duplicate
run flutter doctor bash flutter doctor doctor summary to see all detail run flutter doctor v flutter channel stable 3 3 10 on manjaro linux 5 15 85 1 manjaro locale zh cn utf 8 check android license be take an unexpectedly long time android toolchain develop for andro...
flutterflutter
I be still have issue with page categoriesscreen can you help
Invalid
sorry the problem be here title text page selectedpageindex title and page selectedpageindex page the ide you r use should give an hint on the solution basically page selectedpageindex title it do not know that will return a string so you can do as string and fo...
flutterflutter
image picker
Invalid
step to reproduce unfortunatly I can t reproduce myself but my client have document this behavior when select an image in the image picker it do not go back to the app but show sorry for the font p instead of return the pick image it open the open with menu in android be som...
flutterflutter
iconbuttontheme be miss from stable branch but the doc be point that it be available
Duplicate
the flutter docs say that iconbuttontheme be available as per themedata page here and the bar in the bottom of the doc page be point to flutter 3 3 10 2022 12 21 08 55 135454af32 stable but look at the source code of the stable branch I do not see the miss attribute here while I still se...
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter run machine start pause d chrome devtool server address target lib app flavor vroycle web test main dart flavor testing step to reproduce 1 2 3 log stateerror bad state future already complete 0 asynccompleter comp...
flutterflutter
pagecontroller page can not be access before a pageview be build with it package flutter src widget page view dart package flutter widget page view dart 1 fail assertion line 173 pos 7 position isnotempty
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 ...
flutterflutter
camera issue with camera plugin for android 13
Duplicate
I be use the late version of this camera 0 10 1 package and its crashing in android 13 work fine for old version here s the stack trace of the crash java lang nullpointerexception attempt to invoke virtual method int android medium encoderprofile videoprofile getwidth on a null object referen...
flutterflutter
camera package crash on android 13
Duplicate
step to reproduce I be use the late camera 0 10 1 package and its crashing on device have android version 13 it work fine for old device expect result be able to run the camera on android 13 device actual result null pointer exception fail to handle method call e methodch...
flutterflutter
be it possible to monitor the scrolling of webview content
Duplicate
be it possible to monitor the scrolling of webview content and make the webview s content back to the top in special case
flutterflutter
when zoom and pan 100 path performance degrade
Duplicate
detail 1 please tell we exactly how to reproduce the problem you be run into I m develop a drawing board application it s very simple a path be generate from the beginning to the end of the touch each point be connect with lineto and finally hand over to custompaint drawpath and use in...
flutterflutter
develop to android on android phone
Duplicate
I instal flutter in my cheap no rooted arm64 smartphone and now I can build linux app but I can t build the apk for android my step to reproduce the problem step to reproduce 1 download termux from and install it 2 now open termux and type the above command to have a debian linux to work w...
flutterflutter
windows exe detect as trojan win32 wacatac b ml
Duplicate
whatsapp image 2023 01 13 at 10 33 52 whatsapp image 2023 01 13 at 10 33 37 step to reproduce compile flutter app to exe with inno setup via github action download the exe file from github release to your window machine that have window security defender can not download the file to...
flutterflutter
io component only have podspec how to take
Invalid
my ios native component want to take the fluttermodule but then component only have podspec so I be generate framework in podspec write s vendored framework flutter boost xcframework but only component the same use submit some error what repeat framework I find the framework only deposit at current comp...
flutterflutter
framework issue android io flutter embed engine flutterjni onsurfacechange log lead to a half black screen and then anr
Invalid
step to reproduce this issue be reproduce on galaxy s20 5 g android os version 11 1 execute my app cloi station on the code sample 2 login after input i d pwd 3 leave for 5 minute on the first screen 4 rotate the screen from portrait to landscape 5 show a half black screen and...
flutterflutter
webview flutter webview platform crash while offline and loading url
Duplicate
I have code that detect when there s an error in a webview and show an error screen on top of the webview use a stack the reason why I use a stack be to avoid substitute the webview with the error screen so the webview doesn t get dispose and its controller will be send command to a native webview that...
flutterflutter
add enterfullscreen functionality for video player web
Duplicate
enter full screen mode operate differently on the web compare to other platform because the screen be confine by the browser frame to enable full screen mode on the web expose an enter full screen function so that other package build on top of video player can use it and support full screen on the web
flutterflutter
fail assertion line 243 pos 14 notification metric axis widget axis 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
switch documentation error
Duplicate
image error on documentation tmp dartpadzgdtew lib main dart 60 11 error no name parameter with the name thumbicon thumbicon thumbicon flutter sdks stable package flutter lib src material switch dart 83 9 context find this candidate but the argument...
flutterflutter
flutter web app not load in localhost unless restart hot reload
Invalid
hi flutter team I be have a weird issue on a flutter web project I be currently work on essentially the app load a blank screen in localhost and only load properly upon hit hot reload or restart in the run debug section of vs code once deploy on firebase in this case the behaviour persist and...
flutterflutter
a keyupevent be dispatch but the state show that the physical key be not press
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
transformationcontroller translate scale
Duplicate
use case I be create a full screen pdf viewer use interactiveviewer and decide to create some shortcut so my user have a well experience while zoom I be struggle a lot with the matrix4 in order to scale with my anchor be the centre of the current frame I be inspire by 67211 proposal...
flutterflutter
how to convert flutter web into code that wechat minigame can run
Invalid
how to convert flutter web into code that wechat minigame can run
flutterflutter
flutter could not find com android tool build gradle 7 5 1
Invalid
hello guy I keep and keep and keep run into the same issue s since several day I come back to code to my app as I notice it do not start run anymore because I have a java missmatch error to solve it I have to do not even know there be a new one install android studio flamingo I be out for...
flutterflutter
app crash with geolocation disable
Invalid
app crash with geolocation disabled can this be fix
flutterflutter
stateful widget error a constant constructor can t call a non constant super constructor of state
Invalid
here be my public git there be 2 branch on that git the main be my original code with stateless for most of the part the problem come when I try to integrate my code with expansiontile where I need state to detect on onexpansionchanged I try to implement the example but I keep get the error below can anyo...
flutterflutter
webview physical keyboard arrow key don t work on android
Duplicate
x I have already search for the same problem environment technology version flutter version 3 3 7 webview version 3 0 4 android version 12 device information samsung galaxy t...
flutterflutter
can not wrap the column widget to gridview cout and gridview extent
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
both horizontal and vertical scrolling not enable at a time in listview builder
Invalid
both horizontal and vertical scrolling not enable in listview builder both horizontal and vertical scrolling can not be enable at the same time in the listview builder expect result expect both option in scrolldirection of listview builder actual result in the listview builder we only act...
flutterflutter
value be miss for variable tag kotlinversion
Duplicate
flutter create t module flutter module exception templateexception value be miss for variable tag kotlinversion 4 27 ext kotlin version kotlinversion
flutterflutter
flutter webview ssl with custom ca
Duplicate
hi why be this not work with custom instal can certificate on the device the default webview example on the emulator work fine with the instal certificate but flutter webview still throw handshake error
flutterflutter
uncaught in promise error rangeerror index index out of range index should be less than 1 1
Invalid
hey I be new here in flutter I have one app already build on flutter and I need to create a web with exist one the app be use firebase so I be use firebase core web but when I run the app I get the below error in my flutter web console error dart 266 uncaught in promise error rangeerror index ...
flutterflutter
samsung browser dark mode presentation error
Duplicate
when you enable dark mode in the samsung browser it impose color on the theme even though it s all for light brightness it also doesn t respect the color of the font which I put all black but he change on account correct incorrect flutter cha...
flutterflutter
listview not work with firestore at first run
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
bug in dropdown sample
Duplicate
I find a bug in your documentation here be the link of your documentation image I try to run your sample but it win t work here be the error that can be find in the console error compile to javascript tmp dartpadbdoiqs lib main dart 20 16 error dropdownmenuentry isn t a type fina...
flutterflutter
error on fill up edit text with text
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
renderbox be not lay out renderpointerlistener 641f9 relayoutboundary up8 need paint need composite bit update
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
anyone can help I
Invalid
error
flutterflutter
control right remote button press cause exception on android
Duplicate
step to reproduce use flutter 3 3 10 create a new application 1 create a fresh application use flutter create app 2 use the remote on mediabox maverick 4k android tv box in ir mode try to click the button expect result for the counter in the centre of the screen to incre...
flutterflutter
keyboard close directly after open in an extended formfield
Invalid
when build a custom form field by extend formfield with a textformfield center within two iconbutton s I encounter unexpected issue with the keyboard after a state change due to a button press the textformfield be only update when it have be provide with a key during construction e g uniqu...
flutterflutter
flutter i d do not exist
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter sso single sign on use window adfs
Invalid
I want to add authentication with sso single sign on use window adfs in flutter app android ios web but I didn t find any helpful doc or package for integration with flutter so any suggestion will be of great help
flutterflutter
animatedgrid not part of flutter 3 3 10 stable but be include in doc
Duplicate
step to reproduce try to use an animatedgrid widget with flutter 3 3 10 stable error can be see in the flutter 3 3 10 stable doc example however when look at the master doc the example work without issue I switch to channel beta and upgrade 3 7 0 1 3 pre which include the animatedgrid ...
flutterflutter
io crash skdata privatenewwithcopy void const unsigned long
Duplicate
step to reproduce no this crash be from firebasecralytic expect result no crash actual result crash code sample dart log crash io flutter 1 io 0 flutter 0x6f438 skdata privatenewwithcopy void const unsigned long 9...
flutterflutter
web path combine doesn t work on android chrome browser
Duplicate
step to reproduce 1 execute flutter run d chrome web port 40200 on this code dart import package flutter material dart void main runapp const myapp class myapp extend statelesswidget const myapp super key override widget build buildcontext co...
flutterflutter
dynamic color doesn t seem to render color correctly
Invalid
91605 when return from the second screen to the first dynamic color do not seem to correctly display color which rarely happen img 20230109 193446 img 20230109 193513
flutterflutter
exception have occur assertionerror package go router src router dart fail assertion line 300 pos 12 inherit null no gorouter find in context
Duplicate
exception have occur assertionerror package go router src router dart fail assertion line 300 pos 12 inherit null no gorouter find in context seem like there be an exception error with the gorouter go router version 6 0 1
flutterflutter
piechart arcrendererconfig
Invalid
renderbox be not lay out rendersemanticsgesturehandler a3283 need paint need composite bit update package flutter src rendering box dart fail assertion line 1927 pos 12 hassize run return chart piechart serieslist animate true defaultrenderer ch...
flutterflutter
exoplayer give exception android medium mediacodec codecexception error 0xfffffff4 com google android exoplayer2 exoplaybackexception mediacodecvideorenderer error index 0 format format 1 null null video avc avc1 64000a 1 null 432 768 28 372639 1 1 format support yes
Duplicate
give these exception and error while load multiple video in list and play one by one please provide or update this library for this issue I oplusfeedbackinfo 28663 sendfeedbackinfo l309 send mm fb eventid 21001 clientpid 28663 reportlevel 0 timeusage 0 videocomponent omx qcom video decoder avc vid...
flutterflutter
tool crash filesystemexception exist fail os error the device be not ready errno 21
Duplicate
I have a window 8 1 and now upgrade to window 10 and I copy my flutter sdk from the window 8 1 with path d flutter sdk flutter to the new window 10 and change the path to c programming flutter sdk flutter and I instal android studio change path in my system variable and set everything up but whenever...
flutterflutter
emoji get huge after font size threshold second attempt
Invalid
this be an exact replica of 110726 open by enduringbeta and erroneously close as fix from exaby73 on september the 1st 2022 today be january the 7th 2023 and on flutter 3 3 10 the issue be everything but fix whether or not it be solve on master be completely irrelevant at this point give that 3...
flutterflutter
tool crash processexception no such file or directory command google chrome os error code 2
Duplicate
command flutter run step to reproduce 1 2 3 log processexception no such file or directory command google chrome os error code 2 0 processimpl start dart io patch process patch dart 401 33 1 process start dart io patch process p...
flutterflutter
ghost when use border with container
Duplicate
step to reproduce create a container with a black border and border width of 2 expect result container with a black border and border width 2 actual result the container be create properly but I have notice a faint white line the same width as the border width that extend from edge of...
flutterflutter
fail assertion line 5259 pos 14 dependent isempty 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
tool crash filesystemexception can not delete file os error permission deny errno 13
Duplicate
command flutter quiet assemble no version check depfile user emadbeltaje studioproject arabic mate android app build intermediate flutter debug flutter build d output user emadbeltaje studioproject arabic mate android app build intermediate flutter debug dtargetfile user emadbeltaje studi...
flutterflutter
wrong file link
Duplicate
hello I have find an issue with the get to know firebase for flutter section locate at 4 url within subsection 5 add rsvp functionality in subsection 5 3 in the homepage class s build method integrate the app state with the authfunc widget the github link do not direct the user to the correct gith...
flutterflutter
flutter markdown not work in costum widget
Invalid
step to reproduce make widget with flutter markdow use widget work when compile on linux do not work when compile for web main dart dart import package flutter material dart import widget markdown markdown web dart import widget markdown markdown local dart void ma...
flutterflutter
fail assertion line 2001 pos 12 hassize
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
fortify pthread mutex lock call on a destroy mutex 0x in playstore crash log
Invalid
step to reproduce 1 our app be use video player plugin and hive database for local storage 2 we have release the app in playstore 3 we be see following log in crash section expect result actual result pubspec yaml dart version 2 0 3 30 environment sdk...
flutterflutter
copying of code in codelab
Invalid
hi when I copy the code on codelab unto my ide I get an error below be the code kindly assist import package english word english word dart import package flutter material dart import package provider provider dart void main runapp myapp class myapp extend statel...
flutterflutter
issue from website page widget 404
Invalid
from url
flutterflutter
71 crash in last 7 day attempt to invoke virtual method int java lang integer intvalue
Duplicate
step to reproduce could not reproduce in the development environment expect result actual result code sample dart log crashlytic log fatal exception io flutter plugin firebase crashlytic fluttererror platformexception error attempt to invoke virtual...
flutterflutter
there be a problem with the http resource of the web render image network but there be no problem with the desktop side
Invalid
return container alignment alignment center child image network the http url on the web side can not be render but the https url can be render normally
flutterflutter
cameraexception error attempt to invoke virtual method java util list android medium encoderprofile getvideoprofile on a null object reference
Duplicate
bug cameraexception error attempt to invoke virtual method java util list android medium encoderprofile getvideoprofile on a null object reference flutter version 3 3 8 android 13