repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | common web view | Invalid | use case I have a common header widget throughout my web app now what I m do be I be create a common web view with the header and child and whatever page I want to show what I want be I do not want to call common web view each time while navigate to a new page and create new instance instead can I have i... |
flutterflutter | customizable date format beyond locale in date picker | Duplicate | use case the current flutter date picker functionality limit date format customization to the locale which may not align with user preference this feature request aim to enhance the date picker by introduce a dateformat parameter this parameter would allow user to independently customize the date f... |
flutterflutter | web | Invalid | describe your issue and include the command you re run flutter web version browser version |
flutterflutter | which use case will generate renderview | Invalid | void drawframe rootpipelineowner flushlayout rootpipelineowner flushcompositingbit rootpipelineowner flushpaint if sendframestoengine for final renderview renderview in renderview renderview compositeframe this send the bit to the gpu ... |
flutterflutter | miss google app i d firebase analytic disable | Invalid | get miss google app i d firebase analytic disable this error even if I configure everything correctly I have add json file firebase config file and init in main dart also add i d com google gms plugin and class path dependecy and firebase bom and analytic on native android side and also analytic be enable f... |
flutterflutter | tool crash filesystemexception deletion fail os error the system can not find the path specify errno 3 | Duplicate | command flutter pub get no example step to reproduce 1 2 3 log filesystemexception deletion fail os error the system can not find the path specify errno 3 0 directory deletesync dart io directory impl dart 193 7 1 filesys... |
flutterflutter | integration test load indefinitely on io with flavour | Duplicate | step to reproduce the integration test load indefinitely when use flavour on io but not on android you can reproduce this by do the following 1 create a test app with flavours production and development 2 create a simple integration test in integration test example test dart da... |
flutterflutter | incorrect clip for touch listtile | Duplicate | step to reproduce 1 add a listview 2 return a listtile widget with a text widget as title property with ontap action in itembuilder 3 wrap listview in pad top value eg 30 4 scroll list up until the first listtile be cutte by 50 5 tap and hold the listtile expect result highli... |
flutterflutter | could not resolve com android tool build gradle 7 2 1 in google sign in | Invalid | step to reproduce I instal this package in my flutter project but when I run the application I get the follow error run gradle task assembledebug failure build fail with an exception what go wrong a problem occur configure project google sign in android could not reso... |
flutterflutter | window the result of subtract two date in window be different from the result calculate on other platform | Invalid | step to reproduce run code separately on android web and window expect result get the same result actual result android 3528748800 window 3529065600 code sample code sample dart final a datetime now final b datetime 1912 2 18 day a difference b i... |
flutterflutter | macos mouseregion not work on initial launch unless pointer be move out of the app area once | Invalid | step to reproduce 1 launch the app with contain a widget with color change on hover use mouseregion while keep the mouse pointer inside the app area as it launch 2 try hover over the widget nothing happen 3 move the mouse pointer outside the app area and bring it back inside the hover start work ... |
flutterflutter | flutter ffmpeg support for window desktop | Invalid | use case use case look to stream video from serial port on a window desktop and display the stream on a screen the source of the video be a uvc camera I be hope to use ffmpeg library to capture the video stream look like this library have be deprecate proposal I be look for alternative to ac... |
flutterflutter | for bottomnavigationbaritem the label be label as nullable string but it be require to run code without error | Duplicate | step to reproduce when I be implement bottomnavigationbar for item attribute I define bottomnavigationbaritem and encounter an errorm expect result bottomnavigationbar should work with out implement label attribute as it be nullable item actual result label attribute be check for null and t... |
flutterflutter | go router make it possible to set extra in redirect callback | Duplicate | use case some route require an extra argument to exist if you can navigate with an extra argument why can t you also redirect with an extra argument it should be available in all use case proposal we should be able to dynamically modify the extra argument or either rework the redirect callback for... |
flutterflutter | access to xmlhttprequest at file from origin null have be block by cor policy | Invalid | step to reproduce create the webview widget and load a index html from index html call a js script and set an asset path to a command autodesk forge viewer api in this case which need of a pdf local path it throw the cor policy error expect result I have my pdf file store in the asset folder ... |
flutterflutter | web scroll and gesture in broken state in iframe on android web browser | Duplicate | step to reproduce html or on jsfiddle also small app from this repo test device poco x3 pro android 12 chrome 120 0 6099 115 if you can t reproduce try use a yandex browser android expect result normal scrolling in iframe on android web browser... |
flutterflutter | trigger popuntil in a dialog pop then wait 1 second before continue pop | Duplicate | step to reproduce 1 run the give code sample 2 click on to screen 2 3 click on open dialog 4 click on popuntil popuntil be set to popuntil route route isfirst additional info I set the transitionduration to duration zero but it have no effect trigger navigato... |
flutterflutter | critical issue report plugin integration challenge on iphone 14 pro with io 17 sdk | Invalid | step to reproduce 1 install the app on an iphone 14 pro with io 17 sdk 2 navigate to the meeting initiation process use the plugin 3 observe the unfortunately something go wrong error on the first attempt 4 attempt to use the rejoin option 5 notice that the application become ... |
flutterflutter | isolate create in statefulwidget and run app will throw illegal argument in isolate message object be unsendable never throw the error in statelesswidget | Invalid | step to reproduce the app run on desktop of macos 1 create a statefulwidget 2 code a isolate 3 run the app you will see the error illegal argument in isolate message object be unsendable expect result do not throw the error illegal argument in isolate message object be unsendable ... |
flutterflutter | tool crash filesystemexception exist fail os error the file name directory name or volume label syntax be incorrect errno 123 | Duplicate | command flutter doctor step to reproduce 1 2 3 log filesystemexception exist fail os error the file name directory name or volume label syntax be incorrect errno 123 0 directory existssync dart io directory impl dart 92 7 1 ... |
flutterflutter | video player webm file be not play on safari mobile browser | Invalid | step to reproduce just use the widget with any webm file link flutter 3 16 2 video player 2 8 1 final controller controller videoplayercontroller networkurl uri parse videoplayer controller expect result it should play webm video ... |
flutterflutter | flutter crash report | Duplicate | step to reproduce flutter crash report just in vscode not in android studio expect result run app actual result crash launch lib main dart on sdk gphone x86 64 in debug mode parameter format not correct build build app outputs flutter apk app debug apk I kar... |
flutterflutter | module be compile with an incompatible version of kotlin | Invalid | what package do this bug report belong to url launcher image picker what target platform be you see this bug on android have you already upgrade your package yes dependency version pubspec lock lock generate by pub see lockfile package amap flutter... |
flutterflutter | ontapcancel how to control it | Invalid | step to reproduce ontapcancel always fire before the other gesture I have no control over when this gesture be execute and sometimes I don t want it to fire expect result in a push and swipe gesture ontapdown fire first then ontapcancel then onhorizontaldragupdate but that s not what I ... |
flutterflutter | semanticsservice announce do not pronounce the text | Duplicate | step to reproduce 1 create the flutter project use these constraint flutter channel stable 3 7 12 on macos 14 1 23b74 darwin arm64 locale en uz android toolchain develop for android device android sdk version 33 0 2 android license status unknown run flutter... |
flutterflutter | there should be guidance to get gar for a flutter application | Duplicate | use case proposal |
flutterflutter | tool crash filesystemexception fail to decode datum use encode utf 8 null | Duplicate | error message oop flutter have exit unexpectedly filesystemexception fail to decode datum use encode utf 8 path volume r rob source repos fluid qbitservice flutter io pod target support file pod runner pod runner profile xcconfig flutter build ipa export option plist ... |
flutterflutter | canvaskit folder be too big | Duplicate | so I just create a web page and then try to build it into release mode I be quite surprised by the size of the build folder up to 19 mb after I search the content of the folder it turn out that the canvaskit folder be 14 mb in size image I try run the command flutter build web web renderer htm... |
flutterflutter | after upgrade from flutter 3 16 3 to 3 16 4 today the initial debug be interrupt | 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 flutter project 2 use vscode for debug actual result after upgrade from 3 16 3 to 3 16 4 today I m experience issue with debug my flutt... |
flutterflutter | gradle build fail with error file name too long | 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 1 create a new flutter project 2 try to run it on android actual result build fail log flutter run v console 11 ms execut... |
flutterflutter | convert a navigator push into a showdialog base on the screen dimension | 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 use case I want to create a fully responsive application and I want some screen to have two different behavior base on the screen dimension on mobile the new screen will be op... |
flutterflutter | proposal to be able to add divided after the last element in listview seperate | 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 use case in a design where we need to show divider at the last of the element we have do follow 1 add 1 to the itemcount and then check for last element and add the divid 2 ... |
flutterflutter | local auth package be use insecure biometric authentication api landroidx biometric biometricprompt | Invalid | my application use local auth package v2 1 6 recently my application be scan for vulnerability and find that issue 1 2023 12 14 13 55 issue 2 2023 12 14 13 56 how can I remove these vulnerability |
flutterflutter | after longpress in any text field then can t tap the field to show the keyboard | 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 just longpress the field and dsimiss the keyboard then click the field not work expect result need to be able to click the field again actual re... |
flutterflutter | when use flutter with kotlin multiplatform mobile and use build gradle kts as the build script the dart plugin support in android studio be frequently disable | 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 the project repository for reproduce the issue flutter with kmm every time I need to open a dart file and click the enable dart support button t... |
flutterflutter | tool crash filesystemexception deletion fail os error the system can not find the path specify errno 3 | Duplicate | command flutter pub get no example step to reproduce 1 2 3 log filesystemexception deletion fail os error the system can not find the path specify errno 3 0 directory deletesync dart io directory impl dart 193 7 1 filesys... |
flutterflutter | flutter module can t run with a plugin import but flutter app can do | 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 flutter module 2 change dependency in pubspec yaml add my plugin 3 code some function in main dart 4 flutter run with conne... |
flutterflutter | web be there a way to run flutter pwa s locally | Invalid | without build the flutter web app how can I make sure I can run light house report for a flutter web app locally do I have to always build and host it to make it as a pwa be there a 3rd party package or any package that flutter provide for this |
flutterflutter | renderbox be not lay out chartcontainerrenderobject 1e3dc package flutter src rendering box dart fail assertion line 1966 pos 12 hassize | Invalid | dart center child padding padding const edgeinset all 12 0 child sizedbox height 200 width double infinity child layoutbuilder builder context constraint return... |
flutterflutter | race condition when manipulate same childvicinity | 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 create custom infinity canvas with new two dimensional scroll api checkout example project in here my implementation convention for childvicinity be... |
flutterflutter | my flutter app work correctly with wifi but show blank screen whenever I use mobile datum it show white screen | 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 have add internet permission for user in amdroid manifest and still I m get a issue whenever I install release apk I have attach my debug console kindly sug... |
flutterflutter | flutter run fail to deploy to io 17 error start debug session in xcode | 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 reproduction step 1 connect an iphone 12 mini with io 17 2 2 execute flutter run 3 observe the build process in xcode 4 encounter ... |
flutterflutter | flutter web app iframe keyboard extra space in android chrome | Duplicate | step to reproduce render a iframe in flutter web app and run it android chrome browser expect result the extra space shouldn t have come or how to handle actual result extra white space come top of keyboard dart import dart html import package flutter material ... |
flutterflutter | try to solve code duplication when work with list of widget in consumer | 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 use case let say I have a page with a list of widget in a column and some of they change when the state of the app change dart widget build buildcontext context ... |
flutterflutter | shortcuts debuglabel be ignore in its focusnode debuglabel | Invalid | I m set debuglabel but always print shortcut this be the source code of shortcuts constructor dart const shortcut super key require map shortcut require this child this debuglabel shortcut shortcut manager null here l962 ... |
flutterflutter | flutter web and html 5 | 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 use case I be currently use a comprehensive framework one set of html5 code one set of flutter web code I want to take the datum in html5 such as maybe a js object can I pa... |
flutterflutter | window interoperability in dart | Duplicate | add c language beside c I have suggestion add way that call window apis directly from dart generate dart binding for c c like jnigen ffigen |
flutterflutter | when start the application mediaquery of context size width be 0 result in a persistent white screen | 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 when start the application mediaquery of context size width be 0 result in a persistent white screen expect result when start the applicati... |
flutterflutter | flutter plugin googlemapcontroller unavailable | Invalid | be there an exist issue for this x I have search the exist package issue x I have read the guide to file a bug what package do this bug report belong to google map flutter what target platform be you see this bug on android have you already upgrade your package yes ... |
flutterflutter | in the production environment a blank screen may be display when start application | 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 in the production environment a blank screen may be display when start application expect result in the production environment a blank screen... |
flutterflutter | I be face an issue in detect available biometric on samsung mobile device model a03 | Duplicate | be there an exist issue for this x I have search the exist package issue x I have read the guide to file a bug what package do this bug report belong to local auth what target platform be you see this bug on android have you already upgrade your package yes de... |
flutterflutter | tool crash processexception fail to find c program file java jre 1 8 bin bin bin java in the search path command c program file java jre 1 8 bin bin bin java os error code 0 | Duplicate | command flutter create app step to reproduce 1 2 3 log processexception fail to find c program file java jre 1 8 bin bin bin java in the search path command c program file java jre 1 8 bin bin bin java os error code 0 0 localprocessman... |
flutterflutter | small line occur when stack container with a height from 1 5px | 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 scaffold with a column or some other kind of list view and have container as children with a height of 1 5 px see sample code expect result from ... |
flutterflutter | hi rollerfernandez | Invalid | hi rollerfernandez int erm of the below where be the class mainactivity in androistudio please use this class mainactivity flutteractivity override fun configureflutterengine flutterengine flutterengine super configureflutter... |
flutterflutter | flutter splash screen | Invalid | feature suggestion I have suggestion make flutter logo default splash screen instead of white screen in next stable release |
flutterflutter | tool crash filesystemexception deletion fail os error the system can not find the path specify errno 3 | Duplicate | command flutter pub upgrade step to reproduce 1 open a project 2 run pub get 3 or run pub upgrade log filesystemexception deletion fail os error the system can not find the path specify errno 3 0 directory deletesync dart io directory... |
flutterflutter | v googlemapcontroller 4481 controller be dispose before googlemap be ready | 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 v googlemapcontroller 4481 controller be dispose before googlemap be ready after deploy the app to an android simulator expect result googl... |
flutterflutter | next flutter stable release | Invalid | hi I would like to ask about around when be plan next stable release of flutter and what version it would be base on |
flutterflutter | long dropdownbutton scroll animation jank 10000 menu item | Duplicate | step to reproduce 1 create a new flutter project flutter create dropdown jank 2 replace the content of the lib main dart with the code sample below 3 run the app flutter run profile 4 press the dropdown button and quickly scroll it down use a scroll bar 5 observe the jank ... |
flutterflutter | image picker io click the camera quickly multiple time to take picture result in exit twice affect interaction | 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 use case image picker io click the camera quickly multiple time to take picture result in exit twice proposal image picker io click the camera quickly mu... |
flutterflutter | decorationimage be not show the image when it s svg | 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 use container widget 2 use decorationimage inside 3 provide svg image use any class assetimage svg svgpicture etc or 1 use circle... |
flutterflutter | could not create task flutter plugin android lifecycle compileprofileunittestsource | 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 1 open android studio 2 sync gradle actual result it can t sync log failure build fail with an exception what go ... |
flutterflutter | tool crash filesystemexception creation fail os error no such file or directory errno 2 | Duplicate | command flutter downgrade 3 16 1 step to reproduce 1 2 3 log filesystemexception creation fail os error no such file or directory errno 2 0 directory createsync dart io directory impl dart 129 7 1 forwardingdirectory createsync ... |
flutterflutter | flutter android app network issue while switch connection from wi fi to 4 g | 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 write a very simple flutter android just one page use image network to display a network image see code sample section 1 quit the app which ment... |
flutterflutter | android webvbiew location replace not work as expect | Duplicate | be there an exist issue for this x I have search the exist package issue x I have read the guide to file a bug what package do this bug report belong to webview flutter what target platform be you see this bug on android have you already upgrade your package yes ... |
flutterflutter | flutter 3 16 3 myapp be call twice | Invalid | firstly sorry for my english I know that build method call multiple time but why be this function be call twice in this situation it make my child class business logic wrong be there an exist issue for this x I have search the exist issue x I have read the guide to file a bu... |
flutterflutter | hi mz myfc your expected result be reverse please update it | Invalid | hi mz myfc your expected result be reverse please update it I check this issue on my device realme 6 android 11 and see the obscuretext textfield still can get focus with only one tap click what be your device os model could you provide a record video for this thank for... |
flutterflutter | add feature to remove counter text because it take space if I set it to empty string it will take space too | 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 use case screenshot 2023 12 10 at 11 16 30 pm screenshot 2023 12 10 at 11 17 40 pm proposal how to remove space if I set maxlength of textformfield but I want... |
flutterflutter | scrollnotification axisdirection be always axisdirection down | Duplicate | step to reproduce 1 add listview customscrollview 2 wrap it with notificationlistener expect result doc say the direction in which the scroll view scroll axisdirection get axisdirection actual result in the line 40 output be always axisdirection do... |
flutterflutter | unable to remove constraint flutter pub add | 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 create a constraint flutter pub add dev hive generator 2 0 1 hive generator be already in dev dependency will try to update the constraint r... |
flutterflutter | google maps flutter api key management be unsafe this be dangerously omit in doc be not compliant with googlemaps official doc | 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 open google map flutter on pub dev 2 check the documentation for android io and web 3 in all three platform the api key to access google map be h... |
flutterflutter | how should consecutive button tap be handle | Invalid | overview if you build a button that transition to the screen after a button tap as show below the screen transition may run twice if the button be tap twice at high speed dart textbutton onpresse some kind of processing navigator of context push materialpageroute builde... |
flutterflutter | error instal boringssl grpc | 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 pod install expect result analyze dependency cloud firestore use firebase sdk version 10 18 0 define in firebase core firebase core... |
flutterflutter | flutter app have applifecyclestate inactive during call on io with locked screen | 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 minimal io app that use pushkit capability voip and callkit I use this plugin it have an example 3 create a timer periodic that log... |
flutterflutter | bug | Invalid | console exception catch by widget library the follow assertion be throw build tbexceptionroute state tbexceptionroutestate e73c8 package flutter src render object dart fail assertion line 1609 pos 14 debugsubtreerelayoutrootalread... |
flutterflutter | issue with popscope widget | 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 I be use willpopscope widget with flutter version 3 0 5 and then I upgrade to 3 16 0 stable channel now in late version willpopscope be deprecate ... |
flutterflutter | flutter with multiple firebase environment on mac os | 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 configure the xcode project follow this step 1 create a different scheme for each desire firebase project environment 2 duplicate each build configurati... |
flutterflutter | emulator crash when I try to navigate by use pushreplacementnamed | 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 navigate to new screen use onpressed navigator pushreplacementname context newscreen ... |
flutterflutter | on io mobile the keyboard block the input box | 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 1 I open a web page on io phone 2 I click the inputbox widget expect result the input box will be prop up actual result keyboard block the input ... |
flutterflutter | application crash after some time | Invalid | be there an exist issue for this I have search the exist issue x I have read the guide to file a bug step to reproduce I be play some content like image video url etc one after other application crash after some time I implement sentry io for crash but it do not track this cra... |
flutterflutter | macos be report wrong applicationdocumentsdirectory with the android namespace instead of project name use in finder | 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 a new flutter blank flutter project call john 2 add path provider 2 1 1 3 amend main dart to get getapplicationdocumentsdirectory e... |
flutterflutter | socks5 proxy | 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 use case unable to use a socks5 proxy with dns resolution only manage to route through request without dns resolution proposal add proper proxy socks5 support to the c... |
flutterflutter | tool crash filesystemexception fail to decode datum use encode utf 8 null | Duplicate | command flutter no color pub upgrade 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 615 7 1 file readasstringsync dart io file impl dart 624 ... |
flutterflutter | in any textfield have disappear edit menu flutter 3 16 2 3 18 0 2 0 pre 1 | Invalid | code sample code sample dart import dart io import package flutter material dart void main async runapp materialapp title flutter demo theme themedata platform targetplatform ios colorscheme colorscheme fromseed seedcolo... |
flutterflutter | filesystemexception writefrom fail path os error the pipe be be close errno 232 | 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 flutter web project in debug mode on hot restart the debug session automatically terminate and show error log in debug console expect result the ... |
flutterflutter | tool crash string 57 character | Duplicate | command flutter no color run machine device i d c0d5e8cb253d start pause profile dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log string 57 character 0 dartdevelopmentserviceimpl startser... |
flutterflutter | intellij 2023 3 flutter plugin | Invalid | my intellij ide update to 2023 3 now the flutter plugin stop work because it require an old version of intellij will there be an update plugin or do I need to revert the intellij update |
flutterflutter | tool crash processexception fail to find c program file java jdk 21 bin bin java in the search path command c program file java jdk 21 bin bin java os error code 0 | Duplicate | command flutter create template app overwrite step to reproduce 1 2 3 log processexception fail to find c program file java jdk 21 bin bin java in the search path command c program file java jdk 21 bin bin java os error code 0 0 ... |
flutterflutter | overlayentry bug on web on mouse right button | 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 have a problem with unexpected null value when right clicking on any page the error indicate problem with the overlayentry that I use to add the selectabler... |
flutterflutter | how to remove notification counter badge from app icon in samsung | Invalid | I be use firebase messaging for my flutter app and when ever a push notification come counter be show in my app icon I use follow request permission but the badge be only disable in ios notificationsetting setting await message requestpermission alert true badge false sound true... |
flutterflutter | flutter web custom background notification | 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 follow flutter message tutorial to make integrate flutter and firebase message 2 go to the background 2 send notification from firebase 3 add a cust... |
flutterflutter | go router try to find out all the navigator option in go router but unable to get that | Invalid | most common navigator function 1 push 2 pushname 3 pushreplacement 4 pushreplacementname 5 pop 6 popandpushname 7 pushandremoveuntil 8 pushnamedandremoveuntil 9 removeroute I try go router but I be stick at few thing like 1 pushreplacementname doesn t work it doesn t remo... |
flutterflutter | io build issue after update to flutter 3 16 0 | 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 update flutter to 3 16 0 vs code start debug by select ios simulator use xcode version 14 1 14b47b expect result myself resolve a... |
flutterflutter | window desktop build issue ms8066 | Duplicate | step to reproduce 1 run flutter create toolkit 2 run flutter build window release verbose actual result hi I m get the error msb8066 like and my project path doesn t contain space character too but it still get error I ve start to receive error build after upgrade flutter ... |
flutterflutter | tool crash oserror os error can t assign request address errno 49 | Duplicate | command flutter attach step to reproduce 1 2 3 log oserror os error can t assign request address errno 49 0 nativesocket nativesetrawoption dart io patch socket patch dart 1790 74 1 nativesocket setrawoption dart io patch socket... |
flutterflutter | invalid constant value | 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 hi guy I just learn dart language and I be confuse how to use variable to parameter s value how can I use variable on parameter s value here s my co... |
flutterflutter | connection close while receive datum | 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 m get my datum in json form from the backend it be laravel and I m get all the need name i d and thumbnail which be a url for a picture in ba... |
flutterflutter | change video dynamically | 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 use case hi I m try to change video dynamically but the package doesn t have this feature any idea y try to do this future openmedia string url async if vid... |
flutterflutter | flutter build generate big apk file | 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 increase the minsdkversion in build gradle to 23 double the apk file size expect result I expect the apk size will not change after increase min... |
flutterflutter | shift to spm and stop use cocoapod | Duplicate | cocoapods be an archaic dependency management system and it s really not need any more for io and macos development I suspect there be a few old unmaintained package that still haven t add spm support but I think most app and their dependency these day can be build entirely without it I manage to finally elimin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.