repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
error in build android
Invalid
I have the error when I run flutter run it say it have an error in the gradle error message launch lib main dart on sm j810 m in debug mode failure build fail with an exception what go wrong execution fail for t...
flutterflutter
web canvaskit render break when several link be on the page
Duplicate
if you create too many link use link you will receive this error flutter be unable to create enough overlay surface this be usually cause by too many platform view be display at once you may experience incorrect render import package flutter material dart import package url launcher l...
flutterflutter
image picker flutter
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
undefined symbol objc class package name
Invalid
hi I m create flutter module for io with command line flutter build ios framework xcframework no universal output some path myapp flutter andd I add it to my io project exactly what document say then I get this error when try to run could you help I to expand and how to fix this issue thank ...
flutterflutter
navigator pop parameter can not be string
Invalid
navigator of context pop cart it s not work expect result page close actual result unhandled exception type string be not a subtype of type bool of result navigator pop not work verbose 2 ui dart state cc 199 unhandled exception type string be not a sub...
flutterflutter
the flutter daemon have terminate
Invalid
environment os macos bigsur 11 4 ide android studio arctic fox 2020 3 1 simulator io simulator step to reproduce 1 install cloudflare warp from 2 enable warp mode 3 disable warp mode 4 something go wrong and the flutter daemon have terminate additional information ...
flutterflutter
resource size be too much before come to first screen
Invalid
hi our code base be same for io android and web while develop web the resource size be go to 22 mb even before launch the first screen no api call be initiate till it reach 22 we be not sure which be occupy that much space in flutter also even think image be take from disk cache after download still...
flutterflutter
flutter layout the element of the row correctly but give rangeerror on console
Invalid
I have a widget which return 2 possible layout as you can see the numeration in the screenshot I don t get any error on the console for scenario where it transform from 1 2 1 1 2 2 but when it go from 2 1 I get couple of rangeerror index invalid value not in inclusive range 0 x ...
flutterflutter
android studio arctic fox 2020 3 1 build error
Duplicate
old version java path application android studio app content jre jdk contents home bin java new version java path application android studio app content jre content home bin java flutter doctor doctor summary to see all detail run flutter doctor v flutter channel stable 2...
flutterflutter
instruction for wrap the textfield inside a flexible be incorrect
Duplicate
4 in add a responsive send button instruction for wrap the textfield inside a flexible be incorrect instead of 1 select row it should be select textfield bug pdf qwyittalk pdf
flutterflutter
all cap trigger in textfield on window 10
Duplicate
step to reproduce 1 hot reload or start the flutter app on a windows 10 x 64 emulator or instal as a msix 2 hit the shift key while type in the textfield expect result the letter that you type while hold down the shift key will be capitalize actual result any letter a...
flutterflutter
can t retreive datum from firestore
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
fail to build io app I m use apple silicon macbook
Invalid
console log error output from xcode build objc 10605 class amsupporturlconnectiondelegate be implement in both usr lib libauthinstall dylib 0x207363ad8 and system library privateframework mobiledevice framework version a mobiledevice 0x1221002b8 one of the two will be use which on...
flutterflutter
flutter doctor android studio the doctor check crash
Duplicate
step to reproduce 1 android studio the doctor check crash x 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 2 x filesystemexception exist fail path c program plugin o...
flutterflutter
flutter web back button bug
Duplicate
step to reproduce 1 clone this project 2 do flutter run web on edge expect result I want to see a back button with the back icon on my appbar when I navigate use pushnamed actual result I see a bookmark icon instead of the back one this be an image representation of the ...
flutterflutter
duplicate globalkey detect in widget tree
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
flutter run crash on ios14 5
Duplicate
flutter doctor doctor summary to see all detail run flutter doctor v flutter channel stable 2 2 3 on macos 11 4 20f71 darwin x64 locale zh hans cn android toolchain develop for android device android sdk version 31 0 0 xcode develop for io and macos chrome ...
flutterflutter
flutter web have basically problem
Duplicate
do not the flutter development team really want to think fundamentally about this problem this problem basically exist and the problem be not with release or debug mode in the past they answer that the problem be because the web version be in beta but there be still the problem of slowness in version 2 and 2...
flutterflutter
bug
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
access asset with different path
Invalid
asset image background png then flutter will pack image backgrond png and image dark background png I think it should be asset image background background png then will pack image background background png and image background background dark png
flutterflutter
webview flutter unexpected render underline with textoverflow ellipsis on flutter web
Duplicate
hello I try to run flutter web on flutter webview I m try to use a flutter web app same as codepush react native almost everything render well but text widget have problem sometimes text widget with textoverflow illipsis render with underline I don t know how to fix this issue step to ...
flutterflutter
in ongenerateroute routesetting name should be non nullable
Invalid
because navigator pushnamed context routename routename can not be null or when routesettings name will be null
flutterflutter
tool crash filesystemexception fail to decode datum use encode utf 8 null
Duplicate
command flutter no color pub get step to reproduce 1 2 3 log filesystemexception fail to decode datum use encode utf 8 null 0 file trydecode dart io file impl dart 564 7 1 file readasstringsync dart io file impl dart 584 7 ...
flutterflutter
have you declare this activity in your androidmanifest xml
Invalid
I m try to change app icon dynamically use setcomponentenabledsetting and activity alia val packagename string context getpackagename val classname string string format s s packagename name pm setcomponentenabledsette componentname packagename activity name packagemanag compone...
flutterflutter
the app work well in debug mode but not in release mode
Duplicate
step to reproduce 1 flutter build apk debug no tree shake icon a as you can see I be able to get all file in all generate abis but when I use 2 flutter build apk release no tree shake icon b you can see that the file generate be different especially in x86 folder some file...
flutterflutter
web keyboard open in every tap after type on textfield channel master on io
Duplicate
step to reproduce minimal code sample dart import package flutter material dart void main runapp myapp class myapp extend statelesswidget override widget build buildcontext context final wordpair wordpair random return materialapp tit...
flutterflutter
run pre build shell script before flutter build execution
Duplicate
I face a necessity to execute few pre build script which should be execute before flutter build ipa or flutter build apk command execution I add the script to run configuration via edit configuration menu but they aren t be execute when I try to assemble build use command line also I try to ...
flutterflutter
web
Invalid
I be try to debug on chrome a app that work fine at android emulator I ve already have a call to firebase app initializeapp at the main dart file but it seem that this be require also at the generate web entrypoint dart that I can not edit what do I have to do thank a lot here be the relevant main d...
flutterflutter
iam get this error while run the app please help I out
Invalid
fail to build io app error output from xcode build build fail xcode s output undefined symbol for architecture x86 64 objc class flutterstandardmessagecodec reference from objc class ref in flutterwebview o objc class fluttererror reference...
flutterflutter
scroll listview builder
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
window window jittering resizing
Duplicate
run app from starter project in visual studio regardless of fluttermode in launch json produce window jitter on its resizing to reproduce the problem 1 create project from default template 2 run with without debug in release debug mode 3 resize window by leave top side expec...
flutterflutter
window desktop build issue
Invalid
build with sound null safety c program file x86 microsoft visual studio 2019 community msbuild microsoft vc v160 microsoft cppcommon target 241 5 error msb8066 custom build for d project skscore skssoftware build window cmakefile 2ee659d075fb97d0396eea5dcffa3017 flutter window dll rule d project...
flutterflutter
unable to resolve mipmap style drawable tag in default project
Invalid
step to reproduce 1 go to terminal create a new project I e flutter create my app 2 open project in android studio or visual studio code 3 go to app src main androidmanifest xml the android studio editor highlight the follow tag in red android icon mipmap ic launcher android t...
flutterflutter
clarification use of main axis alignment inside a single child scroll view
Invalid
hello there I stumble upon the follow inconsistency say you have to code a simple log in form my log in form be compose of some image and an expand widget whose child be a form I want such form to have several field so I m use another column with mainaxisalignment center inside it whic...
flutterflutter
package flutter src widget navigator dart fail assertion line 4564 pos 12 debuglocked be not true
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
textfield render odd selection text for web page
Invalid
step to reproduce just use a normal textfield and set maxline 20 I m build the web page use args version 2 0 0 task type flutter command flutter args build web web renderer html no sound n...
flutterflutter
send email use flutter web without use password
Invalid
send email without use sensitive datum I want a form like the one provide by formspee I plan that I can send myself an email for the same but there be no feature of send mail without a password in flutter web I be deploy it use github page now the problem be for the webpage to be able to wo...
flutterflutter
tool crash filesystemexception fail to decode datum use encode utf 8 null
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception fail to decode datum use encode utf 8 null 0 file trydecode dart io file impl dart 564 7 1 file readasstringsync dart io file impl dart 584 7 2 fo...
flutterflutter
google map flutter instant crash on m1 mac
Invalid
google maps flutter crash 100 of the time on m1 mac when run io on mac step to reproduce 1 run example code from google maps flutter with xcode target my mac design for ipad 2 crash log 2021 07 25 20 29 36 038035 0600 runner 39959 404566 mtlfunctioninternal baseobject unr...
flutterflutter
flutter localization have the wrong language in chrome
Invalid
my computer s language be english but my region be brazil somehow flutter select portuguese but only in chrome no issue in firefox or safari flutter run on the left use the debug chrome instance paste the url in the right my log in chrome instance with my personal setting image sample ...
flutterflutter
samsung pen eraser button not trigger onpointer event
Duplicate
step to reproduce 1 use listener component 2 create method for onpointerxxx event 3 build your app 4 use a samsung tablet with samsung pen 5 watch if method get call expect result onpointerdown should get trigger when the eraser button be press and with if event button ...
flutterflutter
io debug run error in android studio bitcode bundle could not be generate because
Invalid
hi I be face this issue when upgrade to flutter 2 2 3 before the upgrade everything be work fine I be able to run the app in release mode and create archive in xcode and flutter build io work in android studio too but when I try to run the app in debug mode in android studio I get the error ...
flutterflutter
a problem of oneplus 7 t in landscape mode
Duplicate
when I use systemchrome setpreferredorientation to set my app to landscape mode there have a bar area can t display normally where camera locate all of my code minimal code sample dart import package flutter material dart import package flutter service dart void main ...
flutterflutter
navigation problem
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
tool crash filesystemexception deletion fail os error the directory be not empty errno 145
Duplicate
command flutter run step to reproduce 1 2 3 log filesystemexception deletion fail os error the directory be not empty errno 145 0 directory deletesync dart io directory impl dart 201 7 1 filesystementity deletesync dart io...
flutterflutter
why const need to be put here and there let the platform detect it and implement it automatically why waste so much developer time for this
Invalid
dart ask to make const widget to improve performance I believe this can be solve with in the code during compilation if the intellisense can detect it make the compiler understand it internally and avoid prompt developer to do it it be not productive and waste a lot of time
flutterflutter
flutter not run in ubuntu
Duplicate
console launch lib main dart on linux in debug mode lib main dart 1 fatal flutter shell gpu gpu surface gl delegate cc 50 check fail gl version string the gl proc resolver s glgetstre gl version fail error wait for a debug connection the log reader stop unexpectedly error launch applicatio...
flutterflutter
app slow significantly include the whole debugging in visual studio code when tap on a text input field
Invalid
when run the app in debug mode in ios simulator app hang do not freeze but very slow and heavy when I tap into a text form field on focus look like it s consume a lot of memory and slow the whole system down when I tap out of the field on blur thing just go back to normal I be see this after upgra...
flutterflutter
os error the device be not ready errno 21
Duplicate
flutter crash report please report a bug at command flutter no color pub get exception filesystemexception filesystemexception exist fail path d flutter window 2 2 3 stable flutter pub cache host pub dartlang org fe analyzer share 21 0 0 lib os error the device be not ...
flutterflutter
android and flutter mixed development how to simply get flutter view in android code
Invalid
android and flutter mixed development how to simply get flutter view in android code
flutterflutter
android and flutter mixed development how to console to print the developer log of flutter
Invalid
android and flutter mixed development how to console to print the developer log of flutter android studio flutter android hybrid run window and logcat window have only print output no log output if I use print long datum can not be output doctor d flutter bin flutter bat doctor verb...
flutterflutter
do make api doc font well
Duplicate
fore some reason the font use in api doc look not too clear here s screnhotts from chrome firefox there be almost no difference in quality how about change those font
flutterflutter
pageview widget mouse swipe drag be not work on web
Invalid
add the pageview widget in the app and run the code on the web the swipe on pageview be not work on the web everything work fine on an android device here be the code which have the issue github page with above code flutter doctor v flutter channel dev 2 4 0 4 0 pre on ma...
flutterflutter
image picker 0 8 0 3 unable to load item error io emulator
Duplicate
version flutter version flutter 2 2 2 channel stable framework revision d79295af24 11 day ago 2021 06 11 08 56 01 0700 engine revision 91c9fc8fe0 tool dart 2 13 3 image picker 0 8 0 3 I be test and screenshoot if rom io 14 5 emulator error log ...
flutterflutter
can not retain previously cache datum
Duplicate
video player locate video progress use the seekto function can not retain previously cache datum the video buffer datum start again step to reproduce 1 run flutter create bug 2 update the file as follow 3 use the seekto function expect result save previous b...
flutterflutter
bug futurebuilder not return correct asyncsnapshot when use synchronousfuture
Invalid
step to reproduce take this minimal working example code snippet dart materialapp home scaffold body futurebuilder future synchronousfuture builder context snapshot switch snapshot connectionstate case connectionstate w...
flutterflutter
bad utf 8 encoding find while decode string while create file from uint8list on flutter web
Invalid
step to reproduce note this whole process be for flutter web 1 I be use flutter dropzone 2 0 1 package for drag and drop file 2 when file be drop try to create file from uint8list var rawpath await controller1 getfiledata ev ...
flutterflutter
the link provide by flutter have follow 404 error when click
Duplicate
paste image 0 1 the link provide by flutter have follow 404 error when click paste image 0 2
flutterflutter
state restoration doesn t work on io
Invalid
I have a project which be a sort of demo for state restoration it work perfectly on android but doesn t work on io please let I know if there be something special that we need to do in order to run it on io or be I miss something my code be publicly host here
flutterflutter
run gradle task assembledebug start a gradle daemon never end
Duplicate
step to reproduce 1 run flutter run v expect result assemble debug process end and the app be ready to watch in the virtual device actual result get stick on run gradle task assembledebug and start a gradle daemon n any number busy daemon could not be reu...
flutterflutter
flutter camera ios record video be of mov format but name end with mp4
Duplicate
step to reproduce below be the full code I use to record and upload a video to firebase firestore import dart io import package firebase storage firebase storage dart import package flutter material dart import package camera camera dart import package vid...
flutterflutter
I counter 25501 exceed sample count in frametime
Invalid
flutter doctor the error screen recording 2021 07 22 at 15 53 45 do anyone know how to fix this
flutterflutter
listview ontap gesture trigger unexpected child when expand over a full page
Invalid
step to reproduce 1 run flutter create bug 2 update the code as follow dart import package flutter material dart void main runapp materialapp home page class page extend statelesswidget final list item page item list generate 20 index ...
flutterflutter
web scrollbar thumb get stick in listview builder on web
Duplicate
scroll through scroll thumb freeze the screen on web google chrome version 91 0 4472 124 official build 64 bit flutter 2 2 0 channel stable sample to reproduce the issue minimal code sample dart import package flutter material dart import package http http dart impor...
flutterflutter
pagecontroller addlistener not trigger on page zero
Invalid
step to reproduce 1 add a pageview builder with a pagecontroller attach to it 2 listen to page change by the help of pagecontroll addlistener and print page change 3 change the pageview page by the help of pagecontroll jumptopage index expect result it should print pag...
flutterflutter
java lang unsatisfiedlinkerror io flutter embed engine flutterjni loadlibrary
Duplicate
step to reproduce on my production app I be face some strange error that be happen very rarely on android 4 and 5 when start the app I be use the app bundle feature to upload to google play I find no other issue with that error so I open a new issue sadly I can not reproduce the error locally ...
flutterflutter
metal crash
Duplicate
console engine 40441def692f444660a11e20fac37af9050245ab iphone13 2 os14 6 arm64e type sigabrt 2 libsystem platform dylib 0x529c 4f256518 f4e4 35c7 ba0e 3f0c26b9d24e 21148 3 libsystem pthread dylib 0x2a9c pthread kill 272 4 libsystem c dylib 0x77b90 abort 104 5 metal 0x982f0 mtlgetwarn...
flutterflutter
fatal error module connectivity not find unabe to run the flutter app on mac m1
Invalid
hi m face this error from last ten day I ve try all the above solution from upgrade flutter to degrading cocoapod and didn t find any of they work delete my podfile podfile lock pod and flutter podspec file several time nothing work I think reset my laptop would make sense after reset the...
flutterflutter
tool crash filesystemexception fail to decode datum use encode utf 8 null
Duplicate
command flutter no color run machine track widget creation device i d 05157df5bc8ca33e start pause dart define flutter inspector structurederror true devtool server address lib main dart step to reproduce 1 2 3 log filesystemexception fail to...
flutterflutter
can I use location class
Invalid
when I initialize any widget instance I find a variable name location it show I where I initialize my widget this be a good thing and if I can use it in my custom class not one that inherit from the widget class that will help I locate potential error I look through the widget c...
flutterflutter
flutter web splash screen weird behavior
Duplicate
as a flutter web app usually take a bit of time to be load for the first time I m try to show a message in its splash screen to notify the user that the thing be not frozen e that time be a regular behavior to achieve that I just put these few line of code on web index html carregando o cat logo...
flutterflutter
failure build fail with an exception
Invalid
I recently instal flutter on my pc and I have no idea what be go on so help I out here I have everything late so please help I here thank flutter doctor console flutter channel stable 2 2 3 on microsoft windows version 10 0 19043 1052 locale en in android toolchain develop f...
flutterflutter
animatedcontainer require at least 2ms to change state even when duration be set to 0
Invalid
step to reproduce dart class textanim extend statefulwidget const textanim key key require this text super key key final text override textanimstate createstate textanimstate class textanimstate extend state int duration 0 double ...
flutterflutter
flutter screenshot command generate black screenshot on android emulator apple silicon
Invalid
the flutter screenshot command generate a black screenshot on android emulator apple silicon iphone simulator work as expect step to reproduce 1 create new flutter app flutter demo home page 2 flutter run 3 d detach 4 flutter screenshot expect result flutter 01 png wi...
flutterflutter
google sign in login consent screen stick when assign value to scope
Invalid
I m try to login google service use google sign in plugin and want to request access to google drive I create a project on the google cloud console and create a clientid for my android app use the package name and sha 1 I have already enable the drive api and put the debug key under android app but when I ...
flutterflutter
themedata dark no way to change primary swatch
Duplicate
so I change the swatch for light theme use this themedata primaryswatch color brown but when I switch to dark mode it s not brown but blue default be it possible to do so for dark
flutterflutter
build arm64 desktop app documentation
Invalid
be new in flutter I be try to figure out how and if it be possible to build a flutter arm64 desktop app find a few issue and solution though none have clear detail on how to build an arm64 desktop app please advise be it possible and if so which command do compile arm64 as also a universal app
flutterflutter
why page can match the navigator push
Invalid
hello dear author I m a flutter rookie I have a question recently when I use navigator2 0 page to control route then when I use navigator push context materialpageroute builder demopage that s work ok but I do not change the page I also find pag...
flutterflutter
I need an error not just a warning immutable
Invalid
immutable use to annotate a class c indicate that c and all subtype of c must be immutable this mean that its instance field be final right if someone forget to use the final keyword the ide will give I a warning this class or a class that this class inherit from be mark as ...
flutterflutter
flutter try to release my app on reserve name folder
Invalid
I try to release my flutter I this error execution fail for task app generatereleasebuildconfig fail to create d myproject my app name script file build app generate source buildconfig release con my app name when I notice I see that folder name con and con be a reserve name and ...
flutterflutter
no observatory with flutter run
Invalid
as describle in this doc when execute flutter run you will see a message in teminal look like an observatory debugger and profiler on iphone x be available at however I can see nothing about obsevatory info without url I can not use devtool also mb0 example flutter run launch lib mai...
flutterflutter
there be maybe a bug on io
Invalid
hi I want to report an issue on video player package at version 2 1 10 I run my app on iphone 12 device ios 14 then I find that the controller always return the duration zero when it s initialize after test the source code in io library I find that sometimes it will return 1 duration in void sendin...
flutterflutter
reorderablelistview sample application do not show button on android work on web
Invalid
simply run the sample from do not show the order button on android I test it in a pixel 3a vm pixel 4a vm and on my physical pixel 5 other button like outlinedbutton and elevatedbutton work fine I develop for several hour with flutter today and have no other issue so I m not entirely sure if it s somehow a...
flutterflutter
window textfield or textformfield duplicate text when use mouse click to another textfield
Invalid
I try create an custom textformfield but meet problem that when I use key board like enter or tab to go next textfield everything be good but when I use mouse click it not good like this image even if I try use backspace or delete it still duplicate textformfield before it not delete I must add space after finish...
flutterflutter
scroll simulation be apply even if the scroll content dimension be change
Invalid
hi team I have implement a scrollable container with horizontal direction the scroll simulation be apply when I change the content dimension of my scrollable container after reach the maxscrollextend position be this a behavior if it s a behavior please let I know that how to restrict it while update...
flutterflutter
video player platformexception npe when play video from asset just after initialization
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow add any video file to asset folder asset videos intro closeup mp4 update pubspec to use video player 2 1 10 add asset video folder in pubspec update main dart to the following main d...
flutterflutter
kotlin communication with flutter while the app be kill
Invalid
hello be there a way for kotlin to communicate with flutter while the app be kill I be try to figure out a way to have access to my dart code when my autofill service be trigger but it doesn t seem to work I try to use methodchannel and it work when the app be in background but not when it be kill fl...
flutterflutter
local auth error handling when user do not enroll any fingerprint or face permission setting for biometric
Duplicate
when a user do not register biometric I want to open a permission setting that user can register fingerprint or face just like image picker handle permission setting for use of photo do you have any plan to provide permission setting for biometric or can you recommend I another way thank
flutterflutter
can not run flutter app on physical io device
Duplicate
step to reproduce in one of my project when I be launch flutter app on an ios physical device I receive the follow error launch lib main dart on my s iphone in debug mode automatically sign io for device deployment use specify development team in xcode project run xcode build xcode bui...
flutterflutter
camera cameradevice be already close io flutter plugin camera camera createcapturesession
Invalid
any idea what s cause this if it need fix or if not how I can prevent it from occur camera java line 12 io flutter plugin camera camera createcapturesession fatal exception java lang illegalstateexception cameradevice be already close android hardware camera2 impl cameradeviceimpl checkifcam...
flutterflutter
admob ad not work in playstore my app
Invalid
after download my app from play store ad not show in the app but it s work in my flutter release app
flutterflutter
tool crash processexception process exit abnormally
Invalid
command flutter build io step to reproduce 1 2 3 log processexception process exit abnormally command line invocation application xcode beta app content developer usr bin xcodebuild list 2021 07 20 10 29 03 803 xcodebuild 1518 13235 error domai...
flutterflutter
be web possible to be ffi compatible
Invalid
hello team I know we can not use ffi on target web and understand why but I be think can we be compatible ffi to wasm api why do we need it we often use ffi to call native cross platform library its work well on all native platform macos windows linux android io and we can be compile the l...
flutterflutter
how to make method switch two controller
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
use datatable with a stream cause the datatable to pause scroll when new datum from stream be add
Invalid
I be use datatable with a stream and the datatable pause scroll when new datum from stream be add I be run this app in web step to reproduce 1 run app in web 2 scroll continuously to encounter the pausing problem expect result be able to scroll through the datum table smoothly ...
flutterflutter
webview flutter how to replicate cookie manager behavior
Duplicate
how can I set this property use the webview flutter plugin cookiesyncmanager getinstance startsync cookiemanager cookiemanager cookiemanager getinstance cookiemanager setacceptcookie true cookiemanager getinstance setacceptthirdpartycookie registrartarjetawebview true thank for the h...
flutterflutter
casterror null check operator use on a null value file platform view dart line 595 in androidmotioneventconverter toandroidmotionevent
Duplicate
step to reproduce this happen in the field and be catch through sentry io I do not have reproduction step however the backtrace be most likely enough to identify the exceptional case and mitigate it in the future expect result no exception from flutter framework actual result ...
flutterflutter
xcode integration test module integration test not find io
Invalid
step to reproduce just follow the step in io device test io device testing integration test official readme I m follow below step 1 open ios runner xcworkspace in xcode create a test target if you do not already have one via file new target and select unit testing bundle...
flutterflutter
error
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
android studio 4 1 2 build in emulator not available
Invalid
hello I have android studio 4 1 2 I realise that the studio build in emulator be available if I open certain one of my flutter project but not available for new one I create also the option to view the emulator from the view menu tool window emulator be not there in all project I check from and...