repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
position move with appbar on nestedscrollview sliverappbar
Invalid
in android app position move with appbar on nestedscrollview sliverappbar position widget should be same x y position it move with appbar code sample import package flutter material dart class positioneddemo extend statefulwidget const positioneddemo key key sup...
flutterflutter
swip error
Duplicate
package flutter src animation animation controller dart fail assertion line 822 pos 12 elapsedinsecond 0 0 be not true package flutter animation animation controller dart 822
flutterflutter
tool crash stateerror bad state no context with the run dart application
Duplicate
command flutter no color run machine track widget creation device i d chrome start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log stateerror bad state no context with the run dart application ...
flutterflutter
package flutter src widget basic dart fail assertion line 680 pos 12 clipbehavior clip none 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
web pinch zoom via touchpad do not work as expect
Duplicate
step to reproduce check only on window with chrome version 102 0 5005 63 and firefox 102 0 1 1 open any flutter application for example 2 pinch zoom via touchpad on laptop expect result do this on a html website behave like a magnify glass mean it zoom in without pag...
flutterflutter
error no material widget find when use iconbutton with positioned draggable
Invalid
in android app when iconbutton use with positioned draggable error show no material widget find same code textbutton use with positioned draggabl e its work fine minimum code to reproduce the error code sample dart import package flutter material dart class listviewdemo e...
flutterflutter
url launcher android xiaomi launch dynamic link not open app but override the app which link with dynamic link in the launcher app
Invalid
problem I have a problem with android I wanna open the app call target in launcher app by launch a dynamic link of firebase but it doesn t open the target app it replace launcher app by target app it be like opening in app icon launcher be still launcher app step to r...
flutterflutter
tool crash filesystemexception deletion fail os error the system can not find the path specify errno 3
Duplicate
command flutter no color pub get 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 201 7 1 filesyst...
flutterflutter
get the code execution can not proceed vcruntime140 dll be miss from your computer on window build installation
Invalid
image when we try to install exe build on a brand new computer and some other use computer we be get this kind of error the code execution can not proceed vcruntime140 dll be miss from your computer
flutterflutter
webview flutter web look for a solution for webview to interact with js runjavascript unimplementederror
Duplicate
in web development need to use webview and call js function show uncaught in promise error unimplementederror on chrome it look like the runjavascript method be not implement unimplementederror be there any other solution pubspec dart webview flutter 2 0 4 ...
flutterflutter
flutter skia textlayout run calculatewidth unsigned long unsigned long bool const 72
Duplicate
step to reproduce 1 execute flutter run on the code sample expect result text can be display normally 1201657708152 pic hd actual result app flash back be a must note this be true on io and android will now flash back information thread name io flut...
flutterflutter
run flutter clean take so long
Duplicate
when run flutter clean it hang on clean xcode workspace and at the same time my xcode be keep loading runner and show nothing I can t run my flutter app by flutter run so sad can anyone help I out of this it happen when flutter version be 2 8 I upgrade to 3 0 but not work
flutterflutter
google map s getscreencoordinate method
Invalid
description I use google map s getscreencoordinate method for example final mylatlng latlng 38 9647 35 2233 final myscreencoord await controller getscreencoordinate mylatlng problem then on the map I zoom out to the low level after that I call the getlatlng method as follow latlng ...
flutterflutter
whenever I try to run the application I get this error
Invalid
failure build fail with an exception where build file c user hp androidstudioproject megabee android app build gradle line 26 what go wrong a problem occur evaluate project app could not load compile class for script c flutter2 flutter package flutter tool gradle flutter gradle...
flutterflutter
host native window view in flutter app with platform view
Duplicate
I be work on plugin which require native view I have do the change for android and io with help of platform integration now I be try same with window support and could t find any official support be there any third party library or any plan on window support
flutterflutter
how to synch the z order building of a stack
Invalid
description I have a stack with two widget widget1 as a background be a grid of 4 assetimage and widget2 be a semi transparent rectangular coloured container building on top of widget1 the stack be build both widget as expect problem widget2 be visually render before widget1 which lead to an...
flutterflutter
constructor lambda tear off not type correctly
Invalid
I make a class dart class client final string i d const client require this i d factory client fromjson map json return client i d json cid as string and when I try to do dart dynamic somejsondata list from somejsondata map item client ...
flutterflutter
petodavid
Invalid
petodavid can you provide flutter doctor v and flutter run flavor dev no sound null safety v the log will be huge so you can put that in a text file and share it here originally post by darshankawar in issuecomment 1124752320
flutterflutter
issue
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
feature request add placeholder
Invalid
use case I find out that I m often create a variable for clarification instead of write it in one line example pseudo code optimal code for human flutter location location await getter getlocation speed speed await getter getspeed resul result await result ...
flutterflutter
type long sentence will cause a delay in type
Duplicate
step to reproduce 1 execute flutter run on the code sample 2 input key a the same occur on the web the web be especially bad with entire type text disappear expect result character be reflect immediately actual result character be reflect with a slight delay cod...
flutterflutter
camera web minimum io safari browser version support
Invalid
what be the minimum io safari browser version support by the camera web from the documentation on pub dev it seem that it support minimum 15 3 camera device video recording but when I check the url they be show different version so this be confuse so I want to clarify the minimum ios...
flutterflutter
have problem instal video player v2 4 5 on pub dev
Invalid
I have flutter pub add video player into my project but it seem like none of the actual file be be accessible for I and my flutter version be 3 0 4 but the video player dependency still be show in pubspec yaml I have try to flutter pub remove video player and re add it again but it doesn t seem to...
flutterflutter
networkimage fail when image url 404 or not find flutter stable version 3 0 4
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart image network errorbuilder buildcontext context object exception ...
flutterflutter
how to convert jsonmap with lint 2 0
Invalid
my code here dart final list brandlist final http response response await http get uri parse url header header final dynamic d1 json decode response body final list d1 as map final da list result as list da map dynamic...
flutterflutter
zoom video in flutter
Invalid
step to reproduce 1 execute flutter run on the code sample 2 update the file as follow replace main dart with the content of the interactive sample in 3 run on an android device 4 try to zoom in or out expect result I can consistently zoom in and out actual resul...
flutterflutter
propose label go router package the equivalent of pushandremoveuntil of navigator 1 0 in go router
Duplicate
what be the equivalent of pushandremoveuntil of navigator 1 0 in go router
flutterflutter
execution fail for task pusher client compiledebugkotlin
Invalid
when I try to run my app use my mobile phone I get this error e incompatible class be find in dependency remove they from the classpath or use xskip metadata version check to suppress error e c user kavis gradle cache transform 2 file 2 1 134430ad57f04f7822003f3614937fc4 jetified kotlinx corout...
flutterflutter
copy cut paste icon grey out on ipad keyboard
Duplicate
this issue be the exact same as which seem to have reappear stable 3 0 4 if there be content in the clipboard the paste icon be grey out if content be currently highlight in a textfield the cut copy icon be grey out you can still long press the textfield to bring up the in line contextual menu t...
flutterflutter
the follow assertion be throw build sizetransition animation animationcontroller d6c88 0 000 pause tween 1 0 0 0 1 0 state animatedstate 0270a
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
inksparkle effect color have wrong blue and green value
Duplicate
hello I notice an issue with the inksparkle effect it seem the green and blue value of the splash color be switch this make blue splash color appear more green and green splash color appear more blue the red value of the color be unaffected I think the issue be cause by this colortovector4 functi...
flutterflutter
no signature of method build 920bd04w3g7a2thu3a2loeauc android be applicable for argument type
Invalid
I be run flutter build apk split per abi on my code in order to build the release apk I modify some field as show down then this error occur be there any solution to solve the problem failure build fail with an exception where build file d flutter workspace myub...
flutterflutter
getx get to error
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
android database sqlite sqliteexception no such column orientation code 1 sqlite error 1 while compile select i d display name title width height orientation mime type duration datetaken date modify from video where bucket i d 1595155669 order by datetaken asc date modify asc...
Invalid
step to reproduce 1 2 3 log log
flutterflutter
package flutter src widget basic dart fail assertion line 680 pos 12 clipbehavior clip none 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
update html meta tag inside index html dynamically in flutter web
Invalid
I have create a website in flutter web and add all meta tag inside index html for seo and facebook content share the title tag get update use the flutter title widget but I want to update description keyword og title og description og image etc html tag for seo social medium content share when the webpage cha...
flutterflutter
android app scrolling be super jagged slow raster
Duplicate
the app have large selectable rich text span wrap in scrollable haven t see the issue on flutter 2 and galaxy note 10 snapdragon the issue appear on flutter 3 and galaxy s22 exynos target platform android 12 one ui 4 1 june 1 2022 google play system update device samsung galaxy ...
flutterflutter
window keyboard shortcut stop work after modifier repeat
Duplicate
similar to 106475 but report separately as the trigger be different step to reproduce 1 execute flutter run on the code sample 2 click on the text field type some text then hold ctrl key 3 use keyboard arrow backspace ctrl c etc on text expect result keyboard intent sho...
flutterflutter
tool crash filesystemexception can not open file os error the operation do not complete successfully because the file be infect or contain potentially unwanted software errno 225
Duplicate
command flutter no color build apk step to reproduce 1 2 3 log filesystemexception can not open file os error the operation do not complete successfully because the file be infect or contain potentially unwanted software errno 225 0 fi...
flutterflutter
video player get error when play aw cloudfront url in flutter web
Invalid
step to reproduce try to run aw cloudfront url in the video player in web and android simulator 1 add video player plugin and chewie plugins video player 2 4 5 chewie 1 3 3 2 just run the code and error will appear when we try to run app in the web and android simulator android d...
flutterflutter
get error from mongo db how to upload and fetch pdf and sldprt file on mongo db use flutter dart backend postgresql
Invalid
we have already do the image png jpg file upload and fetch from mongo db use flutter dart and backend postgresql we be get error for the pdf file can you please we how to upload and fetch the pdf file please help we
flutterflutter
flutter version constraint in pubspec yaml allow version new than the specified range
Duplicate
step to reproduce 1 add a flutter version constraint like this to pubspec yaml yaml environment sdk 2 16 1 3 0 0 flutter 2 10 5 2 upgrade to the late flutter version flutter upgrade 3 run flutter pub get expect result err...
flutterflutter
package flutter src render mouse tracker dart fail assertion line 206 pos 12 debugduringdeviceupdate be not true
Duplicate
exception catch by scheduler library the follow assertion be throw during a scheduler callback package flutter src render mouse tracker dart fail assertion line 206 pos 12 debugduringdeviceupdate be not true either the assertion i...
flutterflutter
crash
Duplicate
fatal exception java lang runtimeexception unable to start activity componentinfo com homm cgame app com example homm3 web mainactivity java lang runtimeexception java util concurrent executionexception java lang unsatisfiedlinkerror dalvik system pathclassloader dexpathlist zip file datum app c...
flutterflutter
android native view render outside bound
Duplicate
render camerax api with androidview in flutter cause the app to render the native widget ontop of the flutter app the new widget cover the flutter debug banner even in a stack column expand widget no other widget be show on the ui because it will be cover by the native native widget this issue occur when ca...
flutterflutter
potential bug unable to call persistentbottomsheetcontroller setstate use null safety
Invalid
hi I have be work on an app that I would like to deploy in the near future I decide to switch over to null safety as recommend and get everything work well except the fact that I can not call persistentbottomsheetcontroller setstate with null safety enable the reason I need to to call the setstate of the p...
flutterflutter
provide detailed timezone information
Invalid
use case I want to send push notification contain accurate timestamp in payload to enable this I would like to be able to get access to detailed timezone information from the platform so that I can pass it to my backend datetime timezonename return abbreviate name and be not reliable as it produce ambi...
flutterflutter
repaintboundary can not take screenshot with platform view
Duplicate
step to reproduce 1 clone the edit example of the camera plugin 2 select an available camera and wait until it initialize 3 tap the screenshot button then the screenshot will be display in a new dialog display screenshot image image ...
flutterflutter
fail assertion line 3944 pos 12 debuglocked debugupdatingpage 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
bug
Invalid
source class mapping txt step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
bug
Invalid
source class mapping txt step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter create
Invalid
manif merger debug report txt readme md manif merger debug report txt step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log ...
flutterflutter
flutter create
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter run
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 set maxline in mardownbody
Invalid
anyone help I how to set maxline in mardownbody
flutterflutter
drawer be not work on 3 1 0 0 0 pre 1560 master on web
Duplicate
edit it seem that this be not a bug but it be change intentionally that the drawer be work on desktop be the bug so eventually it would be possible to allow drawer again on desktop and make they toggle able or something drawer and enddrawer be not work on web step to reprodu...
flutterflutter
flutter google play release error
Invalid
my app work fine on a local emulator but when I try to release it on google play I receive the follow two crash report I put both error because I don t know if they be related to each other this only happen on google virtual machine so I don t know how to reproduce it error 1 image error 2 ...
flutterflutter
package flutter src widget navigator dart fail assertion line 4437 pos 12 debuglocked be not true
Invalid
I get this error while navigate back to the first screen use navigator pop context inside the ontap my code be class resultspage extend statelesswidget override widget build buildcontext context return scaffold appbar appbar title text calc bmi ...
flutterflutter
table inside listview or listview builder be render with additional padding vs render inside column
Invalid
step to reproduce build such widget layout it contain single table table inside listview builder and table inside listview problem table inside listview have different padding but I believe they should be identical code sample dart override widget build buildcontext co...
flutterflutter
dart2js compile single function instead of program
Invalid
use case I be currently use the follow package this package take a javascript file import the script in a webworker then it execute a function in that scope for the webworker I be compile my dart code to js with dart compile js o0 o test js test dart this be my dart file void main lis...
flutterflutter
tool crash filesystemexception can not create file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225
Duplicate
command flutter build apk step to reproduce 1 2 3 log filesystemexception can not create file os error operation do not complete successfully because the file contain a virus or potentially unwanted software errno 225 0 file throwiferror ...
flutterflutter
duplicate class use integration test
Invalid
hello I have a doubt I have a problem in my app I want to add an android sdk to my app however when I add this sdk I m get this error execution fail for task app checkdebugduplicateclasse a failure occur while execute com android build gradle internal task checkduplicatesrunnable duplic...
flutterflutter
when build and publish as a web application use the webviewx plug in to ask question
Invalid
1 the current page use sliverpersistentheader to hover and webview together click the component on the hover interface and it will get stick 2 use stack add webview and flutter native component with click event such as draggable and gesturedetector and click event will be transmit to webview im...
flutterflutter
I be new to flutter and still stick at flutter installation
Invalid
I be watch a video tutorial on flutter and I be stick at the download the flutter package on the flutter console I have download and extract the flutter in a folder open the flutter console enter flutter doctor in the console now nothing be happen and just stick at this point please I need help ...
flutterflutter
go router callback function for go router
Duplicate
in navigator we can use then to call the function when the user return to that screen there be no callback function in go router for eg navigator push context materialpageroute builder context xyzscreen then value somefuncion there be no simple way to implement t...
flutterflutter
android sdk version bug
Invalid
local property have minsdkversion set flutter minsdkversion 21 android app build gradle have minsdkversion set minsdkversion flutter minsdkversion but build error appear the plugin firebase dynamic link require a high android sdk version fix this issue by add the following to the fil...
flutterflutter
window keyboard issue
Duplicate
when I use flutter window app when use textfield step 1 click on textfield keyboard be appear need close manually 2 can not dismiss keyboard 3 when be use route to navigate to next screen keyboard be popup 4 after close keyboard then touch any where screen keyboard again be popup 5 focus and un...
flutterflutter
how to use onnx runtime in flutter
Invalid
use case proposal
flutterflutter
hello everyone I want to knof if be posible to limit the number of attemp of touch i d
Invalid
thank u all
flutterflutter
android on screen keyboard be hide after minimise and resume to the app
Duplicate
summary unlike other android app chrome youtube soft keyboard visibility be not preserve when minimise resume flutter android app step to reproduce 1 run any flutter app that have text input try on my app flutter gallery google ad attach be a counter app with a textfield whi...
flutterflutter
in flutter android studio web view upload image button not work
Duplicate
flutter android studio web view upload image button wordpress not work but in browser it s work and how to add take photo use all permission use all permission try flutter webview pro
flutterflutter
tool crash stdinexception
Duplicate
command flutter run d edge step to reproduce 1 2 3 log stdinexception 0 stdin linemode dart io patch stdio patch dart 129 7 1 ansiterminal singlecharmode package flutter tool src base terminal dart 292 13 2 runcommand runcomm...
flutterflutter
get issue on integrate native android sdk with flutter
Invalid
unable to call aar file class and function s we already have android sdk we try to integrate android sdk to flutter by add aar file in android libs folder also add as a dependency in app build gradle below be the error run flutter pub get in flutter billdesk ...
flutterflutter
could not load compile class for script c src flutter package flutter tool gradle flutter gradle from cache
Duplicate
failure build fail with an exception where build file e flutter videojson android app build gradle line 26 what go wrong a problem occur evaluate project app could not load compile class for script c src flutter package flutter tool gradle flutter gradle from cache try ...
flutterflutter
type stackparendata be not a subtype of type flexparentdata in type cast
Invalid
type stackparendata be not a subtype of type flexparentdata in type cast it be normal for stack component to use the debug version with expand component and the release version will make an error screenshot of commission operation 20220706162245 screenshot of the release run...
flutterflutter
flutter run watch
Duplicate
bring this up in light of as well which be automatically close with people in the comment look for a similar feature like this use case when use other tool such as vim it would be very convenient to be able to run the terminal command to run and let it auto update watch the file similar to how react or ...
flutterflutter
unhandled exception formatexception unexpected extension byte at offset 2
Invalid
when I try to decode my uint8list datum which be come from usbserial listen the package I m use be flutter channel master 3 1 0 0 0 pre 1507 on microsoft windows version 10 0 19044 1766 locale en in android toolchain develop for android device android sdk version 32 1 0 rc1 ...
flutterflutter
what be this issue
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
multi engine systemchrome setsystemuioverlaystyle only first time work
Invalid
step to reproduce some one have also get this problem and find some hard way to reset statusbar on android android flutterenginegroup with destroyengine false open flutteractivity with this engine multi times systemchrome setsystemuioverlaystyle only first time open flutteractivity work and afte...
flutterflutter
socketexception error socketexception connection fail os error machine be not on the network errno 64 address login parker com port 443
Invalid
case 1 first time connect with public wifi successfuly login connectivity result internetaddress 142 250 183 206 ipv4 internetaddress 2404 6800 4009 80f 200e ipv6 log connectivity internetaddress 142 250 183 206 log connectivity mobile network online ...
flutterflutter
video player uncaught rangeerror maximum call stack size exceed while play m3u8 video in flutter web release
Invalid
hi I be face one issue with your video player in flutter web release only here be the link of web uncaught rangeerror maximum call stack size exceed at object b hls js late 1 3489 at l trigger hls js late 1 316427 at l trigger hls js late 1 316554 at l trigger hls js ...
flutterflutter
the follow assertion be throw building overlay labeledglobalkey fee8c state overlaystate 4c05f entry overlayentry faa92 opaque true maintainstate false overlayentry cd424 opaque false maintainstate true
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
flutter pwa not work offline
Duplicate
hi I just create a flutter web project and compile it flutter version 3 0 4 I upload to my host first it do not work so I change to after that I check application and it say page do not work offline and install app not show I test this page work correct can anyone help I example thank
flutterflutter
native app crash in pre launch report google pixel 2 abi x86 sdk 28
Duplicate
build fingerprint generic gce x86 phone gce x86 9 pgr1 190916 001 5877764 userdebug test key revision 0 abi x86 pid 6936 tid 7965 name 1 raster com nishchay cashitout signal 6 sigabrt code 6 si tkill fa...
flutterflutter
need a way to set the language keyboard layout for text field
Duplicate
I be write a vocabulary app where user can enter their own vocabulary so I have a dialog with 2 text field eg the first text field be for german and the 2nd text field for english the keyboard have by default the language of the device but I want to have the german keyboard layout when the german text field get...
flutterflutter
proposal expose autocomplete widget s texteditingcontroller onchange action
Duplicate
proposal I would like to have access to autocomplete widget s texteditingcontroller or onchange action use case when only the autocomplete option be legal I want to be able to know if the user select an option and then manually edit the text in order to disable enable a button the ...
flutterflutter
flutter overflow never work
Invalid
please help I this issue I try to wrap instead of row in order to turn next line if the content overflow the width but it never work I d love to get solution about this issue thank devtool version 2 14 0 connect device cpu os ia32 32 bit android dart version 2 18 0 165 ...
flutterflutter
how to manage accessibility focus with modal
Duplicate
step to reproduce 1 turn on voiceover 2 navigate to open dialog button 3 close dialog use close dialog button expect result after close the dialog accessibility focus should be back on the button that open this dialog actual result accessibility focus be on the whole...
flutterflutter
textfield obscuretext make text move please check photo in issue
Invalid
hello all I have strange error when I use obscuretext true and when I type uppercase or number its move slightly top strangely normal when I write uppercase or number my widget container padding edgeinset all 1 decoration boxdecoration borderradius ...
flutterflutter
animation error in home screen
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
could not resolve all artifact for configuration image picker android debugunittestruntimeclasspath
Invalid
step to reproduce 1 2 3 log log
flutterflutter
camera position be not get new latitude and longitude on camera move
Invalid
I be try to drag the map and get the longlat of center of map with this I be use an icon which be place at center for well ux but when I move camera it be not get new longlat abd the value of latlaong remain same as initial value I want to store my latlong in strlongitude and strlatitude but they be...
flutterflutter
flutter web stream asyncmap be not call
Invalid
I be try to call this function from streambuilder mobile version android io be work fine but in web version asyncmap function be not call what would be the possible reason behind it or be there any alternative to this please dart stream talentdetailsviewmodel getviewmodelstream buildc...
flutterflutter
go router pushreplacement and pushandremoveuntil equivalent
Duplicate
use case with navigator 1 0 we can use 2 method pushreplacement pushandremoveuntil those where very useful especially when the user be go through a wizard the wizard could walk the user through different screen and those screen could be remove at the end of the wizard so the user can...
flutterflutter
webview flutter problem how to listen for webview flutter click event
Invalid
webview flutter problem how to listen for webview flutter click event I add the gesturedetector click event to webview flutter but it didn t work what should I do please give I a hand thank you very much webview flutter webview flutter ...
flutterflutter
jankyness due to font resizing when move between page with cupertinonavigationbar on iphone 8
Duplicate
detail 1 please tell we exactly how to reproduce the problem you be run into on my iphone 8 any application where you push a page with a cupertinonavigationbar or cupertinoslivernavigationbar on another page that also have either one of these have some weird font resizing jankyness in that navigat...
flutterflutter
package flutter src widget navigator dart fail assertion line 4437 pos 12 debuglocked be not true
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
how can I transparent gesture navigation in android
Invalid
please help I I need transparent gesture navigation bar background 691656816699 pic
flutterflutter
tool crash filesystemexception can not create link os error errno 1
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not create link os error errno 1 0 link throwiferror dart io link dart 263 7 1 link createsync dart io link dart 184 5 2 forwardingl...
flutterflutter
unselecte indicator in tabbar
Invalid
use case proposal