repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
listview in stack
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
already active image picker be already active null null
Duplicate
everytime I m press pick image in release mode it s show I this error e flutter 24004 error flutter lib ui ui dart state cc 186 unhandled exception platformexception already active image picker be already active null null e flutter 24004 0 standardmethodcodec decodeenvelope package...
flutterflutter
use provider dependency
Invalid
I flutter 29016 exception catch by widget library I flutter 29016 the follow assertion be throw build changenotifierprovider message I flutter 29016 package flutter src widget framework dart fail assertion line 6002 pos 12 I f...
flutterflutter
on real io 13 0 and ios 13 1 2 list scroll event of flutter web project be not available
Duplicate
step to reproduce 1 run flutter create bug 2 modification main dart add the listview component 3 run flutter build web 4 use live server to generate a local service 5 load the address generate by live server on safari 6 find that the list of listview can n...
flutterflutter
streambuilder not update during testwidget
Invalid
step to reproduce main dart import package cloud firestore cloud firestore dart import package flutter material dart import package firebase core firebase core dart void main async widgetsflutterbinding ensureinitialize await firebase initializeapp runapp...
flutterflutter
java should be the default instead of kotlin when flutter create
Invalid
proposal 1 for most flutter app developer only need to write dart so we don t need to add kotlin dependency 2 flutter app developer with no android development experience who don t know which version of kotlin to use 3 in fact the kotlin version of the flutter template hasn t be maintain for...
flutterflutter
interface androidx lifecycle b implement by class io flutter plugin localauth authenticationhelper be inaccessible declaration of io flutter plugin localauth authenticationhelper
Duplicate
step to reproduce expect result localauth be not work on release mode but work on debug I check other similar issue on this repository but downgrade gradle version s didn t help currently use gradle 4 1 1 and localauth 1 1 0 log e androidrun...
flutterflutter
firebase do not sort item by date correctly
Invalid
I be filter some document by date time to retrieve the most recent item first however when add a new item to the list it be add correctly but when restart the app the list be redo and the item be arrange at random which should not be happen because I be order by date it could be that I be do this to ...
flutterflutter
unhandled exception core not initialize firebase have not be correctly initialize can t white label an app
Invalid
bug report describe the bug I m transform my code in a white labeling way to re use the same code to another client in my first app I be use firebase messaging with its google service json but in this new client I win t use it I try to run and it throw this error e flutter 7850 er...
flutterflutter
web weird layout when flutter web app be build in mobile web browser
Invalid
expect result this be the actual layout in debug mode in mobile view debug actual result this be the result after flutter web build or flutter web build release in pwa or mobile web browser whatsapp image 2021 03 22 at 7 01 05 pm flutter doctor image ...
flutterflutter
what be the rationale behind null safety since dart already have optional
Invalid
dart already have this thing call optional for example void screennavigator buildcontext context screen screen streamedresponse extradata from the above function extradata be an optional argument why then be the need of include null into the language
flutterflutter
error
Invalid
project evaluation fail include an error in afterevaluate run with stacktrace for detail of the afterevaluate error failure build fail with an exception what go wrong a problem occur configure project fluttertoast could not resolve all artifact for configuration fluttertoa...
flutterflutter
deactivate method there be different calling situation in different flutter version
Duplicate
widget a widget b widget b call navigator pop widget b widget a in flutter 1 12 13 hotfix 9 will call a widget deactive method in flutter 1 22 4 win t call a widget deactive method in different version have different behavior why how will it be implement in future version
flutterflutter
flutter try catch can t catch socketexception exception have occur socketexception socketexception os error no route to host errno 113
Invalid
flutter app crash after get this exception exception have occur socketexception socketexception os error no route to host errno 113 address 10 162 18 32 port 60208 the same url be accessible from the testing phone postman also try with dart try on socketexc...
flutterflutter
pub get fail 1 the system can not find the path specify
Invalid
1 simply try run hello world app and its show error log log 90 ms execute c src flutter git c log showsignature false log n 1 pretty format h 81 ms exit code 0 from git c log showsignature false log n 1 pretty format h 4d7946a68d26794349189cf...
flutterflutter
unable to locate android sdk flutter without android studio
Invalid
I m try to use flutter with vscode and not android studio I have instal the flutter sdk and change the environment variable accord to the documentation I have also instal vscode and instal flutter dart extension lastly I instal command line tool only from however I m not sure where to extrac...
flutterflutter
image picker do not work on miui 11 12
Duplicate
when try to get image from camera I have lose connection with device just try and you will see
flutterflutter
flutter firebaseuser not work
Invalid
I just update my flutter and firebaseuser be flag as an error I do not know how to go about fix the error void registeruser async final firebaseuser user await auth createuserwithemailandpassword email emailcontroll text password passwordcontroller text catcherror ex check erro...
flutterflutter
flutter linux desktop can not input chinese on ubuntu
Invalid
flutter linux desktop can not input chinese on ubuntu I use hover build linux to build appimage this be currently what I see the most mature way to build linux desktop but chinese can not input on ubuntu it will crash I don t know if use flutter build linux be work or not since some plugin doesn t suppo...
flutterflutter
replaceall function do not work with letter
Invalid
I m try to use replaceall function with letter but it doesn t seem to work it replace other letter in croatian alphabet however minimal example import package flutter material dart void main runapp myapp class myapp extend statelesswidget override widget build...
flutterflutter
be there an equivalent of flutter driver s datum handler in the integration test package
Duplicate
with the flutter driver package it be possible to send message between the app isolate and the test isolate by set the handler property when call enableflutterdriverextension this allow we to set up different app state during a test run which be super useful example of the approach can be find he...
flutterflutter
macos backspace doesn t work on textformfield when cap lock be on
Duplicate
step to reproduce 1 create textformfield 2 run flutter application on macos 3 type into any text 4 turn on cap lock 5 click backspace on the keyboard expect result text get delete actual result nothing happen log flutter channel beta 2 0 0 ...
flutterflutter
android error connect to the service protocol fail to connect to
Duplicate
step to reproduce this be my first flutter app it be the app that come by default it work fine with the emulator but when I try to run with an android physical device it give I this error error connect to the service protocol fail to connect to expect result I just want to see the default app o...
flutterflutter
error with flutter paystack compiledebugkotlin
Invalid
hi everyone I come across the follow error when launch the flutter I read all the information on the internet but could not find any definite solution please help c user user androidstudioproject flutter app avex android flutter run change current work directory to c user user androidstudioproject ...
flutterflutter
exception after wrap listview in a column
Invalid
step to reproduce create a listview in a page body new listview builder itemcount datum null 0 datum length itembuilder buildcontext context int index return new item datum index run page i...
flutterflutter
get net err name not resolve
Duplicate
step to reproduce hi in flutter web when I want to show a message in snackbar it doesn t show correct character this what I see in offline mode snackbarfonterror but if I be online it show correct character correctmessage and I see this in console of chrome ...
flutterflutter
flutter web not active
Invalid
I want to activate flutter web support for my current project but the macos layer be not create flutter create platform macos recreate project write 0 file all do flutter be fully instal channel stable 1 22 6 on macos 11 2 1 20d74 darwin x64 locale en tr android...
flutterflutter
error after flutter upgrade
Invalid
so I decide to upgrade the flutter to the late stable version 2 I use flutter clean then after the flutter upgrade I keep get this error intl version dependency ps d flutter flutter app flutter run because fstore depend on flutter localization any from sdk which depend on intl 0 17 0 intl 0 17 0 b...
flutterflutter
unhandled exception nosuchmethoderror the method ref be call on null
Invalid
hi there I want help I be create my app with flutter and firebase there I want to upload image to firebase storage so my file import package firebase storage firebase storage dart uploadtofirebase async final ref firebasestorage instance ref post post postid jpg ...
flutterflutter
incompatible version between google sign in package and firebase package
Invalid
I have a problem with the incompatibility between flutterfire library package and google sign in package with the late update
flutterflutter
when tired to red reload flutter web always show perform hot restart and strike at point
Invalid
when I try to perform hot restart in flutter web always strike at perform hot reload I m use apple silicion m1 and use vs code both be last version
flutterflutter
web scrollbar resize whilst scroll after an item in list change size
Duplicate
step to reproduce 1 run example 2 click start 3 try and drag the scrollbar expect result scrollbar get small after list size increase remain new size when scroll actual result scrollbar get small once move get big as you drag it down and small once you drag back up l...
flutterflutter
chromeos v89 backspace on textfield not work
Duplicate
step to reproduce use pixelbook chromeo 89 w crostini this problem do not occur on chromeos 88 1 use a textfield widget or a textformwidget 2 enter text with physical keyboard 3 attempt to delete text with backspace code to reproduce dart void main runapp materialapp ...
flutterflutter
weird io fail when at code sign cmd
Invalid
step to reproduce I m try to build the app to io but always fail either on real device or simulator I try to build the app use xcode and it success hope you guy can help I to fix this one pod runner framework sh sign a framework with the provide identity code sign if enable if n...
flutterflutter
create subdirectory within xdg config home
Duplicate
if the user s environment have xdg config home flutter place config file in xdg config home name instead of xdg config home flutter name the xdg base directory specification encourage use a subdirectory since a subdirectory be use when xdg config home be not set this look like a bug per...
flutterflutter
global key error use sliver
Invalid
compiler give I this error tell I to report it on github either the assertion indicate an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause in either case please report this assertion by file a ...
flutterflutter
error run pod install after add dependency to pubspec yaml
Invalid
step to reproduce 1 this have happen with several new flutter project I create a new project in android studio as 4 1 2 flutter 2 0 1 macos catalina 10 15 7 2 I then add any number of dependency to pubspec yaml file same issue have be happen with geolocator 7 0 1 google font font awesom...
flutterflutter
example code be a dead link
Invalid
locate at
flutterflutter
I have be go through all the issue thread relate to this everywhere people mention quit disable the adguard or anti virus software I do not have adguard instal and uninstalle or disable anti virus software doesn t seem like an option to I due to my company policy now how do I get this work
Duplicate
I have be go through all the issue thread relate to this everywhere people mention quit disable the adguard or anti virus software I do not have adguard instal and uninstalle or disable anti virus software doesn t seem like an option to I due to my company policy now how do I get this work the flutter co...
flutterflutter
renderbox be not lay out renderrepaintboundary 477fe relayoutboundary up4 need paint need composite bit update
Invalid
issue be come when I add listview inside another listview it go out of view box like below image but I try differently like add in singlechildscrollview follow be code container code this be container which wrap entire code listview add welcometext listviews add sizedbox heigh...
flutterflutter
tool crash processexception the system can not find the file specify command c src flutter bin flutter bat os error code 2
Duplicate
command flutter upgrade step to reproduce 1 2 3 log processexception the system can not find the file specify command c src flutter bin flutter bat os error code 2 0 processimpl start dart io patch process patch dart 390 33 1 ...
flutterflutter
I be face this issue so any solution
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
flutter mac fail to establish connection with the application instance in chrome
Duplicate
I get this error when run on mac machine on my window it s work fine fail to establish a connection with the application instance in chrome this can happen if the websocket connection use by the web tooling be unable to correctly establish a connection for example due to a firewall I try flutt...
flutterflutter
warn operand of null aware operation have type string which exclude null
Invalid
flutter pub cache host pub dartlang org flutter cache manager 3 0 0 nullsafety 1 lib src storage cache info repository cache object provider dart 208 29 warning operand of null aware operation have type string which exclude null final olddbpath join await getdatabasespath databas...
flutterflutter
app framework and flutter framework not generate
Invalid
I m currently face a issue where the app framework and flutter framework be not generate for io build I already try to delete the ios folder and run flutter create and when create a new project flutter create example the file mention be also miss step to reproduce 1 run flutter create exa...
flutterflutter
file null be not true
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
button onpresse bug when use openbuilder animation 2 0 0
Invalid
hello I m currently develop an application use flutter with the widget animation 2 0 0 I m try to do a login form and I want to send some information to the server when the a button be click I m try to use the animation widget in order to have some cool transition when the button be click but I ve find an ...
flutterflutter
container border color be always bright than expect
Invalid
hi I need to set the border color of a container to a speceifc color var container container child largerow padding edgeinset all 10 decoration boxdecoration border border all color cardbordercolor width 0 2 color cardcolor ...
flutterflutter
flutter share preference must I always await
Invalid
tl dr do I really have to make an async call await sharedpreference getinstance each time I want to read write a value or can I call that method just once save it to an attribute and then make non async call to read write long question thank you very much cedric
flutterflutter
ios uikitview multiple engine mode when flutterviewcontroller switch the program crash
Duplicate
crash log verbose 3 raster thread merger cc 47 check fail success unable to merge the raster and platform thread thank for watch flutter doctor flutter channel stable 1 22 5 on mac os x 10 15 6 19g73 darwin x64 locale zh hans cn android toolchain develop for android...
flutterflutter
flutter2 0 execution fail for task app compileflutterbuilddebug
Invalid
emmm migrate to null safety in flutter 2 0 2 and dart 2 12 0 env info macos bigsur 11 2 2 intel i7 step to reproduce 1 dart pub outdate mode null safety 2 dart migrate skip import check 3 fix project other error 4 dart analysis display no error 4 run in android ...
flutterflutter
flutter web not start on edge and chrome on debug mode
Duplicate
fail to launch browser make sure you be use an up to date chrome or edge otherwise consider use d web server instead and file an issue at c flutter window 2 0 1 stable flutter bin flutter doctor v flutter channel stable 2 0 1 on microsoft windows version 10 0 19042 867 locale en we ...
flutterflutter
get to know firebase for flutter miss async for future function
Duplicate
5 image from guestbook addmessage string message print message image to guestbook addmessage string message async print message
flutterflutter
oop flutter have exit unexpectedly invalid argument s invalid type for path null
Duplicate
flutter version flutter version flutter 2 0 2 channel stable framework revision 8962f6dc68 7 day ago 2021 03 11 13 22 20 0800 engine revision 5d8bf811b3 tool dart 2 12 1 flutter create myapp create project myapp oop flutter have exit unexpectedly ...
flutterflutter
device info null error on lg h850
Invalid
on lg h850 app crash before reach home screen due to device info crash due to miss systemfeature tag since this be hardware specific its probably hard to reproduce it with different hardware it look like an easy null check fix so I hope you can take some action base on this report in file pub dartlang or...
flutterflutter
flutter show error in vscode
Invalid
this be the error I go when tyre to run emmulator the flutter sdk be instal in a protect folder and may not function correctly please move the sdk to a location that be user writable without administration permission and restart flutter channel stable 2 0 2 on microsoft windows version 10 0 183...
flutterflutter
web run in release mode no work with package provider
Invalid
run in debug mode this work but in release mode no work when I call function from the package provider a blank screen be display flutter channel beta 2 0 2 on macos 11 2 2 20d80 darwin x64 locale es cl flutter version 2 0 2 at user pedrobros development flutter framework rev...
flutterflutter
flutter desktop not work on window
Invalid
flutter doesn t work on desktop window 10 but work fine on mobile web step to reproduce 1 enable the window feature by flutter config enable window desktop 2 debug the app use vs code 1 49 0 insider s terminal cmd flutter run d window 3 issue appear actual res...
flutterflutter
update layout information require for renderindexedsemantic
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log
flutterflutter
vscode be slow on m1 macbook
Invalid
hi I be develop flutter app with vscode on m1 macbook vscode be too slow and lag be there an easy solution for this
flutterflutter
android alarm manager not work in xiamoi redmi note 8 android 10
Invalid
hi add plugin android alarm manager in own project and copy example of package that work correctly on emulator api 26 but I use my phone xiamoi redmi note 8 android 10 not work even when app be opended
flutterflutter
http get request throw httpexception connection close before full header be receive
Invalid
in certain circumstance it throw httpexception connection close before full header be receive when I use http get request when I try to remove the request header paramer content length that it solve so I suggest that it would be necessary to remove header paramer content length in http get request
flutterflutter
nosuchmethoderror the method open be call on null get during use razorpay
Invalid
paywithrazor total amt qty async print razorpay final pref await sharedpreference getinstance map option option description thank for place order image baseimage currency inr key rzp live vwdpsylboyrxul your key...
flutterflutter
flutter web how flutter web work with google translate function
Invalid
how to google translate detect flutter canvas word and translate it it seem that google can detect text with flutter web canvas already try to change to selectabletext but didn t work be flutter web content support chrome translation plugin selectabletext test ...
flutterflutter
any way to receive proper error completion of a share after execute share share
Invalid
I d like to get some idea to wait for a function to trigger until a share action be complete or detect view state for uiactivityviewcontroller which control the display of the share dialog I ve try use visibility detector and focus detector but these do not respond to uiactivityviewcontroller view state neit...
flutterflutter
flutter opening in chrome instead of emulator
Invalid
hi I have android studio instal along with a work emulator however when I run my app in vscode it open in chrome instead of the emulator here be my launch json file use intellisense to learn about possible attribute hover to view description of exist attribute for more informati...
flutterflutter
web mobile unexpected line between widget due to color behind they
Duplicate
when widget touch each other the color behind they continue to appear as an unexpected line occur in the mobile and web version I create this repository to try it out maybe an error in anti aliasing or round to physical pixel example column join widget import package flu...
flutterflutter
error wait for a debug connection the log reader stop unexpectedly
Duplicate
I be face a difficult problem now right now I can t do a flutter debug on my real phone device this happen after upgrade the phone system and I can t debug anymore the app install but it doesn t work now my phone type be vivo x20 and software version be pd1709 a 8 15 11 I try command flutter clean and...
flutterflutter
tool crash argumenterror invalid argument s can not find executable for c src flutter bin cache dart sdk bin pub bat
Duplicate
command flutter pub upgrade step to reproduce 1 try to install flutter from website 2 select window install and unziped flutter window 2 0 2 stable zip in c src flutter 3 add c src flutter bin to user path 4 try to run flutter doctor then this happen log argumenterror...
flutterflutter
poor error message if textbaseline not specify when crossaxisalignment crossaxisalignment baseline
Invalid
step to reproduce create a row or column and set crossaxisalignment crossaxisalignment baseline without set textbaseline column crossaxisalignment crossaxisalignment baseline child raise this bug since the error message tell I to either the assertion indi...
flutterflutter
have issue in create dropdown from map key string value int array load from firebase
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow bug zip screen zip expect result I be do a flutter project in which I have datum store in firebase as follow company their recharge category for ex company asiacell have follow recharge c...
flutterflutter
I be not sure about this error text
Invalid
log bash at proxy box renderoffstage new hitt at proxy box renderoffstage new hitt at proxy box rendersemanticsannotation new hittestchildren at proxy box rendersemanticsannotation new hitt at at box boxhittestresult wrap addwithpaintoffset at overlay ren...
flutterflutter
snap on ubuntu core rpi3 fail to render
Invalid
step to reproduce with the demo app and the snapcraft yaml below snapcraft remote build launchpad accept public upload scp super cool app 0 1 0 arm64 snap on the rpi snap install mir kiosk snap install dangerous super cool app 0 1 0 arm64 snap expect result ...
flutterflutter
widget test fail only when execute together
Invalid
step to reproduce I ve write a widget test for my welcome page four in total the page basically only contain button for sign in register and skip when run each test separately everything work fine but as soon as they be be execute together all at once every test fail except the first t...
flutterflutter
integration test equivalent for flutterdriver requestdata
Duplicate
I have a large test suite that I be migrate from flutter driver to integration test many of the test in the suite rely on call flutterdriver requestdata message to communicate with the app be there any equivalent mechanism for integration test I have a setup as describe in the readme of the pac...
flutterflutter
flutter video player not work after build apk
Invalid
the video player playback video well in debug mode but after build apk I get this message in release mode unhandled exception platformexception channel error unable to establish connection on channel null null 0 videoplayerapi initialize package video player platform interface mes...
flutterflutter
shell run be cause application crash or hang up
Invalid
to execute shell command on desktop platform I be use process run dependency sample code as show below var shell shell var re await shell run ls print re outline application hangup or crash at the time of execution of second line please provide a late solution for this issue...
flutterflutter
expo or something like that
Invalid
this will be so useful for indie developer that do not have mac and only have window and want to develop a ios app and test it on a physical device
flutterflutter
error flutter lib ui ui dart state cc 186 unhandled exception missingpluginexception no implementation find for method getall on channel plugin flutter io share preference
Duplicate
error flutter lib ui ui dart state cc 186 unhandled exception missingpluginexception no implementation find for method getall on channel plugin flutter io share preference sdk 2 7 0 3 0 0 share preference 2 0 5
flutterflutter
the dart static analyzer fail to work with if null operator
Invalid
step to reproduce 1 run flutter create bug 2 update the file as follow main dart import package flutter material dart void main runapp myapp const title const a 1 b 2 class myapp extend statelesswidget this widge...
flutterflutter
bottom padding appear from nowhere when keyboard be open in showmodalbottomsheet
Invalid
after upgrade to the late flutter version I have notice that a bottom padding appear inside the bottomsheet when the keyboard be open this do not occur in my old build step to reproduce 1 upgrade flutter 2 use showmodalbottomsheet with a textfield inside 3 select textfield to open keyboard 4 ...
flutterflutter
android 7 8 app crash
Duplicate
case study be when we go with low version of android when there be no fingerprint register we have an option of gotosetting when we click on that we get the app crash and throw an exception e androidruntime 10196 java lang illegalstateexception reply already submit e androidruntime 10196 at io flut...
flutterflutter
flutter run fail to build on io simulator after upgrade xcode to 12 4 and flutter 2 0
Duplicate
screenshot 2021 03 16 at 22 38 26
flutterflutter
flutter window desktop I need to run app as frameless no bar
Invalid
hello I want to remove window whole frame for flutter application I have try few thing but not able to remove it window bar provide I a proper solution for this if available thank
flutterflutter
desktop app supprt multi window with rpc transparent window drag in drop drag area
Duplicate
use case proposal desktop app supprt multi window with rpc transparent window drag in drop drag area
flutterflutter
exception occur under wechat debug tool under canvaskit enginge when use flutter web
Invalid
haowmazss macbook pro flutter module haowmazs flutter doctor doctor summary to see all detail run flutter doctor v flutter channel stable 2 0 2 on mac os x 10 15 5 19f101 darwin x64 locale en cn android toolchain develop for android device android sdk version 29 0 3 xco...
flutterflutter
flutter toast do not work I want help write my application
Invalid
flutter toast do not work with I but no error
flutterflutter
tool crash rpcerror
Duplicate
command flutter run step to reproduce 1 2 3 log rpcerror flutter channel beta 2 0 1 on macos 11 2 3 20d91 darwin x64 locale en in flutter version 2 0 1 framework revision c5a4b4029c 12 day ago 2021 03 04 09 47 48 ...
flutterflutter
textformfield delete 2 character at once on android
Invalid
textformfield be delete 2 character with the default android keyboard expect behaviour should be that backspace only delete 1 character at a time issue be not appear on iphone device issue be relate to issue 70744 but that have be close I be able to reproduce this bug on the follow platform ...
flutterflutter
I have problem please help
Invalid
launch lib main dart on vs501 in debug mode run gradle task assembledebug invalid depfile c user androidstudioproject dart tool flutter build 5ca10aba5333dda50b93000e56756109 kernel snapshot d invalid depfile c user androidstudioproject dart tool flutter build 5ca10aba5333dda50b93000e56756109...
flutterflutter
memory leakage
Invalid
I try load a csv file which file length be of to 6000 be have some error in which not all file in the csv file load properly this be the error be get finish with error bad utf 8 encoding find while decode string 1040 franklyn mee argentina citro n 1948 yellow male help desk op...
flutterflutter
unable to run adb
Invalid
I be new to flutter although I have create android sdk root variable under system varaible and path as show still the follow issue show up on run flutter doctor c user afrah flutter doctor doctor summary to see all detail run flutter doctor v flutter channel stable 2 0 1 on microsoft...
flutterflutter
webview flutter web compatibility
Duplicate
a preview of the launch of the webview flutter plugin for web
flutterflutter
error xmlhttprequ error flutter web
Invalid
I be try to use http package in my flutter web application but I be get this error dart error xmlhttprequ error dart sdk lib internal js dev runtime patch core patch dart 906 28 get current package http src browser client dart 84 22 dart sdk ...
flutterflutter
window desktop drag the edge to zoom the window and there will be no response when drag
Invalid
the recur path be as follow 1 win10 system 2 flutter create myapp 3 flutter create platform window 4 run window app 5 drag the form to enlarge no response
flutterflutter
scrollbar position size doesn t update when child change
Duplicate
step to reproduce 1 run flutter create bug 2 update the file as follow add a listview and update its content use setstate or consumer or any rebuilding widget the example be derive from the counter app I have also reproduce this with consumer from the provider package import...
flutterflutter
change the language of camera button
Invalid
how can I change the language of camera button when I open the camera I want to show cancel button and photo text in other language exactly such as the device language the text appear always in english
flutterflutter
test be not work properly after upgrade to null safety incompatibilty issue
Duplicate
hello after upgrade flutter to null safety I be have a lot of issue with test library and now when I upgrade from 1 15 2 to the new 1 16 8 it can t get past pub get with a message because every version of flutter test from sdk depend on test api 0 2 19 and test 1 16 7 depend on test api 0 3 0 flutter test f...
flutterflutter
video player can t be re initialize on fail
Invalid
step to reproduce the reproduce step 1 use this sample with re initialization logic l203 class bumblebeeremotevideo extend statefulwidget override bumblebeeremotevideostate createstate bumblebeeremotevideostate class bumblebeeremotevideostate extend state bumb...
flutterflutter
change podfile from
Invalid
change podfile from post install do installer installer pod project target each do target target build configuration each do config config build setting enable bitcode no config build setting iphoneos deployment target 10 0 end end end to ...