repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | dart html not support webkitenterfullscreen | Invalid | I be use flutter for development now there be a scenario I need to click on a video to achieve a full screen display effect in chrome browser I can use request fullscreen but it doesn t work in safari browser I try to use webkitenterfullscreen and it generate an error here be my error message |
flutterflutter | deprecation flutter 3 3 2 outline button property | Invalid | image in flutter s 3 3 2 version outlinedbutton s primary color be deprecate what kind of property can I use instead of that |
flutterflutter | tool crash stateerror bad state future already complete | Duplicate | command flutter run machine start pause d web server web server debug protocol ws web server debug backend protocol ws web server debug inject client protocol ws web allow expose url devtool server address target lib main dart web renderer html web port 54601 step... |
flutterflutter | tool crash filesystemexception can not open file os error no such file or directory errno 2 | Duplicate | command flutter no color run machine track widget creation device i d 84ad8e48 6429 4ea6 a3f9 bab5348fc65a start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log filesystemexception can not open fi... |
flutterflutter | numberfield | Invalid | use case I m currently work on an app require my user to type many number usually as quantity of something they sometimes have only integer to insert e g by piece and other time they end up need to use decimal e g when the quantity be by kg proposal could maybe flutter create a text... |
flutterflutter | execution fail for task app checkdebugaarmetadata | Invalid | failure build fail with an exception what go wrong execution fail for task app checkdebugaarmetadata could not resolve all file for configuration app debugruntimeclasspath could not find com github paybox kotlin paybox sdk 0 9 10 search in the follow location ... |
flutterflutter | tool crash filesystemexception fail to decode datum use encode utf 8 null | Duplicate | command flutter run step to reproduce 1 2 3 log filesystemexception fail to decode datum use encode utf 8 null 0 file trydecode dart io file impl dart 564 7 1 file readasstringsync dart io file impl dart 584 7 2 forwar... |
flutterflutter | fail assertion line 1840 pos 12 debugdoingthislayout 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 | freeze and crash when app go to background io 16 flutter version 3 3 5 | Invalid | step to reproduce 1 launch an app 2 go to background 3 after 10 second app be crash and native dialog appear log incident identifier f3b83161 e2c2 4ef6 aa00 0a0101900e64 beta identifi 9903e202 f52f 43ed a5ef 21ea1b16ef9f hardware model iphone14 2 process ... |
flutterflutter | I have a problem with run my flutter apllication relate to jcenter issue | Invalid | failure build fail with an exception what go wrong could not determine the dependency of task app processdevdebugresource could not resolve all task dependency for configuration app devdebugruntimeclasspath could not resolve io grpc grpc core 1 44 1 require by projec... |
flutterflutter | how to mock or automate the external app opening gmail dailer in flutter integration test | Invalid | hi team I m use flutter integration driver to write flutter integration test I have scenario like click on mail we now button as show in below image and click on it will open the default gmail app in the device with email i d email subject email body as show in below image I w... |
flutterflutter | my application work fine till yesterday but now it suddenly show follow error | Invalid | failure build fail with an exception what go wrong execution fail for task app checkdebugaarmetadata could not resolve all file for configuration app debugruntimeclasspath could not resolve com facebook android facebook android sdk late release require by project ... |
flutterflutter | streambuilder stick in connectionstate wait when stream be null | Invalid | I have this code down below I want to get a list of user through a userchat table it work perfectly but there be an issue I have a tab bar and when I click another tab and back to previous tab the streambuilder go to wait state and will never come back to do state this be my code ... |
flutterflutter | add border to listtile inside indexedstack show up on other page | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result border from bottom page show up on top page actual result border should only show up on the bottom page code sample dart import package flutter material dart ... |
flutterflutter | I need to use a positioned widget on stack to make direction to some container but it be an error and the container be hiden from ui any one can help please | Invalid | renderbox be not lay out renderconstrainedbox 1be25 relayoutboundary up2 need paint need composite bit update package flutter src rendering box dart fail assertion line 1979 pos 12 hassize |
flutterflutter | error to apply fit box | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | go router show black screen while redirect to another page | Invalid | step to reproduce 1 execute flutter run on the code sample 2 run the code sample 3 click on the button appear on every screen expect result actual result code sample import dart async import package flutter material dart import package flu... |
flutterflutter | proposal form add a new value method | Duplicate | my first day with flutter and dark sorry if this topic have already be discuss I m familiar with web development and I be a bit surprised that there be no way to get value from the form state thank you use case I think it s no secret that form have always be a headache for developer and flutter be n... |
flutterflutter | the plugin url launcher android require android sdk version 33 | Invalid | summary when build an app I get this warming warn the plugin url launcher android require android sdk version 33 warning message also include below suggestion for fixing but my compilesdkversion be already 33 fix this issue by add the following to c src project project android app build gr... |
flutterflutter | exception catch by widget library the follow assertion be throw build mediaquery mediaquerydata size size 360 0 732 0 devicepixelratio 3 0 textscalefactor 1 0 platformbrightness brightness dark padding edgeinset zero viewpadding ... | Duplicate | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | package flutter src widget framework dart fail assertion line 4606 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 | add the config only flag on flutter build macos | Duplicate | use case not sure if there s already an issue open for this I couldn t find it but I believe the config only flag should be add on flutter build macos just like flutter build io to be use in conjunction with fastlane on ci cd for example proposal add the config only flag on ... |
flutterflutter | web ms reveal non functional on edge browser | Duplicate | step to reproduce 1 create an application with a text field with the property obscuretext true 2 run the application for flutter web 3 open the application page with the microsoft edge browser chromium 4 begin type and observe the eye password reveal icon that be not functiona... |
flutterflutter | web google maps flutter web slider over map cause the map to move | Duplicate | step to reproduce 1 execute flutter run on the code sample see code sample section below 2 move the slider expect result the map in the background should not move actual result the map in the background move code sample dart import package flutter mat... |
flutterflutter | use activity alia as main launcher activity cause app to crash | Invalid | I have use dynamic icon flutter package to change the app icon dynamically this be what s display on the terminal d egl emulation 5866 eglcreatecontext 0xb400006f15d36980 maj 3 min 0 rcv 3 d egl emulation 5866 eglcreatecontext 0xb400006f15d312e0 maj 3 min 0 rcv 3 d hostconnection... |
flutterflutter | dropdownbutton show behind overlayentry | Invalid | I have same issue 22917 please give I a solution to fix it |
flutterflutter | android application with create flutter aar be not execute | Duplicate | host application a be new android studio dolphin 2021 3 1 patch 1 new project basic activity language kotlin minimum sdk api 23 module aar b be new fully clean flutter create t module org com example testmodule I use flutter build arr in b s terminal and follow ... |
flutterflutter | test fail that succeed in app code | Invalid | I suspect my problem have to do with initialise the flutter runtime from a test framework m h I can not find the problem myself step to reproduce I have two example of test that fail when run as test but succeed when the code be include in an app 1 clipboardoperation test test... |
flutterflutter | tool crash filesystemexception can not delete file os error permission deny errno 13 | Duplicate | command flutter run step to reproduce 1 2 3 log filesystemexception can not delete file os error permission deny errno 13 0 file throwiferror dart io file impl dart 635 7 1 file deletesync dart io file impl dart 298 5 2 ... |
flutterflutter | text input be slow if text be very long or there be many textspan | Duplicate | detail I have my own package with a custom texteditingcontroller that decorate string with the package text input be very slow if the text have thousand of line I have suspect that parse text or building textspan s be expensive but I notice textfield itself without the package be slow with lon... |
flutterflutter | camera exception previous capture have not return yet on android emulator | Duplicate | step to reproduce I have implement camera plugin I get on exception when I call controller takepicture on android emulator api26 to api33 but it work well on real device and on android emulator api22 1 install camera package 0 10 0 4 2 implement the camera sreen 3 capture pict... |
flutterflutter | please add doc for web js transpilation quality good practice | Invalid | how to improve the transpile code quality of flutter web build I ask this question on stackoverflow no answer and r flutterdev remove with reason spam the question be I read at r flutterdev flutter web strive to mimic the ui include complex animation so may I ask... |
flutterflutter | can not execute operation because flutterjni be not attach to native | Invalid | we use flutter in ours app it crash accidentally after I close the flutteractivity log java lang runtimeexception can not execute operation because flutterjni be not attach to native at io flutter embed engine flutterjni ensureattachedtonative unknown source 9 at io flutter embed engine flutterjni set... |
flutterflutter | hot reload doesn t pass argument to route | Invalid | step to reproduce 1 execute flutter run on the code sample 2 press the floatingactionbutton to push a name route with argument 3 hot reload the application expect result a hot reload of the application with argument be pass to the route again actual result a hot rel... |
flutterflutter | 123 | Invalid | qwe |
flutterflutter | textbutton property child be replace by widget | Invalid | textbutton property child be replace by widget |
flutterflutter | tool crash filesystemexception can not open file os error no such file or directory errno 2 | Duplicate | command flutter pub upgrade major version dry run step to reproduce 1 run flutter pub upgrade major version dry run from project root expect output print dry run result log filesystemexception can not open file os error no such file or directory ... |
flutterflutter | run flutter release on simulator | Duplicate | hi team currently I m work on integrate flutter into the native app I have a question be it possible to run the release version of the flutter module xcframework on the simulator |
flutterflutter | problem implement google map with flutter | Invalid | step to reproduce hello I have a problem implement google map my code work fine but when I hit the back button and then open google map again it do not update the camera I m look for an address here and it work fine image I press the back button image I click the button to add ... |
flutterflutter | tool crash processexception the directory name be invalid command d dev flutter bin cache dart sdk bin pub bat os error code 267 | Duplicate | command flutter doctor step to reproduce 1 2 3 log processexception the directory name be invalid command d dev flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch process patch dart 390 33 1... |
flutterflutter | need to push flutter aar to maven if anyone do know please help I to publish | Invalid | please share your comment if you have do before |
flutterflutter | multiple widget use the same globalkey when a globalkey be add within a cupertinonavigationbar | Duplicate | step to reproduce 1 create a globalkey and add it to a widget within a cupertinonavigationbar 2 from this screen navigate to a new one use a navigator push expect result the new widget be push nothing wrong happen actual result the new widget be push but an error o... |
flutterflutter | ability to change arrow to radio in expansionpanelradio | Invalid | use case proposal image change to image |
flutterflutter | a keyrepeatevent be dispatch but the state show that the physical key be not press | Duplicate | flutter channel stable 3 3 1 on microsoft windows 10 0 22623 870 locale zh cn the follow be the error log exception catch by service library the follow assertion be throw during a platform message callback a keyrepeatevent ... |
flutterflutter | app be crash continously in io device | Duplicate | I be run my project on an io device app be crash every two minute and it be show a memory issue thread 16 name io worker 4 stop reason exc resource resource type memory limit 2098 mb unused 0x0 frame 0 0x000000022d7f5aa8 libsystem platform dylib platform memmove 88 libsystem... |
flutterflutter | desktopapp font problem | Duplicate | I upgrade to 3 3 4 but there be a problem with the desktop font display I can t solve this problem by replace the font globally image |
flutterflutter | there be a slight gap between border and child | Duplicate | step to reproduce container a with border width and height have a column as child the column s first child be a container b who wrap a row set container b the same color with container a s border expect result container b and the border of container a merge into one like below actua... |
flutterflutter | module flutter native splash not find | Invalid | log flutter doctor v flutter channel stable 3 3 5 on macos 12 5 21g72 darwin arm locale en in flutter version 3 3 5 on channel stable at user radiansy flutter upstream repository framework revision d9111f6402 6 day ago 2022 10 19 12 27 13 0700 en... |
flutterflutter | interactiveviewer pan and scale uncontrollably on mobile browser | Duplicate | hi there I m make a simple pixel art app web preview available here bitwise momar I and I encounter a weird issue with interactiveviewer on mobile web if you refresh the page and then zoom before do anything then try to pan with a single finger will cause interactiveviewer to jump around uncontro... |
flutterflutter | verbose 2 dart vm initializer cc 41 unhandled exception socketexception send fail os error no route to host errno 65 address 0 0 0 0 port 6000 | Duplicate | hi this be my code and my udp send be not work on broadcast 255 255 255 255 the problem be only with io and only on physical phone the problem also exist in debug profile and release mode even the ios simulator be fine I have no issue with windows mac android I have test 192 168 x x and it ... |
flutterflutter | ios platform view scroll a page contain platform view have noticeable jitter on promotion device | Duplicate | there be noticeable jitter when scroll page contain platform view on the iphone 13 pro however it s very smooth on non promotion device at least barely judder like the iphone 8 step to reproduce 1 git clone b task issue 114010 0xzone flutter boost git 2 cd flutter boost example ... |
flutterflutter | I want to go to top of listview when I tap status bar on io | Invalid | step to reproduce 1 execute flutter run on the code sample 2 scroll to bottom 3 tap status bar expect result I go to top of listview item 10 actual result I go to center of listview item 1 code sample dart import package flutter ma... |
flutterflutter | webview flutter can not open gallery to choose file in android | Duplicate | I know some issue be open about webview flutter and its problem about choose file plz solve this hilarious problem I need this one to choose file in webview |
flutterflutter | automatically call build runner when compile | Duplicate | use case my app be use protobuf which need we to generate the corresponding dart file before build or analyze I spend some time configure build runner to handle this process for we because build runner be consider the idiomatic way to do code gen in dart to that end it would probably be usef... |
flutterflutter | how to add back button in launchmode inappwebview in android | Invalid | when I launch url in launchmode inappwebview it occupy full screen be there any way to add backbutton |
flutterflutter | how can I retrieve keystore password | Invalid | I ve develop flutter project in windows 10 I have generate apk file and upload to google play after that I change my develop environment to ubuntu when I finish up all code work I want to generate an apk version but I can t because I forget keystore password of course I can generate it in windows 10 ... |
flutterflutter | q | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | flutter build aar fail | Duplicate | step to reproduce 1 execute flutter create org com waytronic template plugin platform android io I swift a kotlin hellonfc 2 execute cd hellonfc 3 execute flutter pub get 4 execute flutter build aar 5 here be the error log build with sound null safety ... |
flutterflutter | unable to find a target name runner in project runner xcodeproj do find | Invalid | step to reproduce cd ios io arch x86 64 pod install flutter run fail with the same error expect result install successfully actual result unable to find a target name runner in project runner xcodeproj do find sflo log analyze depend... |
flutterflutter | unexpected selection behavior in the textfield widget | Duplicate | 1 execute flutter run on the code sample 2 type any text on the first line 3 skip two line 4 write any other text on the third line end it with a dash 5 click on the text in the first line expect result cursor should move normally to the clicked location actual result cur... |
flutterflutter | why have have get lag while switch between screen it while happen while continue future widget inside that screen | 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 edit android manifest file programatically in flutter | Invalid | hi devs I m try to edit my manifest file in a flutter to update my google ad i d through remote config I get a response from remote config on my ui but I m try to update my manifest to update my application i d name etc dynamically help 1 |
flutterflutter | web canvaskit image disappear after container have a image or color as background decoration | Invalid | when give a container a background while I m use platformviewregistry registerviewfactory imageelement the background appear above the image ui platformviewregistry registerviewfactory link int viewid imageelement src link return link isempty ... |
flutterflutter | display emojis cause render issue at some fontsize | Duplicate | step to reproduce 1 execute flutter run on the code sample below 2 set fontsize to 50 0 hot reload 3 everything look normal 4 set fontsize to 100 0 hot reload 5 text size increase normally but the emoji get uncontrolle big and glitch over the whole screen when animati... |
flutterflutter | unable to extract full country name from locationresult | Invalid | locationresult userlocation await log controller userlocation value country name pk log controller userlocation value country shortname pk instead I be expect full country name e g pakistan from country name |
flutterflutter | the flutter tool can not access the file or directory | Duplicate | I just instal flutter 3 3 5 stable mac arm64 on my macbook air m1 and every time I get the flutter tool can not access the file or directory step to reproduce 1 download and install 3 3 5 arm64 2 run flutter doctor log and flutter doctor v the flutter tool can not ac... |
flutterflutter | the application s info plist do not contain a valid cfbundleshortversionstring | Invalid | step to reproduce 1 create a new project 2 run flutter pub add tencent I m sdk plugin 3 run flutter run to run it on iphone simulator 4 flutter throw the application s info plist do not contain a valid cfbundleshortversionstring expect result work fine actua... |
flutterflutter | how to check mac address to local network wifi | Invalid | step to reproduce have anyone here ever do a scan of local network device information ssid and bssid 1 connect to wifi 2 scan ip all in wifi do use lib expect result the ips list in item 2 I want to know each of its physical address bssid information actual result ... |
flutterflutter | remove request install package permission from my project | Invalid | google reject my app update because of request install package permission when I have check it be inside the open file package that be locate flutter pub cache host pub dartlang org open file 3 2 1 android src main androidmanifest xml I clean the project with flutter clean and remove that package manu... |
flutterflutter | I use this on expansion tile when I expand and unexpand the widget it s throw the below error | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | go router parentnavigatorkey question | Invalid | I have a question regard how the parentnavigatorkey work in the shellroute there be an assertion where if the parentnavigatorkey of a subroute be present be have to be the same as the navigatorkey of the shellroute implementation code add on the bottow 1 how can this work I be think this be a way to set a... |
flutterflutter | imageprovider | Invalid | import dart ui as ui static future loadimagebyprovider imageprovider provider buildcontext context async completer completer completer late imagestreamlistener listener imagestream stream provider resolve createlocalimageconfiguration context print ... |
flutterflutter | flutter web navigation 2 with go router replace method not behave as expect | Invalid | I be try to run flutter web sample with go router package use navigator 2 flow I want to achieve something like on press of a button current route should be replace by new route and on back press of a chrome browser it should go to respective screen for ex my first screen be home screen with url like website co... |
flutterflutter | oop flutter have exit unexpectedly bad state no context with the run dart application a crash report have be write to | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log flutter run verbose 354 ms execute c flutter git c log showsignature fal... |
flutterflutter | mouse tracker exception be throw | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | flutter detect if system be win10 or win11 | Invalid | flutter detect if system be win10 or win11 |
flutterflutter | how can I get a already solve issue be merge fast to the stable release | Invalid | please see issue right shift and digit 4 press bug on window desktop 110852 this issue be solve in flutter 3 4 for window but still not active why can this fix not be release soon maybe someone can add this merge to the next stable release or increase priority I think this be a serious bug for peo... |
flutterflutter | find a bug | Invalid | step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log |
flutterflutter | use of flutter 330 cause screen jitter | Duplicate | I use the flutter 330 in my project and find that the screen jitter under some mobile phone for example oppo android 12 but we haven t find any useful log just like everything be normal this be a video link |
flutterflutter | app not run properly | 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 the default hybridcomposition mode do not work | Duplicate | it should be use hybridcomposition instead of tlhc code sample dart import dart io import package flutter material dart import package webview flutter webview flutter dart class simplewebview extend statefulwidget override simplewebviewstate createstate ... |
flutterflutter | local auth package be not work with pin pattern | Duplicate | step to reproduce hi I m use local auth 2 1 2 in my proyect when I use an emulator with android 10 I have this issue I only set up a pattern but when I call the function authenticate with biometriconly false the screen display this image as you can see I have a pattern sette ... |
flutterflutter | unable to find bundle java version flutter doesn t support jbr bundle with android studio macos | Duplicate | issue unable to find bundle java version when use flutter with android studio flamingo canary 5 freshly instal on macos via jetbrain toolbox possibly relate to 106674 detail it look like android studio flamingo come with jetbrain runtime jbr as a bundled java version on my... |
flutterflutter | error unsupported operation platform environment flutter web | Invalid | step to reproduce 1 execute flutter run on the code sample map envvar platform environment on the flutter web expect result expect a map of platform environment variable actual result error unsupported operation platform environment code sample impor... |
flutterflutter | adjust sample rate for sensor datum sensor plus package when build for web | Invalid | there have be a discussion about adjust the sample rate for sensor datum in the sensor plus flutter package sensor plus be the only sensor package for web follow the above thread I manage to adjust the rate when build for android by change sensor delay normal to sensor delay game now my quest... |
flutterflutter | app crash scudo oom the process have exhaust 256 m | Duplicate | my flutter android app be run normally but after upgrade something flutter version and package version it can not run normally it crash when each time I change a large number of variable around 80 variable all those variable be string and use as label for change front end language I use a functio... |
flutterflutter | how to block ad in webview flutter | Invalid | how do I block google ad in flutter webview |
flutterflutter | listview doesn t handle memory management well when wrap by singlechildscrollview | Invalid | detail see the code example below the idea be to keep the header in red always fix at the top of the page but scroll all the rest of it datum be collect from flutter devtool evolution of memory usage when scroll the list evolution of memory usage when scroll the list after... |
flutterflutter | flutter upgrade from 2 10 5 to 3 3 4 the font have change | Invalid | 16662553556403 this be the font before the update 20221020164259 this be the update font I hope that the late flutter can be restore to the font before the update |
flutterflutter | io add to app flutter engine can be create only when application be be debug | Duplicate | step to reproduce 1 clone flutter sample 2 build and run iosusingprebuiltmodule on an iphone I have iphone 13 pro max 16 0 2 3 disconnect phone from macbook 4 launch iosusingprebuiltmodule from iphone s app library 5 try to click launch flutter viewcontroller this will fai... |
flutterflutter | pigeon generate code for kotlin and generate code for dart not sync what trigger platformexception | Duplicate | my dart host api abstract class phostapi async void setup poption option part of generate code for kotlin suppress unchecked cast fun setup binarymessenger binarymessenger api phostapi run val channel basicmessagechannel ... |
flutterflutter | google map flutter while resize google map on dark mode on io strange white background be visible | Duplicate | this bug happen on io real iphone and io simulator on android real phone and simulator look fine step to reproduce 1 use the late 2 2 1 version of google map for flutter 2 put googlemap widget anywhere in your code 3 try to resize it up and down take a look on the screenshot take d... |
flutterflutter | local host api not work in flutter but work in postman response status code not print any value in flutter | Invalid | response status code not print any value dart import dart convert import package flutter material dart import package http http dart as http void main runapp myapp class myapp extend statelesswidget override widget build buildcontext context return mater... |
flutterflutter | io 16 semantic seem to be break | Duplicate | I use semantic in my app and it work fine on io 14 device while on io 16 device when tap the screen it be mark as a whole container so do the semantic support io 16 or have some other way |
flutterflutter | webview flutter 3 0 0 plugin lose cookie in io when two webview instance take place | Duplicate | step to reproduce 1 execute flutter run on the code sample 2 I have a class name browser which invoke webview flutter 3 0 0 to provide a webview widget 3 browser initial cookie the target cookie name be token and the value be a test value testtokenvalue 4 in flutter app push ... |
flutterflutter | flutter test win t stop after timer or stop | Invalid | step to reproduce 1 execute flutter run on the code sample 2 the test will not stop after my time 5 second and after 5 second I click stop on vs code the console show exit but it keep save image to local 3 iun ps ef grep flutter on my laptop and notice the flutter n... |
flutterflutter | textinputaction next isn t work | Invalid | consider the sample below if I remove the style from elevatedbutton textinputaction next be work normally dart import package flutter material dart void main runapp const myapp class myapp extend statelesswidget const myapp key key super key key ... |
flutterflutter | I do not know if this be bug or my code convention use getx | Duplicate | exception catch by animation library the follow assertion be throw while notify listener for animationcontroller package flutter src widget overscroll indicator dart fail assertion line 243 pos 14 ... |
flutterflutter | vscode debugger can not load call stack dart source during exception handling on macos with flutter 3 3 x | Duplicate | step to reproduce 1 create a new flutter project use version 3 3 x 2 run debug it in vscode 3 throw an exception somewhere during execution 4 try to use the vscode dubugg to step within the stack trace observe that the source be not available could not load source dart ui hook... |
flutterflutter | the page sometimes flash blink randomly | Duplicate | step to reproduce the sanmill feedback page the one I currently be in sometimes flash blink randomly override the menu with black rectangle or show grey noise in part of the screen I believe the exact same bug happen in linwood butterfly nightly and in spotitube write by flutter the v... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.