repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
how to apply a textscalefactor in webview page
Invalid
hi I m use the webview flutter plugin and I get an issue relate on the text size how can I apply the device s system font size to my app should I develop a function in webview flutter plugin for this
flutterflutter
android tv a keyupevent be dispatch but the state show that the physical key be press on a different logical key
Duplicate
step to reproduce 1 execute flutter run on any code sample for example 2 press middle key select 3 assertionerror package flutter src service hardware keyboard dart fail assertion line 437 pos 16 pressedkey event physicalkey event logicalkey a keyupevent be d...
flutterflutter
concurrent build via windows power shell still not work
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce run at the same time flutter run d chrom flutter run d edge actual result fail to clean up asset directory build flutter asset filesystemexcepti...
flutterflutter
run flutter application on androidbox name be mxq4k pro
Duplicate
hello I m use the video player 2 6 0 package but I m face this issue when I m run my application in the android box at that time I m face this issue doctor summary to see all detail run flutter doctor v flutter channel stable 3 7 0 on macos 11 6 2 20g314 darwin x64 locale en gb ...
flutterflutter
stuck on I flutter 20447 the dart vm service be listen on on iqoo z5 5 g android 13 as in issue 82520
Invalid
output of flutter doctor v l log output of flutter run v log log as mention in the issue 82520 some devs have solve this with the android 12 update on fontouch os but this error still happen on android 12 fountouch os 13 please do not use any thrid party module just flutte...
flutterflutter
widget test fail for listview when use listtile
Invalid
if the item in the listview be card contain text my test work if the item in the listview be card contain a listtile with a text title my test fail this be a bug or can it be explain the flutter project be in public repo biancashouse listview tester
flutterflutter
the circle behind the watch face be miss and be not color correctly in dark mode
Duplicate
91605 101480 screenshot 2023 03 11 21 10 08 024 com example time picker flutter doctor v flutter channel master 3 9 0 1 0 pre 161 on microsoft windows version 10 0 22621 1344 locale ru ua flutter version 3 9 0 1 0 pre 161 on channel master at c flutter sdk flutter ...
flutterflutter
take snapshot of the invisible region with google map package
Invalid
I be use the google map package for show flight on the map flight can be west and east for example from istanbul to san francisco and istanbul to tokyo this mean I can not see everything on the mobile device screen even with maximum zoom out if I want to take a snapshot with the controller s takesnapshot ...
flutterflutter
package flutter src animation animation controller dart fail assertion line 829 pos 12 elapsedinsecond 0 0 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
overscroll indicator
Invalid
flutterflutter
tool crash filesystemexception directory listing fail os error file name too long errno 63
Duplicate
command flutter no color run machine track widget creation device i d ffb07f54 dcb9 4564 a06d 8ba24619242a start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log filesystemexception directory listi...
flutterflutter
where do the build configuration for harfbuzz move to in the engine
Duplicate
I once have a use case in which I need to alter the build configuration for harfbuzz in the flutter engine it use to be that flutter maintain a fork of harfbuzz with a build gn file that specify how harfbuzz be integrate into the wide project but when I recently go to repeat this process I discover that ...
flutterflutter
web camera availablecameras method in web implementation request mic permission by default
Duplicate
hi could you please add the parameter to set audioconstraint enable true or false when call availablecameras web implementation method otherwise in the current implementation mic permission be always request even if not demand because of the audioconstraint enable true be set ove...
flutterflutter
webview flutter io add an option to disable bounce
Duplicate
use case at the moment there be no option available to disable webkit scrollview bounce if you pull down a webpage on io it s move past its top position unveil webview background color set with setbackgroundcolor this could have multiple side effect on my case I want to build a single page web app but...
flutterflutter
compile time error
Invalid
step to reproduce I just start get this error when try to run my app flutter run be work work fine and then I do some code cleanup and run again and I be get this error the enviroment do not change and the logic of the code do not change just restructure not quite sure where to even begin debug this because...
flutterflutter
google maps flutter bug on pop
Duplicate
google map leave a weird afterimage when you pop a screen in android flutter channel stable 3 7 7 on macos 13 1 22c65 darwin arm64 locale en gr flutter version 3 7 7 on channel stable at user nikostsesmelis tool flutter flutter upstream repository framework revision 2ad6cd72...
flutterflutter
hi
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
add lifecycle event when the android app go to recent
Duplicate
the problem be override void didchangeapplifecyclestate applifecyclestate state print state tostre the didchangeapplifecyclestate method invoke applifecyclestate inactive and pause in io correctly when it go to recent but in android it do not work ...
flutterflutter
auto release memory inside isolate while run
Invalid
use case I want keep instance isolate and use it when the app run instead of continuously spawn and kill because 1 reduce the cost to create isolate 2 in my case I use package and I want run it in a isolate so that I need call initializereflectable only one in a isolate and reuse it my solution ...
flutterflutter
appbar bug
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
textfield active paste request for clipboard access
Duplicate
l2282 when use textfield io will request paste permission when the user initiate the paste but it seem that active pasting shouldn t need to request clipboard permission it s a user action I hope it will have a field in textfield to control it
flutterflutter
shortcut to support xbutton1 and xbutton2
Duplicate
use case shortcut const singleactivator logicalkeyboardkey xbutton1 incrementintent proposal xbutton1 4th mouse button typically perform the same function as browser back xbutton2 5th mouse button typically perform the same function as browser forward t...
flutterflutter
color of suffixicon change to red when usse errortext in textfield material 3 design
Invalid
I be use material 3 design in my flutter app in my textfield color of suffixicon be the default one but when I use errortext the color of textfield change to red automatically step to reproduce 1 create an application and use material3 design 2 create a textfield and suffixicon 3 give ...
flutterflutter
issue in table render in flutter html version 3 0 0 alpha 1
Invalid
I can not use thie old syntax for render table in html customrender tablematcher customrender widget widget context child return singlechildscrollview scrolldirection axis horizontal child context tree as tablelayoutelement towidget contex...
flutterflutter
can I help translate the tutorial
Invalid
I m follow the step by step tutorial and I think it s really sufficient to learn flutter but the language be a barrier to a lot of developer specially in brazil perhaps ma english to bad orkut but I think it be a wonderful opportunity to train english and learn flutter
flutterflutter
unable to fetch offer of a subscription use in app purchase package
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce create a auto renewable subscription in google play console add a base plan create multiple offer inside the base plan now use flutter in app purchase package...
flutterflutter
web httprequest throw progressevent error unexpected error from chrome devtool
Invalid
step to reproduce debug locally in chrome browser or run the dartpad expect result console should print 200 actual result console print error instance of progressevent and in local debug within the error instance there be a key value pair code sample dart...
flutterflutter
app server error and stop call any api
Invalid
flutter server error socketexception fail to create server socket os error too many open file errno 24 address localhost port 0 0 nativesocket bind dart io patch socket patch dart 1008 7 flutter server error socketexception fail to create server socket os erro...
flutterflutter
renderbox be not lay out renderrepaintboundary f6494 relayoutboundary up6 need paint
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
open flutter bottom sheet in exisite application
Invalid
I be try to open a flutter bottom sheet view inside my already develop ios application write in objective c swift I want this bottom sheet to act as normal bottom sheet in android and ios one should be able to scroll the content in this bottom sheet and swipe it down to dismiss when swipe down or o...
flutterflutter
duplicate datum
Invalid
t I t o 2 d li u c l p song song v I nhau bao g m storage d li u l u tr xu ng b nh v inmemorycache d li u hi n th tr n giao di n nh ng kh ng bi t v l do g m khi t o d li u m I th khi inmemorycache t c ng nh h ng n storage v khi I bug t I ph t hi n 2 kh...
flutterflutter
tool crash filesystemexception creation fail os error the system can not find the file specify errno 2
Duplicate
command flutter create template app overwrite step to reproduce 1 2 3 log filesystemexception creation fail os error the system can not find the file specify errno 2 0 directory createsync dart io directory impl dart 129 7 1...
flutterflutter
fresh flutter app be 129 mb
Invalid
create fresh flutter app on android studio be 129 mb
flutterflutter
tool crash filesystemexception deletion fail os error le chemin d acc s sp cifi est introuvable errno 3
Duplicate
command flutter no color pub upgrade step to reproduce 1 2 3 log filesystemexception deletion fail os error le chemin d acc s sp cifi est introuvable errno 3 0 directory deletesync dart io directory impl dart 193 7 1 fi...
flutterflutter
change m3 switch s track outline color
Duplicate
I can t seem to find a way to change the switch s track outline color
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not create link os error incorrect function errno 1 0 link throwiferror dart io link dart 254 7 1 link createsync dart io link dart 182 5 2 ...
flutterflutter
go router the queryparam always exist when refresh browser
Duplicate
1 goto go router examplelib main dart 2 add field i d to detailsscreen and modify gorouter 3 run flutter run d chrome 4 tap go to the detail screen button 5 refresh browser 6 tap backbutton 7 the queryparam always exist when navigate to homescreen dependency go router 6 2 0 ...
flutterflutter
tool crash argumenterror invalid argument s onerror the error handler of future catcherror must return a value of the future s type
Duplicate
command flutter doctor android license step to reproduce 1 2 3 log argumenterror invalid argument s onerror the error handler of future catcherror must return a value of the future s type 0 futurelistener handleerror dart async future impl...
flutterflutter
the setstate not work with use the custom statefulwidget
Invalid
I be use my custom icon button widget I try to make a button that would be enable when my condition be a success the enable button color and disable be different this feature be like the send button in the comment box on facebook but this setstate be not work and I don t know why this work successful...
flutterflutter
package go router builder do not generate code for shellroute
Duplicate
go router builder version 1 1 4 typedshellroute annotation do not yield in any code generation
flutterflutter
the cursor vertical offset in the textfield have incorrect position if there be no text in the textfield
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 set focus to the text field and check the cursor vertical offset with and without text expect result the cursor position be expect to have the same vertical offset actual result when there be no text in the text fiel...
flutterflutter
flutter build arm64 at paralle window 11
Duplicate
I have instal window 11 64 arm at m1 parallel when I build the window arm64 show below can I make use apple m1 parallel emulator of window 11 for build window app good regard flutter window obj error lnk2019 b imp flutterdesktopviewgethwnd public struct hwnd cdecl flutte...
flutterflutter
autoscrolling be not smooth on listview builder
Invalid
use the below code to scroll to the end of list with listview builder var extent scrollcontroller position maxscrollextent scrollcontroller animateto extent duration const duration minute 5 curve curve ease but the scolling be n...
flutterflutter
debug application not instal on android 13 iqoo mobile
Duplicate
my mobile model be iqoo z6 run on android 13 flutter debug application be this error come I m not able debug that application and it s run on other device too only iqoo model phone this error come here be the flutter doctor image
flutterflutter
share preference remove all key value when we try to remove pariticular key
Invalid
I try to remove select bus value but it also remove mobile no value sharedpreference preference await sharedpreference getinstance await preference remove select bus
flutterflutter
uri with empty queryparameter have an extra at the end
Invalid
a uri with empty queryparameter will have a at the end even it doen t have any query parameter step to reproduce 1 execute flutter run on the code sample see code sample section below 2 notice that the uri finish with a but have no query parameter expect res...
flutterflutter
webview flutter flutter android autofill doesn t work
Duplicate
on xamarin which use webview directly autofill be trigger on all field correctly webview flutter be a wrapper around the native webview so ideally it should be able to do whatever the native webviews can do I guess a few feature slip through the crack here and there I test...
flutterflutter
dismissible widget have a problem
Invalid
there be a problem with the dismissible widget the confirmdismiss and ondismisse callback do not work with each other 1 without use confirmdismiss ondismisse can delete the item normally 2 if confirmdismiss be use ondismisse will not be execute regardless of whether confirmdismiss return true or false ...
flutterflutter
app debug apk do not exist
Duplicate
version flutter channel stable 3 7 6 on macos 13 2 1 22d68 darwin x64 locale zh hans cn android studio version 2022 1 problem in the project type module mode execute the fluent run command install apk to the android phone and report an error launch lib main dart on sm g9600 in deb...
flutterflutter
null check operator use on a null value error throw null at state context framework dart 916
Invalid
I can not give you any reproducible code because this error be catch by runzonedguarde error stacktrace method and report to application s server I ve try to recreate it myself but I have no idea how it appear fluttererror null check operator use on a null value error throw null at state conte...
flutterflutter
textformfield buildcounter proporty nullable problem
Invalid
I notice it while develop application with flutter buildcounter function be give nullable mistake at textformfield I solve that add in current length and isfocus inside source code I add can be nullable then solve as you can see I hope new flutter update can be change
flutterflutter
couldn t find libflutter so
Duplicate
get this crash report from firebase fatal exception java lang runtimeexception unable to start activity componentinfo com wattapp electricpe com wattapp electricpe consumer app mainactivity java lang runtimeexception java util concurrent executionexception java lang unsatisfiedlinkerror dalvik sy...
flutterflutter
flutter web on chrome mobile show two cursor and it s impossible to jump to desire place in text
Duplicate
step to reproduce 1 open chrome on your phone 2 go to reply 3 tap on the compose button 4 paste some lorem ipsum into the text field such that the text field become scrollable from the user s perspective 5 scroll up so that the first paragraph be visible 6 tap on the last wor...
flutterflutter
launch main dart class from mainactivity like intent
Invalid
I have implement android third party sdk onclick function call for login method and I have write my login in main dart file be it possible to launch main dart class from mainactivity just like we use to do in native android with intent
flutterflutter
go router onwillpop be not call when we use context pop
Duplicate
I be use shellroute and building page with common app bar so when I click on back button of app bar it will be good if onwillpop method of willpopscope widget be call some workaround can be instead of context pop we can have context maybepop go router version 6 2 0 flutter version 3 7 5 ...
flutterflutter
material 3 bottom navigation bar a renderflex overflow by 8 0 pixel on the bottom
Invalid
step to reproduce main dart dart import package flutter material dart void main runapp const myapp class myapp extend statelesswidget const myapp super key override widget build buildcontext context return materialapp title flutt...
flutterflutter
how to import flutter module to a flutter project
Invalid
I write a flutter module then build aar xcframework it doesn t run in other flutter project how to import flutter module in other flutter project
flutterflutter
io we once find a bug in emoji which be above io 15
Duplicate
as show in the video after type an emoji the position of the cursor go wrong the cursor should appear behind the emoji but actually the cursor be display in front of the emoji at this time when you hold space button to drag the cursor it can not be move behind the emoji and when you press delete butt...
flutterflutter
tool crash casterror 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34
Duplicate
command flutter no color pub get step to reproduce 1 2 3 log casterror 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34 1 ...
flutterflutter
io have about 6 mb memory leak
Duplicate
I be add a flutter screen to an exist io app the app entry be native uiviewcontroller there be a button which can enter flutter screen on the uiviewcontroller when I enter flutter screen and operate it arbitrarily then close the flutter screem I fount it retain about 6 mb memory not free can you help solv...
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter build apk split per abi step to reproduce 1 2 3 log filesystemexception can not create link os error incorrect function errno 1 0 link throwiferror dart io link dart 254 7 1 link createsync dart io link d...
flutterflutter
huycozy
Invalid
huycozy I be sorry here be the nativeview kt code code sample nativeview kt kotlin package com example flutter application platformviewlink import android content context import android graphic color import android widget textview import io flutter plugin platform platformview in...
flutterflutter
multiple local dependent package how to specify the main project
Invalid
use case there be multiple local dependent package in my project and there be a main app package how to configure the app in android studio be the main project now I can only specify main dart in app lib but I can not use the debugging tool my project structure proj app package1 ...
flutterflutter
why web flutter run under chrome incognito mode every time it cause the sdk re download every time which be inefficient and dangerous for those people under national fire wall who can t visit google easily
Duplicate
why don t you guy let it run under normal chrome so that web flutter could use cache flutter web sdk
flutterflutter
can the flutter team make a function that convert string to icondata
Invalid
use case I have a list of string of icon here s an example string from the list local dining however I can t use it in the icon widget because it be a string proposal I hope that the flutter team will make a string to icondata function
flutterflutter
how be it possible that this fix be not on the stable channel yet
Invalid
hi since january 3 it have not pass to the stable channel be this logical regard
flutterflutter
tool crash filesystemexception can not open file os error the system can not find the file specify errno 2
Duplicate
command flutter no color run machine track widget creation device i d rz8n82a3nxy start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log filesystemexception can not open file os error the syste...
flutterflutter
http work in postman but keep get 400 bad request error in flutter
Invalid
when send request in flutter suddenly today always get 400 err from api but same curl copy from dev tool able to work as normal in postman can help suggest how could resolve it thank the follow be my code class musicservice implement musicservice musicservice this dio this base...
flutterflutter
tool crash filesystemexception can not delete file os error access be deny errno 5
Duplicate
command flutter quiet assemble no version check depfile c user danca desktop iso intelligentisofrontend 3a54c614b252d98ba0bf89df6bbb3ca3fa2f389d build app intermediate flutter debug flutter build d output c user danca desktop iso intelligentisofrontend 3a54c614b252d98ba0bf89df6bbb3ca3fa2f389d...
flutterflutter
wait for a connection from flutter on
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce sorry I don t know how to reproduce it it use to work well actual result I m use flutter in vscode it use to work well but now something be wrong ...
flutterflutter
xcode 14 2 claim the file yourpluginfilename swift couldn t be open because you don t have permission to view it
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce 1 create a new flutter plugin use flutter version 3 7 3 to reproduce exactly by type flutter create t plugin platform io platform android my...
flutterflutter
semantics widget break layout
Invalid
step to reproduce 1 wrap expand widget with semantic widget in a row 2 expand stop work and the underlie widget overflow 3 remove semantic widget or move it under expand fix the problem expect result expand should not be affect by non layout widget such as se...
flutterflutter
fail assertion line 5203 pos 12 debuglocked be not true
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
animationcontroller pausing when navigate to a new screen
Duplicate
when have a run animation in your screen or you need to run an animation when navigate to a new screen the animationcontroller value pause until your back to the main screen the issue be report here step to reproduce 1 execute flutter run on the code sample 2 the main screen contain the flutt...
flutterflutter
gesturedetector and ignorepointer cause slow ontap callback
Duplicate
I need to display the mask and ignore the event of other widget when the mask be display when I remove ondoubletap or ignorepointer the ontap method call back in a very quick instant but if I use ondoubletap and ignorepointer at the same time the ontap callback of the mask have a visible ...
flutterflutter
run flutter application on androidbox name be mxq4k pro
Duplicate
exception catch by service library the follow assertion be throw during a platform message callback attempt to send a key down event when no key be in keyspressed this state can occur if the key event be send doesn t properly set its modifier ...
flutterflutter
host view hierarchy for platform view 0 use platformview on android with kotlin what be platform view 0
Duplicate
step to reproduce 1 use platformview for show my android native view from third party native android sdk 2 currently ui be integrate but it s not consistent ui not always show here be log please check I platformviewscontroller host view in view hierarchy for platform view 0 e fr...
flutterflutter
can anyone help I I couldn t find any solution for this
Invalid
1 I have sub route question question qid 2 I make list of question wrap by gesturewidget to go to question detail screen when tap each question here be my code a question list screen b router c question d...
flutterflutter
future error a non null value
Invalid
error a non null value must be return since the return type list doesn t allow null list be from dart core future getlistdata string url async tell I how to wite this respos future getlistdata string url async try await dio get url then r ...
flutterflutter
emoji keycap sequence display incorrectly in textfield on io
Duplicate
if I put some emoji in front of 1 it will display but I only type 1 in textfield it will show two box with question mark it occur with emoji keycap 1 2 3 flutter doctor v flutter channel stable 3 7 5 on macos 13 0 1 22a400 darwin arm64 locale en vn android ...
flutterflutter
image picker feature add function for get photo and video from one place
Duplicate
at this time I want to open gallery photo and video together but now only support pickimage or pickvideo
flutterflutter
renderbox be not lay out renderrepaintboundary 8dc43 relayoutboundary up1 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
in google map flutter package add customization of infowindow
Duplicate
use case I want to use my custom widget on infowindow property of google map package but I be not able to add on it infowindow property doesn t allow I to customize it sample show in below link which I want to do proposal please add the customize option in google maps infowind...
flutterflutter
I get this error when I be try to run the command flutter build apk exhausted heap space try to allocate 240 byte
Duplicate
I have 8 gb of ram when I be try to run the command flutter build apk I be have like free space of 3 gb ram I can not figure what be the root cause of this problem I can build debug mode slow so much but it work but I can not build apk mode I turn off my machine so I can be sure that I be free up space but it...
flutterflutter
arm64 linux fail to build from source 3 7 6 on ubuntu 20 04 lt
Duplicate
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce attempt to build flutter as part of the ubuntu desktop installer on arm64 full build log buildlog snap ubuntu focal arm64 ubuntu desktop installer b...
flutterflutter
font display problem
Invalid
hello I use google font package and use font like saira but the font will be display incomplete what be the reason for this please the environment be windows platform 1 incomplete display image 2 occasionally the refresh will be stagger up and down with the expectation and on a bottom...
flutterflutter
tool crash casterror 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34
Duplicate
command flutter no color run machine track widget creation device i d r5cnc0k5kfb start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log casterror 0 new webplugin fromyaml package flutte...
flutterflutter
tool crash casterror 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34
Duplicate
command flutter no color pub get step to reproduce 1 2 3 log casterror 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34 0 new webplugin fromyaml package flutter tool src platform plugin dart 548 34 1 ...
flutterflutter
setpreferredorientation not update after fix one orientation
Duplicate
step to reproduce 1 push to first page from home 2 in first page setpreferredorientation deviceorientation landscapeleft 3 push to second page 4 in second page setpreferredorientation deviceorientation value after this step not return in portrait mode flutter doctor...
flutterflutter
tool crash string 57 character
Duplicate
command flutter no color run machine device i d 9bbac2f5 profile dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log string 57 character flutter channel stable 3 7 5 on microsoft...
flutterflutter
expansionpanel
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
error if remotemesasge message notification be null
Invalid
I be use naver sen which send push notification via firebase I have some trouble because of this push notification service send datum inside message datum and inside of message notification be null I change androidnotificationdetail inside change and it work fine but I don t know how to change io side I try ...
flutterflutter
he relevant error cause widget be providerscope providerscope
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
webview flutter loadurl isn t define for the class webviewcontroller
Invalid
be there an exist issue for this x I have search the exist issue x I have read the guide to file a bug step to reproduce I use webview flutter 2 0 9 and change to late version 4 0 5 and keep say error final completer controller completer stri...
flutterflutter
suggestion remove filtering and search from the new dropdownmenu widget
Invalid
as danagbemava nc say issuecomment 1445936523 if we re to use a lot of entry in the dropdownmenu we re well off not use it if that s the case I d suggest for the search and filtering capability to be remove since we wouldn t scroll through too many item at once anyway and it s therefore redundan...
flutterflutter
tool crash rpcerror
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 log rpcerror 0 new outstandingrequ package vm service src vm service dart 1746 45 1 vmservice c...
flutterflutter
isolate be block ui when do heavy calculation
Invalid
step to reproduce 1 run the application use flutter run 2 then click on compute function it will process datum into the isolate when the app be process datum in isolate it also block the ui too expect result ui should not freeze while calculation be go on actual result but...
flutterflutter
menucontroller be import from both package
Invalid
I just update the late flutter version 3 7 3 and all of a sudden I get a bunch of error which I resolve but I be constantly get this error and I win t be able to solve it error xcode lib view screen dashboard dashboard screen dart 7 1 error menucontroller be import from both pack...
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not create link os error incorrect function errno 1 0 link throwiferror dart io link dart 263 7 1 link createsync dart io link dart 184 5 2 ...
flutterflutter
dropdownmenu do not update select
Invalid
step to reproduce 1 open 2 click on the plus icon 3 click on the dropdown menu expect result the current select value will be set to the last entry actual result nothing happen code sample dart import package flutter material dart void mai...