repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
inject custom html tag while serve flutter web app
Invalid
I have a simple flutter web application with few route for e g about we product product i d etc I currently use express nodejs framework to serve my flutter web app as a static website js const express require express var path require path const app expre...
flutterflutter
tool crash string 57 character
Duplicate
command flutter run profile step to reproduce 1 2 3 log string 57 character 0 dartdevelopmentserviceimpl startservice package dds src dds impl dart 133 7 1 dartdevelopmentservice startdartdevelopmentservice package dds dds dart 97...
flutterflutter
the android send intent do not open my flutter app properly
Invalid
step to reproduce 1 create a new flutter project 2 modify the main activity in android app src main androidmanifest xml as follow by add the send intent filter note use different android launchmode value do not change the result I have try standard singletop singletask si...
flutterflutter
how can I change the height of cupertinonavigationbar in flutter
Invalid
detail how can I change the height of cupertinonavigationbar in flutter code dart import package dot indicator dot indicator dart import package flutter cupertino dart import package flutter material dart import package flutter bloc flutter bloc dart import package ...
flutterflutter
scroll jump to either end irrespective of item length io 16 simulator with m1
Invalid
the issue mention here listview scrollview scrolling jump to the bottom regardless of item on m1 ios simulator 79641 still persist in io 16 which have no option to run with rosetta I also search it on stackoverflow and find a similar question io simulator scroll too fast on apple m1 but the sol...
flutterflutter
package flutter src widget navigator dart fail assertion line 5139 pos 12 debuglocked be not true
Invalid
either the assertion indicate an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause in either case please report this assertion by file a bug on github I m face this issue and I m run aw amplify as ...
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter no color pub get 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 file imp...
flutterflutter
throw exception when I try to transform rotate with animationcontroller
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
tool crash shadercompilerexception
Duplicate
command flutter run step to reproduce 1 create an application on flutter 2 run with google web log shadercompilerexception 0 shadercompiler compileshader package flutter tool src build system target shader compiler dart 77 7 1 writebundle package...
flutterflutter
flutter run debug
Duplicate
flutter crash report command flutter run debug exception filesystemexception filesystemexception directory listing fail path c myapp android app build intermediate flutter proddebug flutter asset android app build intermediate flutter devdebug flutter asset android app build interm...
flutterflutter
tool crash filesystemexception directory listing fail os error the system can not find the path specify errno 3
Duplicate
command flutter test coverage step to reproduce 1 run flutter test coverage log filesystemexception directory listing fail os error the system can not find the path specify errno 3 0 directory fillwithdirectorylisting dart io patch directory p...
flutterflutter
google sign in web migrate from google sign in to google identity service
Duplicate
use case my flutter web app use the google sign in package to authenticate the user I receive an email tell I to migrate to the new google identity service gis before march 31 2023 the google sign in package must update for gis there be nothing to do but wait for the package to update ...
flutterflutter
fail assertion line 4589 pos 14 owner debugcurrentbuildtarget this 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
icontheme parameter of chip widget not apply for icon use as avarar
Duplicate
hi when provide iconthemedata for a chip widget the specify style property be not apply to icon use with the chip widget step to reproduce 1 execute flutter run on the code sample expect result icon with the icontheme apply color of the icon in white actual result ic...
flutterflutter
how to set singlechildscrollview only allow one finger scroll
Invalid
how to set singlechildscrollview only allow one finger scroll I be use the interactiveviewer to pinch zoom image I create it inside singlechildscrollview but when user use 2 finger to pinch zoom image it very difficult to zoom because sometime page be scrollable so I want to solve this problem
flutterflutter
video player close connection after 1 minute
Invalid
hi I initialize video player for stream live video everything be ok but when I back from player screen and check active connection on the server my connection still open and close after 20 60 second how to to fix it code sample void initializeandplay string link async print initial...
flutterflutter
execution fail for task app minifyreleasewithr8 while run flutter build apk
Invalid
I be try to build a release apk but it fail with the mentioned error even though the debug work fine on an actual device try both gradle 6 7 0 and 7 5 1 error log what go wrong execution fail for task app minifyreleasewithr8 com android tool r8 compilationfailedexception compilation ...
flutterflutter
web cache not clear after update
Duplicate
I don t if there s a way to do so or if I m have a bug on my app but after I update the version on pubspec yaml like from version 1 0 0 1 to version 1 0 1 2 the browser doesn t see this site as a new one so it keep the old cache create some bug on the app if something that be a break ch...
flutterflutter
flutter app crash on new xcode 14 0 and ios 16
Invalid
hi friend before I use xcode 13 4 1 no problem after upgrade to xcode 14 0 my app crash after build I don t know why I get these error unityframework initializememory 0x10ce33f08 0 stp x20 x19 sp 0x20 0x10ce33f0c 4 stp x29 x30 sp 0x10 ...
flutterflutter
canvaskit render a white space bottom of the page on window resize
Duplicate
step to reproduce 1 create a home page 2 launch it on chrome 3 resize the window a note render the page with a center button yield a strange result after resize mouse cursor change to hand icon just like hover over link where the button be not this imply that the locatio...
flutterflutter
allow shellroute in a shellroute
Duplicate
use case I m try to setup an app with a shell for a bottomnavigationbar shell 1 then the page of the first tab of this navigation bar should contain a tabbar shell 2 proposal add support for a shellroute as child of a shellroute
flutterflutter
futurebuilder method inside future call twice
Invalid
I be use the futurebuilder widget as per documentation as follow dart late future initwidget override void initstate initwidget initializewidget super initstate override widget build buildcontext context return futurebuilder future initw...
flutterflutter
wrong default color of the trail widget on app bar
Invalid
step to reproduce 1 use the example theme from below in a new flutter project expect result come from material 2 I expect that onsurface color as part of colorscheme define the appearance of the scaffold header text and icon but it s only the text when I set foregroundcolor as a...
flutterflutter
showdialog with barrierdismissible false not be honor
Invalid
step to reproduce create an application which show dialog use showdialog of material dialog dart of source code and send barrierdismissible as false on android 12 onbackpress by a user close the dialog on old version of android the behavior be as expect doesn t close dialog I be use flutte...
flutterflutter
lib directory architecture
Invalid
sometimes when we be develop a big and complex application as soon as the application grow with many ui native feature asset etc it become difficult to maintain codebase developer have to manage that alone I suggest the idea of an architectural pattern that separate an application into main logical comp...
flutterflutter
use gclient download flutter engine code
Invalid
log ps d engine gclient sync nohook no history update depot tool sync project 57 67 116 src third party dart third party pkg source map src third party dart third party pkg pool error 0 01 05 start ...
flutterflutter
on io full file name in info plist lead to black screen between launch screen main ui
Duplicate
this be trivial can be easily work around but still hope it ll get fix sometime step to reproduce 1 flutter create bug 2 edit bug io runner info plist change the value of uilaunchstoryboardname from launchscreen to launchscreen storyboard 3 run the app you ll see a bla...
flutterflutter
I want to hover text color of my popupmenubutton in flutter
Invalid
hi I want to hover the color of the text of my popupmenubutton by use flutter but I m not find a solution for this thing can someone tell I how to fix this below you can find my code popupmenubutton onselecte value setstate ...
flutterflutter
flutter web the console show alert message when the http response status code be fail
Invalid
I be use the api in flutter sometimes the server will return fail http response status code and flutter always auto generate the alert message and show the api url in the console I don t want to show the api url this alert message make the app look incomplete from the user s perspective I use try catch but those...
flutterflutter
listview render artefact when have opacity color in android
Duplicate
there be a transparent container and two list view on the screen one blue and one yellow the transparent container be above the listview through the indexedstack switch display listview will have a certain chance to display the color of the previous listview below the transparent container demo video m...
flutterflutter
window web showmenu isn t close when resize the window
Invalid
hi team I have prepare a simple sample for show the popup menu showmenu in the tap position if I open the show menu and resize the current window size showmenu do not dismiss by default be this behavior or a known issue step to reproduce 1 run the code snippet 2 tap any area in the...
flutterflutter
mobile how to disable scrollview when pinch zoom in image
Invalid
I be use the lib pinch zoom release unzoom to pinch zoom image I create it inside singlechildscrollview but when user use 2 finger to pinch zoom image it very difficult to zoom because sometime page be scrollable so I want to solve this problem
flutterflutter
text selection menu on io may attempt to draw invalid path and throw error
Duplicate
we ve see a rare production issue on 3 3 0 on different iphone date back to flutter 2 x stateerror bad state path combine fail this may be due an invalid path in particular check for nan value file paint dart line 2657 in path combine file text selection toolbar dart line ...
flutterflutter
go router support double slash after schema for deep linking
Duplicate
I encounter some limitation where other sdk s require deeplinke schema to be as myapp with double slash but go router work only with myapp which I can not use in other sdk s use case do not ignore path with double slash after schema so user win t be confuse with it when acidenta...
flutterflutter
null check operator use on a null value occur in editabletextstate when enter text on galaxy keyboard
Duplicate
step to reproduce this error only occur on galaxy as far as I can confirm I couldn t check it on my xiaomi pad 5 1 execute flutter run on the code sample with galaxy device 2 enter some text in the textfield 3 an error occur when I press the decision button of ime expect resul...
flutterflutter
web google maps flutter web googlemap ontap callback not trigger when click on polygon
Duplicate
hi flutter team this be a re opening of 111897 with a well description and example the googlemap ontap latlng callback be not fire in the google maps flutter web when the polygon be draw on the map and the user tap click on the polygon area minimum example to reproduce class mapsbug e...
flutterflutter
tool crash stateerror bad state future already complete
Duplicate
command flutter no color attach machine device i d r58r14ah8ak lib main dart step to reproduce 1 2 3 log stateerror bad state future already complete 0 asynccompleter complete dart async future impl dart 35 31 1 flutterdevice c...
flutterflutter
listview keep cache render if there be a textfield in the screen
Invalid
step to reproduce a simple application with filter by type functional in the ui there be a listview a textfield and some filter button after I change filter the list view display wrong use previous frame render expect result the listview must render normally actual result...
flutterflutter
quick action work on android12 but not work on android11
Duplicate
quick action work on android12 but not work on android11 which setting can solve the problem step to reproduce 1 execute flutter run on the code sample expect result app shortcut will show when run actual result quick action work on android12 but not work on android...
flutterflutter
web sweepgradient fidelity between canvaskit and html renderer when apply to a stroke
Duplicate
step to reproduce sweepgradient shader apply to a stroke be be clip on web when use the html renderer observe the clipping on the circle in the low right sweep code sample dartpad sample must be build with html renderer and I don t see anyway to configure that in dartpad l...
flutterflutter
add mesh gradient freeform gradient
Invalid
add mesh gradient freeform gradient be there any chance to add mesh gradient freeform gradient to flutter in the near future it will help render more realistic svg
flutterflutter
keep state of route in shellroute like in nestednaviagtion 4 0 with tabview
Duplicate
use case I just migrate to 5 0 and update my nest navigation use the newly introduce shellroute the basic be work but it come with several problem 1 the state of each page be lose when change a tab 2 since the state be lose every page be completely rebuild after change...
flutterflutter
image picker cancel the dialog on web result in the completer never complete
Duplicate
when open a file picker on web if the user cancel the dialog without select a file the underlie completer never complete I understand that this have something to do with html inputelement onchange not fire an event with null undefined as datum file picker l125 fix it by have a separate...
flutterflutter
tool crash rpcerror
Duplicate
command flutter run d chrome step to reproduce 1 2 3 log rpcerror 0 new outstandingrequ package vm service src vm service dart 1746 45 1 vmservice call package vm service src vm service dart 2262 21 2 vmservice callservicee...
flutterflutter
my ellipsis the text be overlap
Invalid
kakaotalk image 2022 09 20 22 01 23 as in the picture my ellipsis be overlap what be the cause
flutterflutter
error flutter shell common shell cc 93 dart error dart newstringfromutf8 expect argument str to be valid utf 8
Invalid
my flutter application can t work on window 11 but window 10 phenomenon it show white blank on debug mode and invisible on release mode error log txt error flutter shell common shell cc 93 dart error dart newstringfromutf8 expect argument str to be valid utf 8 verbose ...
flutterflutter
the splash screen phenomenon occur when the webview set the backgroundcolor value to color transparent
Invalid
when I use the webview flutter component set the background color of the webview to a transparent color be no problem on most android phone but some model have a splash screen phenomenon and the model that appear be 1 pda android version 9 0 cpu mt6761 4 core 2 0 g 2 redmi 4x n2g47h android ...
flutterflutter
how to set maximum line set in markdown body
Duplicate
if any one know answer pls tell I
flutterflutter
url launcher android issue regard request install package permission after upload the application to playstore
Invalid
step to reproduce upload an application use the package url launcher url launcher android on the playstore expect result upload my application without a google alert actual result I receive an alert say that my application be not compliant with one or more of google developer program pol...
flutterflutter
gesturedetector be not work with webview
Invalid
I want to detect tap event on webview here be my code override widget build buildcontext context return gesturedetector behavior hittestbehavior translucent ontap if kdebugmode print tap child webview initialurl fl...
flutterflutter
tool crash shadercompilerexception
Duplicate
command flutter run step to reproduce 1 2 3 log shadercompilerexception 0 shadercompiler compileshader package flutter tool src build system target shader compiler dart 77 7 1 writebundle package flutter tool src bundle builder dart 184...
flutterflutter
textfield cast error null value on numeric textfield
Duplicate
a cast error be appear when you use a numeric keyboard on numeric textfield step to reproduce import package flutter material dart class prueba extend statefulwidget const prueba key key super key key override state createstate pruebastate clas...
flutterflutter
flutter web build fail on server but work locally
Invalid
I recently update to flutter 3 3 and everything be work locally for io android web but have a cicd setup and only the web build be fail to build no change from local and the container both run same version of build output flutter build web t lib flavors local ui main local ui dart release b...
flutterflutter
tool crash shadercompilerexception
Duplicate
command flutter run d chrome web renderer html step to reproduce 1 2 3 log shadercompilerexception 0 shadercompiler compileshader package flutter tool src build system target shader compiler dart 77 7 1 writebundle package flutter ...
flutterflutter
api key for google map be store insecurely
Invalid
an easy to exploit security bug in it be tell to store api key for google map in android app src main androidmanifest xml and io runner appdelegate m store api key this way be insecure because these file be part of the source proposal instead the api key should be pass as environment var...
flutterflutter
the flutter app have be shut down when type korean on io 16
Duplicate
I find a new error in a flutter I m use the 3 0 4 version and the test device be ios 16 in ios15 there seem to be no problem but in ios16 there be an error that the app crash when I type korean after emoji the flutter app crash not just my app but other flutter app be identical the related ...
flutterflutter
unable to load asset
Invalid
I m unable to load image to my app although I try many solution my code import package flutter material dart void main runapp const myapp class myapp extend statelesswidget const myapp super key this widget be the root of your application override widget...
flutterflutter
renderflex b75eb relayoutboundary up2 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
fail assertion line 2001 pos 12 hassize
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
error unsupported operation dart isolate be not support on dart4web
Invalid
hello I m work on my test project and I face this issue when I want to load data image the code be visible here the code be here image the project be open source and you can check it
flutterflutter
flutter 3 3 render wrong ui during the scroll
Duplicate
step to reproduce try to use code sample scroll down and up until you see the issue with render the issue can be see from time to time also it can t be capture with a screen record on a screen record ui look good and it doesn t show what be actually go on on the screen 1 build the app from the cod...
flutterflutter
can not build io xcode after upgrade to xcode 14
Invalid
hi there be some error when I try to build io for my project in xcode after upgrade to xcode 14 flutter version 3 3 2 image cropper version 3 0 0 here be the error message in android studio how to fix it run xcode build xcode build do ...
flutterflutter
background message crash while use firebase message 7 0 3 in flutter
Invalid
I be use firebase message package for get the notification in flutter but background message be not work properly I e get crash while the message be tap get this error error flutter lib ui ui dart state cc 186 unhandled exception platformexception error unsupported value bundle mparcelleddata...
flutterflutter
hardware keyboard error
Duplicate
this error occur on hold left shift in the pressed state in window application a keyrepeatevent be dispatch but the state show that the physical key be not press if this occur in real application please report this bug to flutter if this occur in unit test please ensure that simulated event follow flutte...
flutterflutter
bug in
Invalid
be false list list be also false it be not about not have a strict type tostring tostring be true a bit deep hashcode 197904101 hashcode 40045724 list hashcode 812004510 list hashcode 760055841 dart ...
flutterflutter
draggable happen on right click and scroll click
Duplicate
I m make an app and don t like that draggable be valid for left click scroll click and right click imo it should be leave click only with the option to configure other click what do you think a should it be configurable for my need b should the default be leave click only or everything be allow ...
flutterflutter
set systemnavigationbarcolor in systemuioverlaystyle undo set of status bar text icon color
Duplicate
step to reproduce I would like to set the status bar to a white background with black overlay text it work when I set the statusbariconbrightness brightness dark however once I set the systemnavigationbarcolor the text color go back to the default white again no matter what I do after that ...
flutterflutter
when I clone the flutter repository from github set my path and try to run flutter doctor it say that flutter command not exist
Invalid
step to reproduce 1 2 3 log log
flutterflutter
doctor check have be crash
Invalid
step to reproduce 1 2 3 log log
flutterflutter
all key except alphanumeric key throw exception when enter input into a textfield if the flutter app be focus while hold the control key
Duplicate
step to reproduce 1 create a widget with a textfield and start the app 2 click out of the app onto another running application 3 hold down the control key 4 while hold the control key click back into the flutter app expect result I expect to be able to use backspace arrow k...
flutterflutter
tool crash filesystemexception can not delete file os error access be deny errno 5
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not delete file os error access be deny errno 5 0 file throwiferror dart io file impl dart 635 7 1 file deletesync dart io file impl dart 298 5 ...
flutterflutter
scaffold bug
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
git hook
Invalid
can we have some good working and officially support pre commit pre push git hook package for flutter something just like husky I search online and find no good package or an easy way to add pre commit hook in flutter there be some way use node package but I do not want to do that because then those packag...
flutterflutter
it be difficult to try to find the error even which file be throw this error no hint as we can see other programming language have it it should tell atleast the file error be come
Duplicate
322 renderproxyboxmixin performlayout package flutter render proxy box dart 116 323 renderobject layout package flutter render object dart 1915 324 renderproxyboxmixin performlayout package flutter render proxy box dart 116 325 renderobject layout package flutter rend...
flutterflutter
a keyrepeatevent be dispatch but the state show that the physical key be not press
Duplicate
somtime flutter window hit this error that few minute keyboard be not work after restart only it will work a keyrepeatevent be dispatch but the state show that the physical key be not press if this occur in real application please report this bug to flutter if this occur in unit test please ens...
flutterflutter
the selectedtilecolor of listtile look displace after the overscroll stretch effect
Duplicate
step to reproduce 1 use listview with listtile inside scrollbar widget 2 select some item 3 scroll for overscroll stretch effect to happen expect result actual result the selectedtilecolor of listtile look displace after the overscroll stretch effect ...
flutterflutter
go router prevent rebuild stack when navigate to a sub route
Duplicate
step to reproduce 1 take code from 2 put a print in gorouter builder of each path 3 navigate to a sub route use button expect result page already in stack to do not rebuild actual result each navigation to a sub route rebuild parent s page code sample dar...
flutterflutter
when I open a dialog the app autofocus the late textfield
Invalid
hey there I m try to create a flutter app with the main focus as a pwa I face some problem like when user tap back button in an android device we need to listen this action and unfocus the textfield if you do not do this keyboard will constantly appear I find that I just need to wrap in the main...
flutterflutter
safearea on iphone 14 pro max
Invalid
I have find an issue when use safearea with custom statusbar color there s an empty black space between status bar bottom and scaffold appbar top I have test only on simulator since I don t have any iphone 14 pro max at my disposal this only happen on iphone 14 pro max check print below image ...
flutterflutter
a renderviewport expect a child of type rendersliver but receive a child of type rendererrorbox
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
io simulator be not work also not work for emulator
Invalid
expect io runner xcodeproj but this file be miss
flutterflutter
horizontal transformer view have vertical pageview inside throw an exception when change page
Invalid
I have a horizontal pageview as a parent widget and inside I have a vertical pageview inside my vertical pageview I have 2 page 1 be an image and 2nd one be a webview when I swipe from first card to second card or move to anycard use horizontal pageview it throw s this exception this widget have be unmo...
flutterflutter
unknown color with text on web and linux desktop
Invalid
unknown color with text on web and linux desktop for detail please refer to screenshot step to reproduce bash flutter create newapp cd newapp paste the code sample to main dart flutter run d chrome web renderer html for web flutter run d linux for linux des...
flutterflutter
the default value of an optional parameter must be constant
Invalid
I have error in ln12 import package flutter material dart import package google maps flutter google maps flutter dart import model place dart class mapscreen extend statefulwidget final placelocation initiallocation final bool isselecte mapscreen this initial...
flutterflutter
tap with keyboard on
Invalid
I need to tap twice on the button if field focus and keyboard open the first tap be for dismiss focus and second be for tap the button any idea on how to fix it
flutterflutter
autocomplete not work since update to flutter sdk 2 10
Invalid
since I update flutter sdk from 2 3 to 2 10 my autocomplete not work I be try it use android studio and vs code and I be update my flutter sdk to 3 delete and download again from official website and try to uninstall my window but nothing have change I get same problem my autocomplete not work wh...
flutterflutter
how to fix red error in mainactivity kt
Invalid
image I be assign sdk file project structure how to fix it
flutterflutter
renderbox be not lay out renderphysicalshape 474db relayoutboundary up2
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
how to disable pop up view but programmatically in samsung phone have this feature
Invalid
I want to disable pop up view in samsung phone which be cause overflow in the app screen shoot 2022 09 16 at 11 07 37 doctor summary to see all detail run flutter doctor v flutter channel unknown 2 10 5 on macos 12 6 21g115 darwin arm locale en np android toolchain ...
flutterflutter
flutterview in io flutter view have be deprecate
Invalid
src flutter pub cache host pub dartlang org flutter inappwebview 5 4 3 7 android src main java com pichillilorenzo flutter inappwebview inappwebviewflutterplugin java 22 warning deprecation flutterview in io flutter view have be deprecate import io flutter view flutterview ...
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter run 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 file impl dart 479 5 ...
flutterflutter
be there any image button in flutter quill toolbar in web
Invalid
be there any image button in flutter quill 1 toolbar in web when I read the flutter quill 1 package readme I see that there be an image button in the flutter quill 1 toolbar in android as show in the image below image 2 2 however in the app I run via web chrome ...
flutterflutter
tool crash oserror os error can t assign request address errno 49
Duplicate
command flutter no color attach machine device i d 00008110 001a7c5c01e2801e lib main dart step to reproduce 1 2 3 log oserror os error can t assign request address errno 49 0 nativesocket nativesetrawoption dart io patch socket pat...
flutterflutter
lsp vs code automatically prompt parameter type
Invalid
after I execute the flutter upgrade yesterday vs code add a function to automatically prompt parameter type yellow block on the figure how can I turn this function off this seem to be relate to lsp I really don t need this hint someone help I please 2022 09 16 10 40 18 flutter doctor v ...
flutterflutter
image picker make the video compress optional or disable completely
Duplicate
the image picker s video compression should be optional or disabled completely in my usecase my app be open a video to to perform some editing for the user then save the edited video back to the user s gallery below be the reason compression cause a problem 1 it be not possible to retain the original f...
flutterflutter
I be try to initialize multiple camera at once in flutter application be there a way to do it
Duplicate
I be try to initialize multiple camera at once in flutter application be there a way to do it
flutterflutter
flutter vscode devcontainer hot restart issue
Duplicate
I have be try to perform a hot reload for my flutter web project be struggle to get hot restart functionality enable when run via viscose dev container I try have the flutter run d at the entry point execute the debug via the vs code debugger neither of they solve the hot restart issue on the bro...
flutterflutter
go router flutter web intercept browser back button and refresh button
Invalid
hi everybody be there a way to intercept browser button with go router for example I would like to go always to the home page when I refresh and I would like to display a message when I push the back button thank you
flutterflutter
icon whatsapp remove
Invalid
any reason the whatsapp icon be remove from icon dart commit 111092
flutterflutter
allow choose resolutionpreset in imagepicker
Invalid
would be nice to have the ability to choose a resolution preset when take a picture with imagepicker same as in the camera package