repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | my flutter app do not display cloud firestone document datum | Invalid | perhaps the app doesn t even retrieve the datum the only error message I can see in the run log say e flutter 5360 error flutter shell common shell cc 210 dart unhandled exception missingpluginexception no implementation find for method query getdocument on channel plugin flutter io cloud firesto... |
flutterflutter | internal error java util concurrent executionexception com intellij util xmlb xmlserializationexception can not deserialize class org jetbrain android facet androidfacetpropertie java util concurrent | Invalid | hi I can run my app in andriod studio but I be gettte java issue in flutter intellij error attach javabuilderror pdf |
flutterflutter | how to report memory leak | Invalid | after a few hour of work in flutter dart process slow my computer and when I see it be consume 20 gb of ram this happen frequently like daily weekly be it possible to somehow report it if I get the process information will it be useful I don t have any reproducible step but I wish there be a magical ... |
flutterflutter | please report this assertion by file a bug on github | Invalid | so I m not really sure what my issue boil down to most likely to render overflow as I m still struggle to come up with a satisfying solution to this anyway I m be tell the follow assertion be throw build animatedbuilder animation animationcontroller e9483 1 000 pause state animatedstate 0... |
flutterflutter | exception not propagate back to message channel on io | Invalid | when a native io code fail if the call for the method channel with surround with a try catch block it still crash instead of allow the flutter code to catch an exception be there a way to prevent that from happen |
flutterflutter | prevent scroll when change texteditingcontroller text flutter | Duplicate | iam use texteditingcontroller control and when I set the control text to a new datum by use control text hi in a function the listview scroll to the widget which use this control because the datum have be change how to prevent scroll the widget which use this control when I change the control text... |
flutterflutter | send list to server without json encode dart | Invalid | iam use http 1 package to communicate with the server how to send an list to php file in the server without json encode in dart with flutter dynamic result null list ids 12 65 7 map datum name mark ids ids var client new http client ... |
flutterflutter | how do you open multiple webviews simultaneously within a flutter app each with different user specify proxy | Invalid | class multiwebviewstate extend state override widget build buildcontext context return safearea child scaffold body container color color red width mediaquery of context size width height mediaquery of context siz... |
flutterflutter | I m face problem in flutter web when I flutter upgrade after download dart file it say carsh | Duplicate | step to reproduce 1 I m use mac os 10 2 6 my flutter stable version be work perfectly fine when I switch to flutter channel beta it start download dart file after complete download it show build flutter tool 2 then it show crash 3 2 chanakyas macbook pro chanakyakautilya flut... |
flutterflutter | access phone number from incoming call | Invalid | be there any way to access the phone number of an incoming call in flutter like the one truecaller do |
flutterflutter | web | Duplicate | when I do hot restart multiple time simultaneouly it give textspan error or any other error of renderflex etc can you fix it fast also when I use getx package it do not hot restart fast it take too much time and I have to close tab and restart vs code and run flutter run command |
flutterflutter | discussion flutter should have provider dependency injection mechanism state management | Invalid | I understand that flutter aim to be as scope as possible as just widget however with the lack of some essential feature in the framework itself a lot of library be pop off which be basically solve the same problem and the only purpose they serve be to fragment the community or bad it make it hard for a newcomer t... |
flutterflutter | android crash android app remoteserviceexception | Invalid | hi my app work on every device except samsung galaxy xcover4 android 9 sdk 28 the user say the app crash every time and the google play console crash report give I that stacktrace bash android app remoteserviceexception at android app activitythread h handlemessage activitythread java ... |
flutterflutter | filter deprecate enum value | Invalid | let s assume we have an enum dart enum oldenum none itemonefirst itemonesecond itemtwofirst itemtwosecond itemthree so index be 0 1 2 3 4 5 then they decide to combine item itemonex and itemstwox to single one dart enum newenum none i... |
flutterflutter | io can not be build error firebasecore firlogger h file not find | Invalid | error firebasecore firlogger h file not find io can not be build how to solve this error |
flutterflutter | io app not compile on beta dev or master | Invalid | io app be get properly compile while build on stable channel but as soon as I switch to master beta or dev it stop compile infact the app compile even on d61d7758ed36a517daedbeeea7e170509936734c commit on master channel which be do on 25th dec 2020 seem like something have break since flutter doctor ... |
flutterflutter | question call c via the plugin introduce a compilation error cause by the vcpkg package in cmake | Duplicate | step to reproduce 1 win7 x64 install flutter vs2019 vcpkg run vcpkg install fmt x64 window fmt x64 window static etc 2 create a flutter project and flutter plugin project in plugin project window cmakelist txt append cmake find package fmt config require target link librarie main... |
flutterflutter | error method not find googleauthprovider getcredential | Invalid | the problem I m learn flutter and try to create an app with google sign in but I get this output be vs code launch lib main dart on iphone 12 pro max in debug mode lib main dart 1 xcode build do 27 1s fail to build io app error output from xcode buil... |
flutterflutter | flutter vsc extension require save even with auto save enable | Invalid | I could have swear that if I have flutter in debug mode with auto save turn on in visual studio code that all I have to do be change the code and the app would update my student think it be magical as do I now though I need to save the code first which be admittedly not a biggie but still ... |
flutterflutter | exception catch by gesture | Invalid | I be a create an otp verification app through email and I be use a package email auth 0 0 1 1 5 when I click on the button verify otp an error be show in console exception catch by gesture the follow nosuchmethoderror be throw while handle a gesture the getter length be call on null receiver ... |
flutterflutter | the size of apk be too big | Invalid | I be switch to flutter and after learn the documentation I try to build apk with very small feature after create apk the size of the apk be 17 mb how can I reduce the size |
flutterflutter | web textformfield select text now display unusual behaviour | Duplicate | try to select text in a textformfield and delete with backspace now doesn t perform as expect edit this behaviour be only see when select the text from right to leave preview step to reproduce 1 run on web code import package flutter material dart void main ... |
flutterflutter | multicast dns get ip address | Invalid | be it possible to retrive ip address use multicast dns and if so how I have big problem get this code to work future search async const string name mqtt tcp mdnsclient client mdnsclient rawdatagramsocketfactory dynamic host int port bool reuseaddre... |
flutterflutter | error when run flutter io app with plugin on mac m1 chip | Duplicate | I have an exist flutter app that I have build on window and ship to the google play store I recently buy the macbook pro 2020 with the m1 chip and I have be try to build the same app for io the build keep on fail with error message that change a bit each time without I make any change to the code and or config ... |
flutterflutter | textfield label placeholder should be of type widget rather than string | Invalid | use case it be not a major problem but awfully convenient to be able to format the text in the label placeholder of a textfield like this proposal so instead of take they as string we should take a widget as a parameter for label placeholder it would also allow developer to use icon and oth... |
flutterflutter | black screen problem | Invalid | hello I find that my app would appear black screen and could not be operate after stay in the background for too long I would like to ask whether it be possible to restart it when this happen |
flutterflutter | add web support to flutter package info | Duplicate | use case I be run flutter app in chrome and can not display the info about the app since package info do not support web I see the follow error error missingpluginexception no implementation find for method getall on channel plugin flutter io package info at object throw as throw ... |
flutterflutter | android studio flutter and dart plugin be not install error stable branch | Duplicate | despite flutter and dart plugin be instal when run flutter doctor v in terminal its show android studio flutter and dart plugin be not install error when switch to stable branch from master flutter channel stable 1 22 6 on linux locale en in flutter version 1 22 6 at home alabhya flu... |
flutterflutter | flutter not work on mac stuck at build tool | Invalid | I recently run the flutter upgrade command on my mac and even after wait for half a day the tool be stick on build flutter tool I try remove the flutter installation with a fresh install and the problem still persist can t even get the output of flutter doctor os version mac os catalina 10 15 7 ... |
flutterflutter | tool crash filesystemexception can not copy file to c user acer desktop flutter newapp android app src main re mipmap hdpi ic launcher png os error access be deny errno 5 | Duplicate | command flutter create newapp step to reproduce 1 2 3 log filesystemexception can not copy file to c user acer desktop flutter newapp android app src main re mipmap hdpi ic launcher png os error access be deny errno 5 0 file throwife... |
flutterflutter | error launch application on iphone | Duplicate | I can t debug my flutter app on my iphone 12 pro max device when I run debug on vscode it say error launch application on c s iphone and stop debug immediately but it work when I build run from io runner xcworkspace in xcode log flutter run verbose user macos document flutter... |
flutterflutter | tool crash httpexception | Invalid | command flutter run d chrome step to reproduce 1 2 3 log httpexception flutter channel beta 1 26 0 17 3 pre on linux locale en in flutter version 1 26 0 17 3 pre at home deepak snap flutter common flutter framework ... |
flutterflutter | error lateinitializationerror isn t a type | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow dart void main tryingtobelate tryingtobelate tryingtobelate try print tryingtobelate latestre on lateinitializationerror print oop runapp myapp ... |
flutterflutter | video player can t play short sub second audio file if play be call a while 1 or 2 second after initialize | Invalid | step to reproduce 1 run flutter create bug2 2 add video player 1 0 1 to the dependency in pubspec yaml 3 replace lib main dart with this dart import package flutter material dart import package video player video player dart void main runapp ... |
flutterflutter | mechanism for use static library on android | Invalid | I can install my dynamic library libopus so into my flutter project by place it in the android src main jnilibs arm64 v8a folder that work fine and dynamiclibrary open find it however if I try to use a static library libopus a that fail where do I put the a file on android and how do ... |
flutterflutter | in the sub module the code hint question be miss | Invalid | in the sub module the code hint question be miss and color highlight image |
flutterflutter | web navigator 2 0 back forward button reporting break on dart 12 0 0 | Invalid | here be a small reproducible example dart import package flutter foundation dart import package flutter material dart void main runapp urlhandler class urlhandler extend statelesswidget override widget build buildcontext context return materialapp router ... |
flutterflutter | error while initialize the dart vm precompile runtime require a precompile snapshot | Invalid | 2021 02 05 14 28 52 000 24171 24171 com farmer farmerconnection a flutter fatal flutter runtime dart vm cc 441 error while initialize the dart vm precompile runtime require a precompile snapshot 2021 02 05 14 28 52 001 24171 24171 com farmer farmerconnection a libc fatal signal 6 sigabrt code 6... |
flutterflutter | tool crash argumenterror invalid argument s can not find executable for c user sanon flutter app android gradlew bat | Duplicate | command flutter no color run machine track widget creation device i d zf6522fcr6 start pause dart define flutter inspector structurederror true lib main dart step to reproduce 1 2 3 log argumenterror invalid argument s can not find executable f... |
flutterflutter | ipa process fail ad hoc | Duplicate | environment macbook m1 step to reproduce 1 run xcode archive select ad hoc 2 ipa processing fail log 2021 02 05 03 21 07 0000 scan ipa 2021 02 05 03 21 07 0000 assertion fail expect 4 arch in otool output var folder jk 87 370js6z9bld46ppj5q6380000gn t ide... |
flutterflutter | flutter doctor keep on download dart sdk | Invalid | hello I m use window 8 1 pro with powershell v5 0 run flutter v1 22 6 I configure my git network proxy and setup environment variable properly when I run flutter doctor and any other flutter command it appear like this 1 I try download the dart sdk manually and extract it to c src flutter bin ... |
flutterflutter | web | Invalid | describe your issue and include the command you re run flutter web version browser version |
flutterflutter | flutter app crash on android 10 api level 29 | Invalid | step to reproduce hi I create a flutter application that can go live and I make the target sdk version to be 29 and the minimum be 16 but it still crash on android 10 api 29 I try it on my phone which be tecno spark 4 android 9 api level 28 and it work perfectly but on my friend s phone which b... |
flutterflutter | flutter doctor issue | Invalid | hi everyone I have a trouble when run flutter doctor error message get socket error try to find package crypto at error 69 unable to pub upgrade flutter tool retrying in five second 9 try leave how do I fix it p s my pc network be in my company domain be this pr... |
flutterflutter | flutter channel master vs code color not correct | Invalid | after switch out my flutter install version from master to stable and back my code color formatting be no long correct right after the switching I ve encounter the follow issue swap out the version for beta or stable seem to fix the problem please note where the text be blue it s suppose to be white... |
flutterflutter | on beta channel for web cloud firestore unknown nosuchmethoderror | Invalid | cloud firestore problem be work in 1 26 0 17 1 pre not work in 1 26 0 17 2 pre any access to a snapshot of a document in cloud fire store cause the exception flutter doctor v bash flutter channel beta 1 26 0 17 2 pre on mac os x 10 15 7 19h2 darwin x64 locale en we flut... |
flutterflutter | text field enablesuggestion false be not honor on android | Duplicate | use case my specific use case be that on android I want to be able to present the user with a keyboard where suggestion be turn off but the user can still enter text via voice input by way of the build in keyboard microphone button the workaround we re currently use be set the keyboardtype on an... |
flutterflutter | auto save be not do the hot reloading in vscode and android studio | Invalid | hi alright I update the flutter sdk and after that the vscode and android studio autosave be no long do the hot reloading I already apologize for the inconvenience if it be a configuration error on my part but if someone can check I appreciate it thank you |
flutterflutter | flutter localization server unavailable | Invalid | hi add flutter localization to my pubspec yaml result in an endless loop of flutter pub get step to reproduce I add it this way environment sdk 2 7 0 3 0 0 dependency flutter sdk flutter flutter localization sdk flutter ... |
flutterflutter | tool crash filesystemexception can not copy file to c user matsheka document eltigrehealth android app src main re mipmap hdpi ic launcher png os error access be deny errno 5 | Duplicate | command flutter create eltigrehealth step to reproduce 1 2 3 log filesystemexception can not copy file to c user matsheka document eltigrehealth android app src main re mipmap hdpi ic launcher png os error access be deny errno 5 0 fi... |
flutterflutter | tool crash stateerror bad state no element | Duplicate | command flutter no color run machine track widget creation device i d 046843398m141855 lib main dart step to reproduce 1 2 3 log stateerror bad state no element 0 listmixin firstwhere dart collection list dart 167 5 1 dartdev... |
flutterflutter | flutter error after instal firebase no debugging after setup firebase | Invalid | step to reproduce 1 run flutter create bug cd bug flutter run your application code be in bug lib main dart daniels mbp newfo danielalakin cd bug daniel mbp bug danielalakin flutter run launch lib main dart on iphone 12 pro max in debug mode run xcode b... |
flutterflutter | web press any key cause uncaught error in platform dispatch dart | Duplicate | description press any key on the keyboard cause uncaught error in platform dispatch dart to show up in the browser console e g error dart 187 uncaught error assertion fail org dartlang sdk flutter web sdk lib engine engine platform dispatcher dart 923 10 zone null be not true... |
flutterflutter | canvas blendmode not work in production build web mode | Duplicate | blendmode not work on canvas in savelayer code be work perfectly in debug mode but not work in production build flutter build web step to reproduce dart import package flutter material dart void main runapp myapp class rectpainter extend custompainter overrid... |
flutterflutter | flutter widget | Invalid | bash exception catch by widget library I flutter 25849 the follow assertion be throw build onboardingpage dirty I flutter 25849 pagecontroller page can not be access before a pageview be build with it I flutter 25849 package fl... |
flutterflutter | video mp4 be not playable on windows mac linux device | Duplicate | I be use video player 1 0 1 for android io platform and it s work properly please suggest if any solution to play video properly on these desktop platform |
flutterflutter | add the share feature for web also | Duplicate | hi sir you be do great job this dependency be very smooth to use in android I want to use this in flutter web also so please add these feature in upcoming release of your dependency thank |
flutterflutter | web listtile title shift to the right on rebuild | Invalid | step to reproduce 1 create a new flutter project increment template 2 add a listtile into the column in myhomepage dart listtile lead icon icon warn title text this text move to the right when the mouse enter the display on web 3 once the page have ... |
flutterflutter | fail assertion line 3815 pos 12 debuglocked be not true | Invalid | gesturedetector ontap deleteall navigator pushreplacement context materialpageroute builder buildcontext context loginpage ... |
flutterflutter | socket io connection problem | Invalid | socket io connection problem hello community I have a problem I be develop a flutter application that communicate with a nodejs server my flutter application manage to communicate with the server locally but once I deploy my server on my host flutter can no long connect can you help I please ... |
flutterflutter | cocoapod problem in 2 version of flutter 1 22 5 and 1 22 6 and cocoapod 1 10 0 and 1 10 1 in macbook pro m1 | Duplicate | every time I use a package that include a native code like share preference or sqflite I get a error like this library ruby gem 2 6 0 gem cocoapod 1 10 1 lib cocoapods user interface rb 64 in section library ruby gem 2 6 0 gem cocoapod 1 10 1 lib cocoapods installer analyzer rb 1072 in r... |
flutterflutter | image picker be already active null null | Duplicate | when I try get a picture from the gallery it work but after click on the picture the picture do not preview then when I click on gallery again to select another picture it bring this exception error e flutter 24419 error flutter lib ui ui dart state cc 177 unhandled exception platformexcept... |
flutterflutter | dynamic icon datum | Invalid | hello I have an application that we get the codepoint of the icondata from an api we ve recently update our app to use the late flutter version and now we be have to set no tree shake icon flag when build a release version of our app how should I dynamically set my icon without have to use th... |
flutterflutter | exception gradle task assembledebug fail with exit code 1 | Invalid | I have run into a problem whenever I try to run my flutter project they show exception gradle task assembledebug fail with exit code 1 I have try all possible way to solve this error I have solve all issue relate to issue but still I can not overcome from this error I have both android studio ... |
flutterflutter | error execute flutter app | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log this be the error message when you try run the app oop flutter have exit unexpectedly httpexce... |
flutterflutter | unedified name message | Invalid | dart import package flutter material dart class progressdialog extend statefulwidget string message progressdialog this message override progressdialogstate createstate progressdialogstate class progressdialogstate extend state override widget build bu... |
flutterflutter | I want my application fetch contact and group both in flutter like this library in java | Invalid | use case proposal |
flutterflutter | video player plugin unhandled exception on window desktop | Duplicate | step to reproduce 1 android studio 4 1 2 flutter channel dev flutter config enable window desktop 2 video player 1 0 1 or video player 2 0 0 nullsafety 7 3 asset coffee mp4 or asset background avi 4 run main dart for window desktop 4 videoplayerapi create unhandled except... |
flutterflutter | unhandled error missingpluginexception when run on android no issue in io | Invalid | e flutter 25706 error flutter lib ui ui dart state cc 177 unhandled exception unhandled error missingpluginexception no implementation find for method init on channel plugin flutter io google sign in occur in bloc instance of socmedsigninbloc e flutter 25706 0 methodchannel invoke... |
flutterflutter | flutter screenshot error when run command on subfolder | Duplicate | step to reproduce 1 click run on void main 2 on terminal run mkdir screenshot 2 cd screenshot 2 run flutter screenshot expect result screenshot file should save in screenshot actual result error such as follow must have a connect devic... |
flutterflutter | web flutter notification without firebase | Invalid | how to send flutter web notification without firebase as backend |
flutterflutter | upgrade flutter sdk version to 1 22 0 1 0 pre and dart sdk an error occur when version 2 10 0 | Invalid | lineargradient be use for the effect of gradient color but after I upgrade color can not be use view the source code like this dart const lineargradient this begin alignment centerleft this end alignment centerright require list color list stop this tilemode ... |
flutterflutter | directory listsync do not return file | Invalid | while build an application which need to be able to browse through local file I think I stump on a bug the direcotry listsync and also the directory list method do not return any file I have check there be file in the download folder and I have try in other directory as well directory be ... |
flutterflutter | image picker plugin work fine on real device but on io simulator it doesn t m1 silicon | Duplicate | hello fellas I be use image picker plugin and when I select a photo on io simulator it seem like no action be take but when I use it on a real device it work fine sorry I try to provide everything relate to the issue it be my first time to post an issue appreciate any help thank e2dd3b1c1a157ef3... |
flutterflutter | dynamitemodule local module descriptor class for providerinstaller not find flutter with flutterfire | Invalid | step to reproduce 1 create a new flutter app 2 add google service json and firebase integration at build gradle buildscript repository google dependency classpath com google gms ... |
flutterflutter | flutter release app not open after install | Invalid | step to reproduce 1 flutter doctor dart doctor summary to see all detail run flutter doctor v flutter channel stable 1 22 6 on microsoft windows version 10 0 18363 418 locale en in android toolchain develop for android device android sdk version 30 0 3 ... |
flutterflutter | flutter web canvaskit wasm file download very slow | Invalid | 2 4 m take 8 85s |
flutterflutter | correction in the week1 codelab part1 doc | Invalid | doc which need correction 4 in the create boilerplate code for a stateful widget section it can go anywhere in the file outside of myapp but the solution place it at the bottom of the file in lib main dart position your cursor after all of the code enter return a couple time to start on... |
flutterflutter | import auto completion be not work in vscode | Invalid | I have to write manually for all the import I have require in my dart file for ex I have to write import package flutter material dart this whole import on my own screenshot 3 |
flutterflutter | the method inkwell isn t define for the class androidwebview | Invalid | error the method inkwell isn t define for the class androidwebview androidwebview be from package webview flutter src webview android dart try correct the name to the name of an exist method or define a method name inkwell return inkwell |
flutterflutter | a renderobject do not have any constraint before it have be lay out | Invalid | I don t know why this happen |
flutterflutter | unable to call a platform channel method from another isolate | Duplicate | unable to call a platform channel method from another isolate can t use platform channel on a separate isolate how can I do it thank you |
flutterflutter | web html image flickering while scroll | Invalid | when use it on io image be flicker while scroll find this on 1 26 and up flutter channel dev 1 26 0 17 1 pre on macos 11 2 20d64 darwin x64 locale en we flutter version 1 26 0 17 1 pre at usr local caskroom flutter late flutter framework revision c40e5294dd 3 day ago 2021 ... |
flutterflutter | error no name parameter with the name nullok context null localization localeof context nullok true null | Invalid | step to reproduce 1 switch to flutter channel master 2 downgrade to the low version that flutter allow for flutter channel master 3 flutter clean remove pod podfile lock and podfile from app io 4 flutter run expect result the app should open up on my emulator actua... |
flutterflutter | tool crash argumenterror invalid argument s can not find executable for g flutter bin cache dart sdk bin pub bat | Duplicate | command flutter run step to reproduce 1 2 3 log argumenterror invalid argument s can not find executable for g flutter bin cache dart sdk bin pub bat 0 getexecutable package process src interface local process manager dart 124 5 1 l... |
flutterflutter | in app purchase allow user to refund google purchase without notify the app so we can take the fund away | Invalid | step to reproduce 1 use the in app purchase plugin process a purchase 2 on your backend send the reciept to google for verification when it be verify give the user in app currency 2 cancel the purchase as soon as you get the in app currency on app 3 profit xd some user find a way to a... |
flutterflutter | ios google map flutter show thin border when transition to other page | Duplicate | I have problem use google map flutter 1 1 1 package when I test it with iphone 7 io 14 3 its show thin border when transition to other page and then disappear when the page be show it will appear again when transition to close the page and disappear when the page be close but when I test it with iphone 6s ios... |
flutterflutter | iphoneos14 4 build fail | Duplicate | xcode s output log while build module uikit import from user haoguoguo desktop small and micro loan io pod target support file flutter bmfbase flutter bmfbase prefix pch 2 while build module foundation import from application xcode app content developer platform iphoneos pla... |
flutterflutter | fail to apply plugin com android internal application | Duplicate | step to reproduce 1 I install flutter on my android studio and while I be create my first project error show up 2 I try everything and it wouldn t work 3 log log here be the error message launch lib main dart on redmi note 8 in debug mode run gradle task ... |
flutterflutter | script c src flutter package flutter tool gradle flutter gradle line 991 | Invalid | step to reproduce 1 run flutter create bug don t help 2 update the file as follow 3 I just run the application in debug expect result launch the application on the device via usb actual result aborted startup and error log 125 ms execut... |
flutterflutter | scrollcontroller not attach to any scroll view | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | responsiveness issue | Invalid | face responsiveness issue on 2 the back button hide behind the menu responsiveness issue currently use macoc and browser be chrome |
flutterflutter | underline display error when render some unicode | Invalid | same problem will happen when use textfield use pingfang fontfamily and I find it s the common problem when render some unicode use text or textfield component here be the code text ni u2006hao style const textstyle fontsize 72 0 color const color 0xff... |
flutterflutter | project error exist but flutter build web work fine | Invalid | step to reproduce 1 create a project 2 introduce some error 3 try run flutter build web expect result flutter build cmd should fail due to error in project actual result flutter build web complete successfully without report error see screenshot note I al... |
flutterflutter | can t limit material dropdown overlay height | Duplicate | I m use flutter dev channel for develop windows app material s build in dropdownbutton widget doesn t have height argument or anything helpful for control overlay height when item count increase it s necessary for develop app s for desktop or web platform screenshot 6 |
flutterflutter | can t perform hard reload ctr shift r at production time in flutter web | Invalid | I ve upload my webapp many time but I m continuously one issue I ve to do hard reload ctr shift r at production time automatically I use version as per below but not work anybody have solution regard this |
flutterflutter | can not build the app in dev channel after switch channel | Invalid | hi I be develop my macos app in dev channel I do switch to beta and to master then to dev again after that I be get below build error I think its have something to do with null safety my app be not yet port to null safety however its building in beta and stable environment sdk 2 7 0 3 0 0 ... |
flutterflutter | camera example code be not find any camera | Invalid | I run the example code as be without any modification the app start up and the preview section show up with the text tap a camera in the middle at the bottom where it would list the camera s it say no camera find how can I figure out why it s not find the camera flutter doctor command result ... |
flutterflutter | conflit between intl and esay localiztion dependency issue | Invalid | hey in my project intl and easy localization have conflict I pore over an issue which say that you have to override intl dependence but when I override the dependency dependency override intl any it s communicate the follow warning warn you be use these overri... |
flutterflutter | tool crash httpexception | Duplicate | command flutter run d chrome step to reproduce 1 2 3 log httpexception flutter channel beta 1 25 0 8 3 pre on linux locale en gb utf 8 flutter version 1 25 0 8 3 pre at home oussaid snap flutter common flutter ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.