repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | can not able to debug use this log message I really confuse | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | switch from beta to stable break io build magic line fix for release only | Duplicate | I recently switch from use beta on local machine building android to stable the local mac I be use for io build be always on stable this seem to break the io build follow the suggestion from this comment issuecomment 792755327 fix the error error flutter flutter h file not find for re... |
flutterflutter | pubspec yaml asset can t use folder to import all file | Invalid | step to reproduce 1 this be my folder structure 2 in pubspec yaml 3 and then in code image asset asset image ic student png expect result load image actual result print error in console the follow assertion be throw resolve an image codec... |
flutterflutter | listtile do not show build in drag handle when use reorderablelistview | Invalid | step to reproduce copy this example material reorderablelistview 1 expect result actual result doctor summary to see all detail run flutter doctor v flutter channel beta 2 2 0 10 1 pre on macos 11 2 3 20d91 darwin x64 locale en us android toolchain... |
flutterflutter | flutter run fail when an activity alias be use in the android manifest | Duplicate | explanation when use an in the androidmanif xml the command futter run be unable to build the app I guess because it can not find the activity in the manifest in the androidmanif xml be for example typically use in the case of an app update where the name of the launcher activity e g ... |
flutterflutter | share wrong language be display on share menu sheet | Invalid | hello I have problem with share plugin when I try to share file on io the native share sheet open but language be incorrect I have polish language set on my device but sheet s language be english everything except more button this one be display in correct language test on simulator and real devic... |
flutterflutter | error face in firebase auth signinwithcredential method | Invalid | screenshot 1 google user be get create successfully but when use the auth credential from googleauthprovider in the method signinwithcredential the follow error be throw |
flutterflutter | local auth 1 1 4 popup for user with no fingerprint be register not show | Duplicate | with old version of local auth 0 6 2 2 when user didn t have any fingerprint register next popup be show image after update to flutter 2 and local auth 1 1 4 same with other version of local auth 1 0 0 and great instead of this popup exception be throw e flutter 7662 error flutte... |
flutterflutter | the method map be call on null receiver null try call map closure mapsobject object in google maps flutter | Invalid | I add google map flutter and google direction api package use google auto complete I be get the direction api result and draw path on google map but the follow error we be get in io but the same code be work fine in android its specificly we be get on io here be the package google direction api 0 8... |
flutterflutter | detect whether flutter web app be run on desktop or mobile | Invalid | use case to suggest and even redirect user to the actual app for well retention of user currently there doesn t seem to be a way to detect whether the user be run the web app on mobile I try use the platform detect package but it simply report android as linux and io as mac which isn t helpful to tell... |
flutterflutter | stale doc for look up asset | Invalid | this section contain stale code loading flutter asset in android asset lookup have move into fluttermain a while ago this code today in java would look something like this java assetmanager assetmanager registrar context getasset string key fluttermain getlookupkeyforasset icon heart ... |
flutterflutter | line 5253 pos 12 debuglocked 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 | random native code crash on emulator x86 64 | Invalid | I m get random crash in native code on app startup logcat 04 15 07 49 49 802 13626 13703 f libc fatal signal 6 sigabrt code 1 si queue in tid 13703 dartworker pid 13626 com myapp 04 15 07 49 49 913 13728 13728 f debug pid 13626 tid 13703 name dartworker com my... |
flutterflutter | allow shared preference instance to be unset | Duplicate | use case while unit test my code I sometimes need an instance of sharedpreference but to also test failure I need sharedpreference getinstance to crash to do so I can make the methodchannel throw a platform exception dart methodchannel plugin flutter io share preference se... |
flutterflutter | unsupported operation dart isolate be not support on dart4web | Invalid | flutter web be work on desktop browser but issue on mobile browser even in release or debug mode its just stuck unsupported operation dart isolate be not support on dart4web just show this error nothing else I have alredy try to remove all print but its not work doctor summary to see... |
flutterflutter | dialog out of parent widget context | Invalid | dialog have require context parameter parent widget context and we expect this context be available under dialog widget but parent widget context be not available under dialog widget specially when we use child router and we get exception when tie to access parent widget context datum it be bloc ... |
flutterflutter | app crash when do startimagestream | Invalid | I be use package of camera 0 5 8 5 when I debug in xiaomi device android 10 it throw error like this but when I debug in samsung device it work fine e libc 3543 access deny find property persist vendor camera privapp list w cognitionpython 3543 type 1400 audit 0 0 706377 avc de... |
flutterflutter | 60hz in oneplus 9 with color os | Invalid | their engineer say they disable high refresh rate with surfaceview by default |
flutterflutter | how can I write platform specific code in a flutter package | Invalid | I have a code which I want to make available as a pub or a package to other flutter project but this code make use of some native android code in kotlin in a flutter application we have both io and android folder so we can easily write native code there but in case of a plugin or a package there be no io ... |
flutterflutter | add a widget for flutter web url | Invalid | this will be great if there be a widget which take a parameter url name string weburl urlname www flutter com anything child mypage |
flutterflutter | gif doesn t display | Invalid | flutter doctor bash all do flutter be fully instal channel stable 1 22 6 on microsoft windows version 10 0 19042 868 locale en us android toolchain develop for android device be partially instal more component be available android sdk version 30 0 2 android... |
flutterflutter | build issue after null safety migration | Invalid | step to reproduce 1 flutter create bug can t help 2 run flutter run v actual result log 65 ms execute home username snap flutter common flutter git c log showsignature false log n 1 pretty format h 30 ms exit code 0 from git c log shows... |
flutterflutter | expose flutter version in app | Duplicate | use case for crash report it be useful to know which version of flutter and which channel the app be use proposal I would expect a class similar to dart platform so I can retrieve metadata about flutter it should be compatible with flutter web which dart s platform be not and flutter for ... |
flutterflutter | flutter web fail to launch browser | Duplicate | need help I try to run flutter web from vscode console but this be the warning I get how can I solve this problem this be flutter version and flutter doctor no error ps c flutterproject webapptest flutter version flutter 2 0 4 channel stable framework revision b1395592de 12 d... |
flutterflutter | talkback not properly work with add 2 app approach | Duplicate | hi I m work with exist android project the project be a rather large so write app from scratch be not an option my plan be to evaluate can I use flutter to extend current app write a new part with the flutter I ve follow instruction describe on documentation everything work nicely except the ... |
flutterflutter | share preference problem | Invalid | I have a problem regard the use of share preference I would like to use the value true false in another file to do a calculation this be the error message the follow assertion be throw while handle a gesture try to listen to a value expose with provider from outside of the widget tree this be l... |
flutterflutter | disable default ssl pin in flutter | Invalid | hi I be use the version of flutter 1 20 1 I come across the same issue the security team be request to disable the ssl pin in my app but I do not enable the ssl pin so how we can disable default ssl pin from the flutter app here be the dependency use in app pubspec yaml yaml dependency ... |
flutterflutter | issue titlef fh | Invalid | dhfh |
flutterflutter | please add custom info window support in google map flutter | Invalid | use case proposal |
flutterflutter | can t execute click action in wechat corp under window | Invalid | I use flutter web to develop a h5 web page run in enterprise wechat window pc version and find that all click event be invalid in fact it s normally under mac version this confuse I I don t know where to find the reason the mainly difference be under windows pc version it throw this js exception ... |
flutterflutter | focus node with key event not work on web | Invalid | follow code do not work on dartpad import package flutter material dart import package flutter service dart final color darkblue color fromargb 255 18 32 47 void main runapp myapp class myapp extend statelesswidget override widget build buildcontext co... |
flutterflutter | google map for flutter crash only on android release build | Invalid | in debug mode the map view work as intend for both android and io the io release build also work as intend try to load the map view in a release build on android crash the application not the blank gray screen a full crash the app never make it to the actual widget in question here be some code snippe... |
flutterflutter | google map flutter unhandled exception nosuchmethoderror the getter mapsid be call on null | Invalid | on re launch recover from a previous app closing I be get the follow error exception catch by widget library the method tojson be call on null receiver null try call tojson the relevant error cause widget be googlemap package tuttocol app con... |
flutterflutter | url launcher not work on safari through flutter web after firebase await call | Invalid | here be a demo code snippet future getandlaunchurl async final linktoopen await firebasefirestore instance collection link doc finallink get launch linktoopen datum finallink the above sequence work perfectly through flutter web on chrome but doesn t w... |
flutterflutter | andriod integration with local auth | Duplicate | I get a error when integrate andriod with local auth get the error platformexception notavailable require security feature not enable null null follow the instruction to setup maniactivity kt like follow import io flutter embed android flutterfragmentactivity import io flutter embed engine flutt... |
flutterflutter | double click the photo button in image picker fire underlie ontap | Duplicate | hey there I m have a little difficulty with the image picker package when double click the button to take a photo it seem that that the second click in the native layer be be register by the old screen that we initiate image picker s getimage from whatever happen to be below the take photo button... |
flutterflutter | error in pubspec yaml unexpected child assert find under flutter | Invalid | use flutter I get the follow error message when building error detect in pubspec yaml unexpected child assert find under flutter what be there to change in order to get rid of this error message here be my pubspec yaml file pubspec txt here be my flutter doctor v log flut... |
flutterflutter | issue from website page flutter | Duplicate | from url 1 2 step 6 widget listview listview body new listview child new image asset image lake jpg width 600 0 height 240 0 fit boxfit cover titlesection ... |
flutterflutter | issue from website page build layout in flutter | Invalid | from url 1 multiple link in the article be invalid 2 step 6 integration widget listview listview in the last step you assemble these together these widget be place in the listview not in the column because the listview will automa... |
flutterflutter | my flutter app be not run on wifi but run fine on mobile datum | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | video call stop when turn off the agora flutter microphone | Invalid | when I change the video call layout like whatsapp and turn off the mic then the video call stop lag please how the solution and make video call like whatsapp |
flutterflutter | flutter show odd border that don t actually exist | Duplicate | step to reproduce I m not sure how to reproduce since my app be pretty large but this be a pretty simple page I ve attach the bit of code that have anything to do with the affected part expect result the menu to display normally actual result the menu item be surround by border when... |
flutterflutter | filterchip shadowcolor do not work | Invalid | the flutter version be 2 0 3 I set the filterchip shadowcolor but it do not work |
flutterflutter | break intellisense on vs code version 1 51 | Invalid | step to reproduce 1 unsure how to reproduce install 1 51 the issue whenever I will try to enter some valid flutter code there be no intellisense even with force mode ctrl space nothing but my snippet show image log no command just vs code flutt... |
flutterflutter | flutter codelab mdc 100 serie use an old version of the android embed | Invalid | I be try to learn flutter use the provide codelab lesson issue flutter run in the lib folder for lession 101 almost immediately I receive a message that this code lab be use an out of date flutter version it be go to be deprecate see attach console snapshot please update the lesson so the next be... |
flutterflutter | error ignore error while clean up devfs timeoutexception after 0 00 00 250000 future not complete | Invalid | hi everyone I have install usbmuxd 2 0 2 use brew install but still have the same issue nb this be a solution of please can someone provide help thank s originally post by davidinho241 in issuecomment 818085711 |
flutterflutter | app not compile after upgrade downgrade sdk | Invalid | hello I be try to upgrade flutter to null safety but realise that there amny dependency that be not still ready so I decide to revert it back after revert my project be not compile any more I have try everything I know even re instal flutter but I still get this error failure build fail with an except... |
flutterflutter | crash while stress test | Invalid | I be use flutter with google maps flutter everything go normally but after about 1 hour my app crash without any log the log below be capture from sentry expect result application not crash actual result application be crash log os version io 14 4 20d75 report ... |
flutterflutter | error superclass have no method name inheritfromelement | Invalid | hello I be work on a shop app follow a course and I accidently click on upgrade package upgrade icon and now every time I run my app it return this message error |
flutterflutter | I be unable even to run the flutter test app | Invalid | hello everyone I m face this error and still can t solve this issue image |
flutterflutter | when will window support webview I be really anxious in the project | Invalid | when will window support webview I be really anxious in the project I be so anxious to cry 37673 37597 I know these two issue I don t know if there be any official plan please increase the priority to ensure the most basic webview function |
flutterflutter | unable to build ios framework for plugin which have no simulator arch support | Invalid | in add to app with io flutter build ios framework always build for iphonesimulator but one of my flutter plugin do not support this arch and cause the follow error how can I fix it can flutter tool skip building for iphonesimulator arch console 2 ms building plugin complete in 39 3s ... |
flutterflutter | error after upgrade | Duplicate | step to reproduce 1 do flutter upgrade 2 wait until error after upgrade log command flutter no color no version check precache exception filesystemexception filesystemexception deletion fail path c flutter bin cache flutter web sdk os error ... |
flutterflutter | datetime to timetick | Invalid | be there any option to get direct c timetick from the date |
flutterflutter | validator in the form widget run twice when submit button press when auto validation enable | Invalid | when form widget have autovalidation enable when press submit button cause validator to run twice it only need to run one time below be my submit button child textbutton child text submit onpresse async await formkey currentstate save ... |
flutterflutter | flutter release mode error | Invalid | my application work perfectly in debug mode but in release mode it do not show any datum come from fire store here be the output e flutter flutter work app project apphotel flutter run run flutter pub get in apphotel 2 326ms launch lib main dart on vivo 1907 19 in debug mod... |
flutterflutter | flutter web app route | Invalid | the exist flutter 2 0 router be very hard and not clear how to integrate with the web app could you please provide separate package for web routing like react router for web app current issue 1 router document be not clear for web app developer 2 private route and public route flow be miss ... |
flutterflutter | debug web in webview | Invalid | I want to debug h5 page in chrome how can I do in android webview I can this java webview setwebcontentsdebuggingenable true |
flutterflutter | android 11 and textinput systemchannel | Invalid | step to reproduce keyboard be now show in android 11 by run dart systemchannel textinput invokemethod textinput show expect result the code work on other test platform actual result nothing happen log flutter channel ... |
flutterflutter | how to use package package info for force app update implementation | Invalid | how to check the package info version code with my api response version code information for app update implementation |
flutterflutter | question how to know the size of a widget before paint it | Invalid | be it possible to calculate size of a widget without paint it I find a solution here but it s not match my need I need to something like textpainter textpainter layout and textpainter size but for widget s |
flutterflutter | keep scroll position in listview when add new item on top | Invalid | I have a problem that ask in stackoverflow before by someone I be use a listview builder to render a chat the scenario be the follow a user type in a new chat message when that happen I be store the new message in state and therefore the itemcount be increase by one if I be at the end o... |
flutterflutter | installation could not install flutter on ubuntu 20 04 | Invalid | I m new to flutter and my os be ubuntu 20 04 lt first I try instal it as in the manual with the follow command sudo snap install flutter classic which have some issue use jq initialize flutter parse error invalid numeric literal at line 1 column 6 parse error invalid numeri... |
flutterflutter | how to protect code tamper in flutter | Invalid | I m new to flutter and I m create an app in flutter currently I m go through some of the security point one of which be code tamper how to protect the app from code tamper code injection in native android we use to check verify the release key signature so that we can avoid code tampering be there ... |
flutterflutter | google adsense support for flutter web | Duplicate | add google adsense support for flutter web so that we monetization our flutter web app |
flutterflutter | flutter doctor report user bin chromium be not executable but project run correctly | Duplicate | I have just instal flutter 2 0 I setup a linux device and activate desktop support run flutter doctor I receive an error which say I can find chromium at usr bin chromium but report that it be not executable however I can run chromium when I be in usr bin dictory when I be in my home... |
flutterflutter | flutter 2 maybe there s something wrong with flutter s accessibility code | Duplicate | log fatal exception java lang stackoverflowerror stack size 8 mb at java lang reflect method invoke method java at io flutter view accessibilityviewembedder reflectionaccessor getchildid accessibilityviewembedder java 532 at io flutter view accessibilityviewembedder reflect... |
flutterflutter | the app terminate in io | Invalid | when I run my flutter project in a simulator or real phone my app run and after less than a minute my app crash I think the problem be show when I add the admob banner in the project but not sure 2021 04 11 23 05 29 307292 0430 runner 5907 30444 terminate app due to uncaught exception nsinvalidar... |
flutterflutter | flutter app crash only when use appbundle | Invalid | I don t know if this be a flutter plugin or google play bundle bug but here it go I have an app with 4 5 million download where almost all device work without too much issue in one specific device a xt 1033 falcon moto g 2013 run android 5 1 the bundle don t copy a drawable png make the app cr... |
flutterflutter | popup menu show under foreground when dismiss google pay | Invalid | from the late spring promo in google pay the popup menu clip when dismiss please forward to the google play team and close if this be not a flutter bug thank you ezgif com gif maker |
flutterflutter | share image use url | Invalid | hi I want to share an image dynamically take a url and then share it as it work in easy flutter share but I be not able to do it in this package will you please provide a code example for this use case like below I use easy flutter share but not able to implement it on this package var request await ... |
flutterflutter | only in vscode plugin on linux fail to establish connection with the application instance in chrome | Invalid | step to reproduce 1 run flutter create bug 2 try to launch debugging on vscode note 1 debugging by the web server work 2 run flutter run d chrome work but in vscode launch debug not log flutter doctor v flutter channel stable 2 0 4 on linux local... |
flutterflutter | how can I create vpn for io application with flutter | Invalid | I wanna create a vpn application with flutter and I m go to do it with the ovpn file on android application it start successful but io don t I use the package flutter openvpn from pub dev I need a solution for io and thank all |
flutterflutter | exception null the flutter tool can not access the file or directory please ensure that the sdk and or project be instal in a location that have read write permission for the current user | Duplicate | step to reproduce flutter be work fine but when package be update it start throw this error log log flutter channel master 2 1 0 13 0 pre 524 on microsoft windows version 10 0 18363 1440 locale en in flutter version 2 1 0 13 0 pre 524 at c flutter f... |
flutterflutter | missingpluginexception missingpluginexception no implementation find for method getall on channel plugin flutter io share preference | Invalid | even after flutter clean then reinstall the app on android I m get the same error any help work fine on io |
flutterflutter | change domain | Invalid | hi I want to change the domain associate with my app |
flutterflutter | drm solution not available | Duplicate | please add drm solution in video player |
flutterflutter | tool crash dartdevelopmentserviceexception | Duplicate | command flutter run step to reproduce 1 2 3 log dartdevelopmentserviceexception 0 dartdevelopmentserviceimpl startddsserver package dds src dds impl dart 144 7 1 dartdevelopmentserviceimpl startservice package dds src dds impl dart 97 ... |
flutterflutter | cupertinoslivernavigationbar different background color eg transparent when showlargetitle be true | Duplicate | use case cupertinoslivernavigationbar do not allow select different background color for when the bar be expand vs not proposal in addition to backgroundcolor add a largebackgroundcolor would give the flexibility for support different color transparency in the two different state |
flutterflutter | listview builder show return text in same line | Invalid | hi be there a way to show listview builder item one after another instead of new line I want they to show paragraph when one item will end next item will start from the end of they last item like sentence in a paragraph when word will reach to end of screen it will go to new line to show text show no... |
flutterflutter | how to schedule and send periodic flutter local notification with callback which be call before send the notification in flutter | Invalid | via flutter app I need to send periodic local notification with callback where callback be call for each period interval before send notification so far I have try timer to schedule periodic local notification but it do not work in background I e when app be close I have also try flutterlocalnotificationspl... |
flutterflutter | what do mean the mystery verifypurchase method | Invalid | good day I m try to configure a non consumable product I ve run into a misunderstanding of handle the verifypurchase method what s exactly should be there when and why should I completepurchase and when and why should I consumepurchase I m use the in app purchase 0 5 1 3 plugin... |
flutterflutter | application ui be completely distort when mobile phone display text size be enlarge not responsive | Invalid | when the user increase the display font size of mobile phone android io the application ui be complete break requirement I need to fix the size of all the textfield though the user increase the display font size give no support for accessibility note I have already give fontsize to my textfi... |
flutterflutter | snap store flutter install not work | Invalid | I try to install flutter on ubuntu later version 20 10 and also on late version of linux lite 5 4 in both I be get the same below error when try to install via snap store I e sudo snap install flutter classic then when try to type flutter and press enter in terminal I get below error image ... |
flutterflutter | localizationsdelegate in cupertinoapp | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | hot reload or hot restart problem | Invalid | flutter version 2 0 4 in debug mode when delete print xxxx or comment print xxx use hot reboot or hot reload the console will still print xxx I don t know what cause this run flutter clean recompile the console will not output xxx the new add code be similar to print |
flutterflutter | I get this below error when I connect my physical device and try to run the app on it but on chrome it work fine | Invalid | launch lib main dart on vivo 1811 in debug mode lib main dart 1 failure build fail with an exception what go wrong could not open setting generic class cache for setting file c user user desktop flutter app android setting gradle c user user gradle cache 6 7 script 1fnwrr8g4rohfp29... |
flutterflutter | emojis on io be display in a weird way | Duplicate | use case proposal |
flutterflutter | tool crash filesystemexception readsync fail os error datum error cyclic redundancy check errno 23 | Duplicate | command flutter quiet assemble depfile path r build app intermediate flutter debug dtargetfile path main dart dtargetplatform android dbuildmode debug dtrackwidgetcreation true dartdefine flutter inspector structurederror 3dtrue debug android application step to reproduce 1 ... |
flutterflutter | nest custompaint widget exception | Invalid | here be the code override widget build buildcontext context return scaffold appbar appbar title text test body column child stack alignment alignment center child ... |
flutterflutter | tool crash argumenterror invalid argument s invalid type for path null | Duplicate | command flutter create ios language swift android language kotlin step to reproduce 1 2 3 log argumenterror invalid argument s invalid type for path null 0 filesystem getpath package file src interface file system dart 160 7 1 ... |
flutterflutter | value indicator with lengthy label be not adjust on the right edge of screen | Duplicate | the slider widget draw value indicator without adjust trail space slider valueindicator end slider valueindicator start dart slidertheme data slidertheme of context copywith activetrackcolor color red 700 inactivetrackcolor color red 100 ... |
flutterflutter | how to hide remove window title bar on window desktop application | Invalid | I have try all available solution but still I be not able to remove hide window title bar which contain min max close button screenshot add with title bar mark in red ui screenshot code detail with dependency desktop window 0 4 0 import package desktop window desktop window dart... |
flutterflutter | url launcher canlaunch return false when launch work fine | Duplicate | step to reproduce 1 provide email or phone scheme 2 run canlaunch uri 3 get false 4 run launch uri 5 get all work fine dart final mail uri scheme mailto path print mail test await canlaunch mail tostre final te... |
flutterflutter | all dropdown formfield update at once | Invalid | in a dynamically generate form on change the dropdown formfield selection all dropdown field update at once however the change value of the dropdown do get pass how to prevent this behaviour output dropdownformfield code import package flutter material dart cla... |
flutterflutter | bug | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | when be the target date for enable next bottom in flutter web browser | Invalid | 32248 |
flutterflutter | receive empty html text or plaintext on my temp email | Invalid | hi I m have a problem on fetch datum from my temp mail because on email body it retrieve an empty text it be a bug from api here be my sample data image |
flutterflutter | flutter doctor do not know android studio instal | Invalid | os ubuntu 21 04 x64 flutter late install via sudo snap install flutter android studio instal via sudo snap install android studio flutter doctor doctor summary to see all detail run flutter doctor v flutter channel stable 2 0 4 on linux locale en us utf 8 android ... |
flutterflutter | desktop how to capture user keyboard combination | Invalid | save I want detect user click ctrl s or not how to listen to these event on flutter desktop any clue |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.