repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
tool crash sentinelexception
Duplicate
command flutter no color run machine track widget creation device i d emulator 5554 start pause dart define flutter inspector structurederror true devtool server address lib main dart step to reproduce 1 2 3 log sentinelexception ...
flutterflutter
can not get the flutter 2 10 2 release note
Invalid
there be only 2 10 1 in
flutterflutter
tool crash filesystemexception deletion fail os error errno 145
Duplicate
command flutter no color pub get step to reproduce 1 2 3 log filesystemexception deletion fail os error errno 145 0 directory deletesync dart io directory impl dart 201 7 1 filesystementity deletesync dart io file...
flutterflutter
I try run my flutter app and it throw error
Invalid
I run my flutter and I get a red page error page and I have try all the measure suggest in the log and it do not go away I have todowngrade flutter but it still do not help I will upload the screen and the github link to the app where I be work from thank you
flutterflutter
feature add position property to snackbar
Invalid
I need show snackbar on top
flutterflutter
because every version of alpha vantage package depend on http 0 12 0 4 and front depend on http 0 13 4 alpha vantage package be forbid
Invalid
I try to install alpha vantage and get the follow error because every version of alpha vantage package depend on http 0 12 0 4 and front depend on http 0 13 4 alpha vantage package be forbid so because front depend on alpha vantage package 1 0 0 version solve fail pub get fail 1 so b...
flutterflutter
black screen happen when I close screen and reopen screen
Invalid
problem description create a flutter plugin project and start a dialog activity in android plugin use native method then close screen and reopen screen the native dialog activity background be black the applifecyclestate be pause override fun onmethodcall nonnull call methodcall nonnull resu...
flutterflutter
edge to edge stop work after flutter run
Duplicate
expect result the status bar and gesture bar do not have a background and content be render behind it expect result image image actual result the status bar have a shadow and the gesture bar be black actual result image image full code sample dart import...
flutterflutter
execution fail for task app processdebugresource
Invalid
failure build fail with an exception what go wrong execution fail for task app processdebugresource a failure occur while execute com android build gradle internal res linkapplicationandroidresourcestask taskaction android resource linking fail error e flutter projects2 loca s...
flutterflutter
doc contradict migration doc
Duplicate
when follow doc to migrate from android embed v1 to v2 full flutter app migration in step 4 after set both launchtheme and normaltheme style next thing to do be configure mainactivity to start with launch theme one of the specify thing you have to do be make sure you have a ...
flutterflutter
how to jump to a position in percentage
Duplicate
I want to jump to a position in percentage via scrollcontroller although scrollcontroller provide the position pixel and position maxscrollextent property to get the scroll offset and the maximum scrollable offset but somehow the maximum scrollable offset will change with the screen slide why be th...
flutterflutter
window build issue
Duplicate
flutter channel beta 2 11 0 0 1 pre on microsoft windows version 10 0 22000 527 locale en us android toolchain develop for android device android sdk version 32 1 0 rc1 chrome develop for the web can not find chrome executable at google chrome application chrome exe c...
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter pub add country code picker step to reproduce 1 2 3 log filesystemexception can not open file os error no such file or directory errno 2 0 file throwiferror dart io file impl dart 635 7 1 file opensync dart io ...
flutterflutter
error unhandled exception package flutter src widget navigator dart fail assertion line 2845 pos 18 navigator debuglocked be not true
Invalid
I be new in flutter I face a problem about unhandled exception package flutter src widget navigator dart fail assertion line 2845 pos 18 navigator debuglocked be not true this be my debug console e flutter 5236 error flutter lib ui ui dart state cc 198 unhandled exception pa...
flutterflutter
androidmanifest xml error
Invalid
hello nothing fancy here I create an application from terminal use flutter create application then I try to modify the native code for my personal work like try to add flutterapplication as base class but when I try to add the application class to androidmanifest xml I see the below error ...
flutterflutter
add an intial value
Invalid
I would be nice to add the availability to set an initial address as parameter
flutterflutter
private vimeo video be not work in flutter application
Duplicate
hi vimeo team I m unable to load private vimeo video in my flutter application please help I for same or please provide I support also thank step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code samp...
flutterflutter
flutter camera 0 9 4 14 build warning of deprecate api
Duplicate
flutter camera build warning I be use flutter version 2 10 with the camera version as mention camera 0 9 4 14 with command flutter run I get issue as follow image
flutterflutter
the doctor check crash
Duplicate
flutter doctor complain it crash when check itellij idea community edition step to reproduce 1 simply run flutter doctor in terminal 2 3 p s I don t care about android development so I disable it via flutter config no enable andoird log log ...
flutterflutter
recreate navigation stack with modal not work when app cold start from a dynamic link
Invalid
hi I see this weird behaviour when handle dynamic link what I want to do be that when come from a link contain matchid parameter I want to clean up the navigation stack insert the availablematche route insert the matchdetail page and finally show a modal this be the code I use in the link handler ...
flutterflutter
can t type into textfield focus via focusnode requestfocus in web browser
Duplicate
step to reproduce 1 setup the flutter code lab 3 friendly chat part 7 6 the full source be here 2 run the app in debug mode in chrome flutter run d chrome 3 click on the send a message text field type something in and hit enter in the code this result in the te...
flutterflutter
flutter doctor v run wrong
Invalid
flutter doctor v the flutter tool can not access the file or directory please ensure that the sdk and or project be instal in a location that have read write permission for the current user 0 throwtoolexit package flutter tool src base common dart 10 3 1 throwfilesystemexcep...
flutterflutter
streambuilder not iterate over all if statement even when condition be meet
Invalid
I have build a multi stream builder but it be not iterate overall if loop be there a limitation to the builder function in stream builder or be it a bug I be not get any error I be also not get any error on flutter doctor both of the widget be work perfectly individually the rest of the app also work fine ...
flutterflutter
bug report
Invalid
what happen please describe what you be do when this exception occur I be create a flutter project with kotlin and swift language create for android io and web as soon as the project be create this bug show up by display the error message ide error occur version information android stud...
flutterflutter
flutter run error flutter gradle line 1035 with other assetbundle bundle error
Invalid
suddenly the application no long start 3 day ago I make a release with the same code I have not change anything I go to run it yesterday and I find myself with a lot of error which I can not solve I have search and try to run the follow option already flutter clean flutter pub get f...
flutterflutter
requestfocus not work in onsubmitte in web version work on android
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 type something in the text field and press enter 3 try to type something else expect result the text field should get focus back to type more item in actual result it doesn t in the web version but do in th...
flutterflutter
compile time help with renderbox not lay out exception etc
Invalid
use case when build layout I d prefer compile time help with renderbox not lay out exception etc proposal I don t know if this be possible but I d like the ide to help I when I ve fail to set a height constraint for a list view inside a column etc instead of have the app fail to compi...
flutterflutter
url launcher link contain russian character do not open
Invalid
if you add russian character to the link they stop open and throw an exception error flutter lib ui ui dart state cc 209 unhandled exception platformexception argument error unable to parse url provide url optional https null 0 standardmethodcodec decodeenvelope packa...
flutterflutter
add2app crash on io with duplicate plugin key fltpathproviderplugin
Invalid
work perfectly well on android flutter doctor flutter channel master 2 11 0 0 0 pre 600 on macos 12 0 1 21a559 darwin arm locale en gb android toolchain develop for android device android sdk version 31 0 0 xcode develop for io and macos xcode 13 2 1 chro...
flutterflutter
in my flutter app during live stream for object detection
Invalid
thread 3 queue io flutter camera dispatchqueue stop reason signal sigabrt frame 0 0x00000001b818b964 libsystem kernel dylib pthread kill 8 libsystem kernel dylib pthread kill 0x1b818b964 8 b lo 0x1b818b984 40 0x1b818b968 12 pacibsp ...
flutterflutter
I can fig but it no change
Invalid
renderbox be not lay out renderphysicalshape a47a5 relayoutboundary up2 need paint need composite bit update package flutter src rendering box dart fail assertion line 1927 pos 12 hassize I do not know fix I need your help
flutterflutter
exception in thread main javax net ssl sslexception connection reset
Invalid
step to reproduce 1 2 3 log log
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
when I click on other widget selectabletext not deselect
Duplicate
selectabletext not deselect in window and mac when text be select from selectabletext and want to change the selection both selectabletext remain as they re select actual result image I ve use uniquekey but still not solve I m use flutter channel stable 2 10 0 on macos 11 6 20...
flutterflutter
crash when use cmd flutter build window compile project in flutter desktop
Duplicate
1 when I compile project use android studio debug or release mode all work well 2 use cmd flutter run or flutter build window crash 3 flutter doctor v flutter channel stable 2 10 1 on microsoft windows version 10 0 19042 1526 locale zh cn flutter version 2 10 1 at d work...
flutterflutter
integration test for an app to app module not run when use the use exist app flag
Invalid
our app be an app to app flutter module use the old flutter driver support we be able to run our integration test successfully with the use exist app flag after migrate to the integration test support test seem to complete without any issue but they be actually not run here be the command ...
flutterflutter
android java lang runtimeexception failure deliver result resultinfo who null request 0 result 0 datum null to activity
Invalid
there s some issue when I execute an android intent to open another app and then when I come back with back button when I do it some internal exception occur in onactivityresult 2022 02 17 18 46 15 602 5911 5911 e androidruntime fatal exception main process com kolbapps drumtile pid 591...
flutterflutter
have difficulty instal flutter or get it to work
Invalid
step to reproduce 1 2 3 log log
flutterflutter
google sign in authentication failure with release apk
Invalid
hi please see and issuecomment 1043056345 thank you none have be solve and both have be close
flutterflutter
camera cache from imagestream cause invalid datum
Duplicate
hi there I m implement barcode qr scanner use camera which use imagestream and result from that will parse use google ml kit but sometimes when I just open the camera preview screen after repetitive open and scan the qr it will use data image from previous imagestream think it be imagestream cache...
flutterflutter
tool crash processexception the requested operation require elevation command c program file x86 google chrome application chrome exe os error code 740
Duplicate
command flutter run d chrome step to reproduce 1 2 3 log processexception the requested operation require elevation command c program file x86 google chrome application chrome exe os error code 740 0 processimpl start dart io ...
flutterflutter
tool crash processexception the requested operation require elevation command c program file x86 google chrome application chrome exe os error code 740
Duplicate
command flutter run d chrome step to reproduce 1 2 3 log processexception the requested operation require elevation command c program file x86 google chrome application chrome exe os error code 740 0 processimpl start dart io ...
flutterflutter
error
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 renderlisttile 16bbb need paint need composite bit update package flutter src rendering box dart fail assertion line 1927 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
app crash on io testflight
Invalid
hi all of my project be face only one problem android debug and release build working fine I face problem when upload the io app on testflight app work fine on simulator but when I build the io app from android studio then build from xcode and then archive and upload when I test it on iphone device us...
flutterflutter
flutter build web version change problem
Duplicate
when I run this command flutter build web build name 1 0 2 build number 2 no sound null safety I get this error could not find an option name build name I also want to change the version json file during the build any idea on how to do it
flutterflutter
proposal size configuration for radiothemedata
Duplicate
use case flutter only allow developer to set size indirectly by use materialtaptargetsize in radio wich be probably motivate by accessibility concern but the same could be imply to button and yet we can set size directly into they even tho we can use visual density to change it a bit I don t thi...
flutterflutter
make draggablescrollablecontroll a listenable again
Invalid
use case use draggablescrollablecontroller as a listenable in animatedbuilder proposal it already have be a listenable on channel master but after the merge to stable it be not anymore
flutterflutter
unsupported android studio version canary version of android studio be not support by the flutter plugin hi akshbswas98
Duplicate
I see from the last guy open issue tahatesser just go to close and no attempt to resolve android studio the doctor check crash due to an error the doctor check do not complete if the error message below be not helpful please let we know about this issue at formatexceptio...
flutterflutter
customize icon be black and can not be change it s size
Duplicate
step to reproduce I ve already upload this simple project to my github repo link to my repo 1 execute flutter run on the code sample 2 press on right arrow button you will see a black square at the mark location expect result I want to see a marker like this image ...
flutterflutter
flutter webview allow unique wkprocesspool
Duplicate
use case android webview already share same localstorage but not the io webview we would share local storage between multiple webview we would keep the possibility to execute script to a specific webview proposal use the wkprocesspool
flutterflutter
miss const keyword for borderradius circular
Invalid
use case borderradius circular constructor depend on borderradius all constructor which be const so borderradius circular can also be const but it be not if this be intentional then what be the intention behind it otherwise it should be a const constructor border radius dart ...
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter run machine start pause d chrome dart define flutter inspector structurederror true web allow expose url devtool server address target lib main dart d web server web port 2021 step to reproduce 1 2 3 log stateerror bad stat...
flutterflutter
can not input a text in textfield
Duplicate
describe the bug I have a listview of product with qty field I want to update the textfield s text with the qty of the new select product the focus be still in the textfield but when I start type it will not reflect to the textfield what could be the cause of this ...
flutterflutter
error wait for a debug connection the log reader stop unexpectedly error launch application on window
Duplicate
I be have the same issue as 93635 but my windows sdk version be already 10 0 22000 0 so the solution be not work for I flutter doctor v flutter channel stable 2 10 1 on microsoft windows version 10 0 22000 527 locale zh cn flutter version 2 10 1 at c tool flutter ...
flutterflutter
flutter docto formatexception unexpected extension byte at offset 5 in intellij idea 2021 3 2 ultimate edition
Duplicate
hi I m get error with flutter doctor and intellij idea 2021 3 2 ultimate edition do someone know the solution thank a lot log intellij idea ultimate edition the doctor check crash x due to an error the doctor check do not complete if the error message below be not helpful ...
flutterflutter
flutter support arm architecture arm64 arm32
Invalid
use case proposal
flutterflutter
io after use non matching face the try face I d again button do nothing
Duplicate
just like the title say after present a non matching face on io the user be present with a dialog and the try face I d again button doesn t do anything I m guess it wouldn t because it hasn t be setup that way maybe this dialog could be customise or remove completely I don t know screenshot 202...
flutterflutter
icon keyboard command key outline miss from icon class
Duplicate
image image
flutterflutter
image picker 0 8 4 1 io
Duplicate
camera fail to read exposurebiasesbymode dictionary error domain nscocoaerrordomain code 4864 nskeyedunarchiver initforreadingfromdata error throwlegacyexception datum be null I keep get the above issue can anyone help I
flutterflutter
web how to get font from local in flutter web
Invalid
because there be a problem with access these two url I want to load it locally can it be implement can not access to font gstatic com and font googleapis com image image
flutterflutter
color space in flutter
Duplicate
use case I release a photo share app and some professional photographer have ask about offer a wide color space than srgb I wasn t able to find documentation anywhere about whether flutter support wide color space when display image and if so how to use those color space I m assume that simply displa...
flutterflutter
24 ms execute c src flutter git c
Invalid
24 ms execute c src flutter git c log showsignature false log n 1 pretty format h 135 ms exit code 0 from git c log showsignature false log n 1 pretty format h 10 ms f139b11009aeb8ed2a3a3aa8b0066e482709dde3 4 ms execute c src flutter git describ...
flutterflutter
plugin local auth unable to choose type of biometric to use
Invalid
it would be possible to add a feature where you could choose the type of biometric to use
flutterflutter
flutter xcode ios flutter flutter h file not find
Invalid
I have mac and use android studio and xcode I get the follow error message when I try to run my flutter app or when I try to do build build io I try most solution I find in web like pod install or remove pod file and another solution but do not help I how to fix thank could not build the prec...
flutterflutter
flutter doctor
Duplicate
I ve come across a mistake when run flutter doctor http host be not reachable reason an error occur while check the http host
flutterflutter
macbook m1 chip flutter run on android studio bumble bee xcode 13 3 2 beta fail firebase app
Invalid
hi all new macbook m1 chip unable to compile flutter firebase simple application I have try several recommendation flutter clean flutter pub get cd ios pod install brew install cocoapod open podfile and update with this script installer pod project build configuration each do config ...
flutterflutter
font icon material icon show incorrect show eagle for cart checkout icon
Duplicate
seem there be an issue with the font I try use icon shopping cart checkout for android but it show an eagle icon instead of a cart with an arrow I think it be only on my local development but seem it also easily reproduce in dart pad screen shoot 2022 02 15 at 07 50 25 sample code d...
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
icon keyboard double arrow right show the wrong icon
Duplicate
flutter 2 10 1 channel stable framework revision db747aa133 5 day ago 2022 02 09 13 57 35 0600 engine revision ab46186b24 tool dart 2 16 1 devtool 2 9 2 flutter channel stable 2 10 1 on macos 12 1 21c52 darwin x64 locale en us android toolchain develop for andro...
flutterflutter
flutter deployment with fastlane problem because of non null safety
Invalid
hello I have a flutter app use firebase and I want to deploy with fastlane to firebase everything be go fine but I m face issue when execute bundle exec fastlane app name or archive for io this be a snapshot of what I see on the terminal when I m fail to deploy the io app with fastlane archive fa...
flutterflutter
how run flutter app on window with admininstrator right
Invalid
I write a flutter window app I want to launch flutter app start on window with admininstrator right how to get admininstrator right
flutterflutter
android flutter fail to build appbundle dart snapshot generator fail with exit code 9
Invalid
flutter build appbundle no shake tree icon but get fail to build problem dart snapshot generator fail with exit code 9 dart snapshot generator fail with exit code 9 failure build fail with an exception where script opt flutter package flutter tool gradle flutter gra...
flutterflutter
be there a way to disable the app download option on flutter web
Invalid
when open the application on a computer or browser in mobile a option for download or save the page appear there be some solution to disable this option
flutterflutter
flutter integration test support to simulate mouse operation like right scroll leave click
Duplicate
implement some integration test for flutter web application wherein I m try to simulate mouse operation like right scroll leave click after much googling try with the below code seem to be like testpointer doesn t have click operation final testpointer testpointer testpointer 1 pointerdevicekind mouse...
flutterflutter
material icon add card be miss
Duplicate
the material icon add card include rounded sharp and etc version of the same icon be miss I ve try both stable and beta channel run the app on android or window it show nothing and run it on web it show wrong icon bed icon image image flutter channel stable 2 10 1 ...
flutterflutter
unable to switch camera when record video
Duplicate
only the button toggle but not the camera preview be ther a way to achieve switch the camera when video recording be already go on
flutterflutter
after add flutter bin path to env variable flutter doctor command be not give any o p
Invalid
step to reproduce 1 2 3 log log
flutterflutter
flutter web stick at hot restart
Invalid
try on chrome brave edge also try on old fresh project also I turn of auto hotreload hotrestart on save then press the hotreload button manually nothing work step to reproduce 1 create a fresh flutter project on window 2 add web support expect result update the imp...
flutterflutter
Invalid
originally post by a2425rdl in issuecomment 1038770866
flutterflutter
java lang classnotfoundexception androidx activity onbackpresseddispatcherowner at io flutter plugin platform platformplugin popsystemnavigator unknown source 13
Duplicate
root cause console 5050 ms e androidruntime 3772 fatal exception main 2 ms e androidruntime 3772 process com jelly medianoter pid 3772 1 ms e androidruntime 3772 java lang noclassdeffounderror fail resolution of landroidx activity onbackpresseddispatcherowner ...
flutterflutter
upload plugin fail
Invalid
run flutter pub publish n io http get accept application vnd pub v2 json x pub os macos x pub command publish x pub session i d 859ed60f b554 45d2 8dbc f954c2b29f5c x pub environment flutter cli interactive user agent dart pub 2 16 1 slvr ver...
flutterflutter
in app purchase be there any way to check if someone refund a non consumable item
Duplicate
currently have an issue user buy a non consumable item I mark it as buy in my system in this case remove ad user refund it it be still mark as buy and there be no obvious way to check a purchase history or refund status due to how purchase info be send via purchasestream there be no obvio...
flutterflutter
app window can not respond after display a few minute lottie animation on window 7 service pack 1
Duplicate
on window 7 service pack 1 after display the gif lottie animation for a few minute the app window become a black screen and can not respond step to reproduce 1 execute flutter run on the code sample 2 run with release on window 7 3 wait a few minute about 3 minute in my virtual ma...
flutterflutter
icon show emoji instead
Duplicate
step to reproduce 1 add icon icon handshake or icon icon handshake round to any project 2 flutter run expect result the handshake icon should be show actual result unrelated emojis like that bathtub guy be show instead code sample dart ...
flutterflutter
textfield border color incorrect for default state
Invalid
image hello 1 in first situation textfield border should be opacity 0 4 as picture 2 in focus and after fill textfile textfile border opacity s should be 1 0 but in default situation textfield border opacity s be 1 0 too image in my view before fill the textfiled border property...
flutterflutter
formatexception unexpected extension byte at offset 5
Duplicate
step to reproduce 1 download flutter 2 install intellij idea flutter plugin dart plugin 3 add flutter to path 4 run flutter doctor log log flutter doctor verbose flutter channel stable 2 10 1 on macos 12 2 1 21d62 darwin x64 locale en we ...
flutterflutter
upgrade gradle version
Duplicate
use case when run flutter create android use the follow version of gradle com android tool build gradle 4 1 0 why flutter didn t use a more recent version proposal use a recent version limitation be their any reason to keep this old version can we gain s...
flutterflutter
upload image in flutter integration test
Invalid
how to upload image in flutter integration test
flutterflutter
fatal flutter shell platform android platform view android jni impl cc 1301 check fail fml jni checkexception env
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 have a page with some native ad on it google mobile ad 1 0 1 3 push webpage which use webview flutter 3 0 0 to load url then pop webpage 4 then app crash expect result it work well actual result c...
flutterflutter
desktop window horizontal resizing doesn t work on secondary display
Invalid
describe your issue and include the command you re run flutter desktop version browser version issue find on the follow flutter install doctor summary to see all detail run flutter doctor v flutter channel stable 2 10 1 on microsoft windows version 10 0 19044 1526 locale en us ...
flutterflutter
flutter pub outdate throw pub finish with exit code 69
Invalid
step to reproduce flutter pub outdate throw pub finish with exit code 69 expect result actual result code sample dart log flutter channel stable 2 10 1 on macos 12 2 1 21d62 darwin x64 locale zh hans cn ...
flutterflutter
fatal
Invalid
fatal bad config line 1 in file c user hi gitconfig
flutterflutter
a11y screen reader can not announce character of textfield use cursor key on desktop app for window
Duplicate
I try to run windows app screen reader announce when I input character on textfield but it can not announce when move cursor key flutter channel beta 2 10 0 0 1 pre on microsoft windows version 10 0 22000 434 locale ja jp flutter version 2 10 0 0 1 pre at c android flutter ...
flutterflutter
flutter 2 10 1 show incorrect icon miss icon
Duplicate
there be some icon that be miss and show as other icon I notice when look at icon dart that there be a number of icon that aren t show a preview and don t display the correct icon here be scoreboard outline flutter channel stable 2 10 1 on macos 12 1 21c52 darwin arm locale en we ...
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter no color 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 263 7 1 link createsync dart io link dart 184...
flutterflutter
com google gson stream malformedjsonexception use jsonreader setlenient true to accept malforme json at line 1 column 2261
Invalid
I ve be try to build my android project on codemagic I keep get malformedjsonexception I be assume the firebase google services json file encode to base64 string be where the issue be arise from what go wrong execution fail for task app processreleasegoogleservice com google gson stream ...
flutterflutter
google sign in app crash when disable the android pop up menu
Invalid
step to reproduce 1 follow the exact step as in flutterfire com 2 code use future signinwithgoogle async trigger the authentication flow final googlesigninaccount googleuser try googleuser await googlesignin signin catch e scaffol...
flutterflutter
miss icon at stable branch
Duplicate
step to reproduce copy and paste the sample minimal code to or your favorite ide with flutter stable branch actual result a sword icon be show or nothing but not apple s icon code sample import package flutter material dart void main runapp const myapp ...
flutterflutter
flutter doctor intellij idea community edition due to an error the doctor check do not complete
Duplicate
intellij idea community edition the doctor check crash due to an error the doctor check do not complete if the error message below be not helpful please let we know about this issue at formatexception unexpected extension byte at offset 5