repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
flutterflutter | renderbox be not lay out renderrepaintboundary d49d2 relayoutboundary up1 need paint package flutter src rendering box dart | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | inspector service not work due to null location detailed information 1st time only | Invalid | step to reproduce 1 run my flutter app 2 open the flutter inspector in android studio 3 no error and an error show up 4 optional keep hit the refresh button to repeat expect result list of widget available in the inspector widget no error actual result e... |
flutterflutter | android studio plugin should show simulator name instead of gphone for android simulator | Invalid | screenshot 2021 06 11 at 14 04 19 use case for device selection dropdown show various device proposal right now show only code name like gphone for every android simulator it should be name of that simulator so it can easily be identify on which simulator its go to run ... |
flutterflutter | chrome make some serious change on its late version v19 unfortunately our app be not work correctly now | Invalid | I make some change in flutter app now flutter web be work fine but app have same issue I think webview lib be point some other version of chome so that it be not work for app please let I know how can I update the late chrome in this lib |
flutterflutter | how can I set the chrome bar colour in flutter web | Invalid | how can I change this in flutter web whatsapp image 2021 06 11 at 09 57 47 I try systemchrome setsystemuioverlaystyle systemuioverlaystyle statusbarcolor color transparent transparent status bar statusbariconbrightness brightness dark dark text for status bar ... |
flutterflutter | wrong icon in dev channel mobile desktop | Duplicate | after change channel of beta to dev practically all icon have change ex screenshot 183 include the default combobox icon screenshot 184 I ve already try flutter pub cache repair flutter pub cache clean flutter clean the problem persist both run on release and debug ... |
flutterflutter | connection between flutter and an api through a websocket | Invalid | I be try to establish a connection between my application in flutter and the emotiv api as the documentation indicate I have to do it through a websocket use localhost on port 6868 the connection work when I run the project in a virtual android emulator but when I run it on my device... |
flutterflutter | icon in release build of web be incorrect different icon | Duplicate | it s the same as 66343 but it s not a cache issue web capture android intend result capture every icon be something random clear the cache do nothing clean pub cache too flutter channel stable 2 2 1 on microsoft windows version 10 0 21327 1010 locale en we ... |
flutterflutter | google map flutter not show up after publish on play store | Invalid | when I install the apk I create it work but when I throw that apk to the play store it do not work screen shoot 2021 06 10 at 18 16 35 pubspec yaml yaml name pratiko description pratiko version 2 5 6 120 environment sdk 2 7 0 3 0 0 dependency flutter ... |
flutterflutter | image picker io permission access your photo select photo be break | Duplicate | step to reproduce 1 install the app to the physical io device in order to get permission request in the future 2 call await imagepicker getimage source imagesource gallery on ios device 3 pick select photo in flutter app would like to access your photo 4 allow access pick... |
flutterflutter | margin between two widget should merge | Invalid | margin vs margin I have 2 container beside each other image let s say I give each of they a margin on all side of 10px image why do the distance between the 2 container become 20px when it should be only 10px isn t that what margin mean minimum distance from sur... |
flutterflutter | camera square aspect ratio in camera preview | Duplicate | camera aspect ratio be currently set to as default aspect ratio give by camera and if we try to set another aspect ratio then it stretch the camera preview |
flutterflutter | how to draw shadow at one side a path alone | Invalid | hi team I have draw a semi circular path in that I want to apply the shadow or elevation at end of its rounded corner but if I apply elevation use canvas drawshadow the output do not come as except be there any way to achieve my requirement class myhomepagestate extend state override... |
flutterflutter | the sweep gradient color be not get apply for the degree great than 360 | Invalid | hi team I have render a path for the degree great than 360 as in the below code snippet and apply sweep gradient for that but the color get apply until 360 degree alone be there any way to apply a sweep gradient above 360 degree import dart math as math import dart ui as ui import ... |
flutterflutter | I m not get i d token as response even though I ve provide necessary scope in google sign in | Invalid | I be develop google sign in feature in flutter and I m able to extract i d token from auth header but when I try to hit google api token info endpoint with the i d token it s give invalid i d token as response but the accesstoken be still work which be comme from the same header can anyone please help I solve this is... |
flutterflutter | flutter web produce an error when move to the login screen but when I hit back and click again it work | Invalid | I be create a simple login register app and be test it use web deployment but when I select the login button or the register button this error be throw unsupported operation platform operatingsystem however when I click back to the welcome screen and try to login again the screen show up... |
flutterflutter | flutter get error on launch app | Duplicate | I have do flutter run profile on 2 different device and get the same error the app seem to load but everything stop at a white screen on my device if I pull the app and unplug from the desktop then restart the app all test seem o be fine never have this problem before the error both de... |
flutterflutter | flutter generate unnecessary drawable folder cause runtime exeption | Invalid | github issue e androidruntime 30175 fatal exception main e androidruntime 30175 process com example avito clone demo pid 30175 e androidruntime 30175 java lang runtimeexception unable to start activity componentinfo com example avito clone demo com example avito clone demo mainactiv... |
flutterflutter | keyboard performance in combination with multiple complex screen | Invalid | hi I have a bottom navigation use an indexedstack everything run smooth but if I open an bottomdrawer with an autofocus textfield the animation be pretty laggy if I don t hold complex ui structure on each of the 3 screen the animation even on debug mode be way smooth be there be recommend approac... |
flutterflutter | build runner error on live app | Invalid | step to reproduce expect result I be attempt to run the command flutter package pub run no sound null safety build runner build to generate my g file so that I can update my live app actual result I be receive the follow error severe fail to snapshot build script ... |
flutterflutter | tool crash filesystemexception can not open file os error access be deny errno 5 | Duplicate | command flutter doctor step to reproduce 1 2 3 log filesystemexception can not open file os error access be deny errno 5 0 file open dart io file impl dart 356 9 1 rootrununary dart async zone dart 1198 47 2 cus... |
flutterflutter | camera preview be stretch horizonatlly with 4 3 aspect ratio | Duplicate | camera preview be stretch when change aspect ratio from 16 9 to 4 3 I be change previewsize on iconbutton click camera plugin version 0 8 1 3 device information zenfone max pro m1 android arm64 android 11 api 30 class camerascreengithub extend statefulwidget const camerascreengit... |
flutterflutter | functional component widget | Invalid | question feature request as I see flutter be inspire by react reactive user interface I m wonder if there be plan to implement functional component style widget in flutter the point be simple base on my experience with many react app class approach to build ui be such a burden in compa... |
flutterflutter | issue set state | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | window multicast dns socketexception fail to create datagram socket os error the request address be not valid in its context errno 10049 | Duplicate | this bug exist for window use the multicast dns library because of this my desktop application can not listen to mdns at all even though only one of the interface be throw an error I fork multicast dns add a try catch clause and be able to run my application successfully so there should be s... |
flutterflutter | tool crash processexception the directory name be invalid command c flutter bin cache dart sdk bin pub bat os error code 267 | Duplicate | command flutter create sampleproject step to reproduce 1 2 3 log processexception the directory name be invalid command c flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch process patch dart 39... |
flutterflutter | flutter | Invalid | step to reproduce 1 2 3 log log |
flutterflutter | fresh installation of flutter give error | Invalid | fresh installation of flutter give error flutter run v bash tushar tushar hp laptop 15 bs0xx desktop test app flutter run v 112 ms executing uname m 61 ms exit code 0 from uname m x86 64 9 ms execute home tushar desktop tool flutter git c lo... |
flutterflutter | hot restart on web reset current url route after upgrade to 2 2 | Duplicate | prior to flutter 2 2 if the application be hot restart the current url display world persist for example if the application be at localhost 5555 some route then after a hot restart the application would boot directly to the same route localhost 5555 some route after upgrade to 2 2 and continue ... |
flutterflutter | problem when try to type an email address in windows mode | Duplicate | step to reproduce 1 run flutter create bug 2 update the file as follow in main dart add after line 102 a textformfield without any parameter 3 then run the program on window try to type test com the press backspace expect result at the end we should be ... |
flutterflutter | flutter package rootbundle loadstring filepath not work package have no main or runapp | Invalid | I m work on a package where I m try to read an html file in my code I ve try add it to the asset directory and set the asset field in pubspec yaml but that s not work the package can t run on it s own no main or runapp it have to be use within an actual app and I think that s the issue the test app s pubsp... |
flutterflutter | scaffold snackbar over scaffold bottomsheet content even with snackbarbehavior float behavior | Invalid | step to reproduce 1 run flutter create demo 2 update main dart with the follow main dart dart import package flutter material dart void main runapp myapp class myapp extend statelesswidget this widget be the root of your application ov... |
flutterflutter | web debug release mode issue | Invalid | quite often we run into issue in release build which we could never catch in debug the code have be minify and hence it be very difficult to understand what the error be about or where it be come from as the error be in js and not dart be there a good way for analyse and debug such error |
flutterflutter | unhandled exception missingpluginexception no implementation find for method show on channel dexterous com flutter local notification in background | Invalid | after migrate my old flutter app to v2 embed I face the issue missingpluginexception in the background when app be in the foreground it work perfectly in my case I use local notification plugin in the background the full exception look like e flutter 19420 error flutter lib ui ui dart st... |
flutterflutter | app stop when android alarm manager flutter run when app be in background | Invalid | the application get kill when app run in the background it work well in foreground error from debug console start alarmservice w flutterenginecxnregstry 23646 attempt to register plugin io flutter embed engine plugin shim shimpluginregistry shimregistraraggregate 63fd595 but it be already register wi... |
flutterflutter | ios 15 beta support | Invalid | use case proposal |
flutterflutter | I have white screen when I run my application | Invalid | when I run my application there be nothing appear in the screen of emulator only white screen and in the debug console console launch lib main dart on sdk gphone x86 in debug mode lib main dart 1 build build app outputs flutter apk app debug apk connect to vm service at ws 127 0 0 1 61463 g1... |
flutterflutter | googleutilitie gulurlsessiondataresponse h file not find | Invalid | I be get this error when I hit the run button how to fix this issue log console fail to build io app error output from xcode build objc 46193 class amsupporturlconnectiondelegate be implement in both usr lib libauthinstall dylib 0x203169160 and system library privateframew... |
flutterflutter | tool crash processexception the directory name be invalid command e flutter sdk flutter bin cache dart sdk bin pub bat os error code 267 | Duplicate | command flutter 01 log flutter pub get step to reproduce 1 2 3 log processexception the directory name be invalid command e flutter sdk flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch ... |
flutterflutter | tool crash processexception the directory name be invalid command e flutter sdk flutter bin cache dart sdk bin pub bat os error code 267 | Duplicate | command flutter pub get step to reproduce 1 2 3 log processexception the directory name be invalid command e flutter sdk flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch process patch dart 390... |
flutterflutter | hnapp | Duplicate | command flutter create hnapp step to reproduce 1 2 3 log filesystemexception can not copy file to c user jean frederic desktop projet flutter hnapp android app src main re mipmap hdpi ic launcher png os error acc s refu errno 5 0 fi... |
flutterflutter | please I want to use stream builder inside a column with another widget but I can t | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | html renderer inconsistency with rtl text | Duplicate | when use html renderer the text direction isn t obey in text widget reproduction code dart import package flutter material dart void main runapp myapp class myapp extend statelesswidget this widget be the root of your application override widget build buildcon... |
flutterflutter | flawed generation of localisation file after upgrade flutter to 2 2 1 | Duplicate | I localise my application use the late 0 17 0 intl package and it have work fine until I upgrade flutter from 2 0 2 to 2 2 1 now localisation file be generate without import package intl intl dart as intl which lead to error when try to build the project downgrade flutter back to 2 0 2 resolve the iss... |
flutterflutter | be this a design feature or bug | Invalid | recreate code void main runapp myapp class myapp extend statelesswidget override widget build buildcontext context materialapp title tabbarview inside pageview home scaffold body builder builder context return gesturedet... |
flutterflutter | error with i10n on flutter 2 2 1 when use message with number | Duplicate | use i10n on app en arb locale en notify you have value message notify placeholder value type int format compactlong error msg dart tool flutter gen gen l10n app localizatio... |
flutterflutter | datetime parse formattedstre feature request | Invalid | use case I be work with my team they use c and we be process file with some 70k line I have implement all the feature as they want but when it come to sort date string in dropdown list the datetime parse formattedstre method doesn t accept my date string because it be in format of dd mm yyy... |
flutterflutter | invalid issue | Invalid | oh thank you for fast reply okay I move my question to those site |
flutterflutter | google maps animation frame drop on io | Invalid | detail google map be cause frame drop when the map be animate on io but it s fine on android however I don t have any iphone so I can t test it in profile mode here be my code to try target platform ios target os version browser ios 14 5 device io simulator log ... |
flutterflutter | firestore crash | Invalid | when I use firestore to setdata it crash the app |
flutterflutter | no mediaquery widget ancestor find scaffold widget require a mediaquery widget ancestor the specific widget that could not find a mediaquery ancestor be scaffold the ownership chain for the affected widget be scaffold myapp 8 root no mediaquery ancestor could be find start from the context that be pass to... | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | can t able to to call firebasemessage onmessageapenedapp listen | Invalid | in dart analysis no error be show every work fine but onmessageopenedapp be not call function firebasetrigger buildcontext ctx async print we be here firebasemessage onmessageopenedapp listen remotemessage a print not bale to reach there print a ... |
flutterflutter | flutter web nest navigator create lead black fading in line | Duplicate | when use nest navigator navigator add black fading in line not test yet on android io step to reproduce test app class testapp extend statelesswidget const testapp key key super key key override widget build buildcontext context materialapp ... |
flutterflutter | flutter web content break after host to server | Invalid | I have create a project by flutter create myresume command and run on chrome it s work fine both release and debug mode but when I host it use this command flutter build web release to my share server then it s content have break text be show like box I din t modify any code just create pr... |
flutterflutter | visual studio be super slow on flutter | Invalid | I be use vscode to develop flutter application but I don t know why when I want to use wrap a widget almost 10 second I have to wait this part more that 50 of my ram be free and more than 70 of cpu be not use and I be use ssd alt mx dart version dart sdk version 2 13 1 stable ... |
flutterflutter | fail assertion line 258 pos 16 child null indexof child index 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 | elevatedbutton inconsistency across mobile web | Duplicate | hello I ve find an inconsistency on elevatedbutton inconsistency across mobile web web have less spacing margin and button look small and cram import package flutter material dart const color coloryoutube color 0xffcc191e const color colormedium color 0xff333333 const color colorfac... |
flutterflutter | test on windows cursor issue | Duplicate | 1 setstate of a parent widget do not change the cursor until mouse be move 1cnmws8urm 2 exiting showmenu do not change the cursor until mouse be move d2nmmehhrd 3 switching between widget do not change the cursor until mouse be move 6dxx3yclvr 4 hover the second sample click on i... |
flutterflutter | the typo in doc | Invalid | file on have a typo in line 265 at present this will not be null iff error be not null consequently stacktrace typo in word iff and yes it be worthy of issue d |
flutterflutter | use password must be click twice | Duplicate | hello this issue be regard to the flutter plugin local auth when I click on the button on the bottom left of the authentication request use password I must re press this button again after I enter the device s password and click on the enter button of the keyboard the code snippet I m use ... |
flutterflutter | widget not work | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | in app purchase unable to purchase consumable item again and again | Invalid | thank |
flutterflutter | cursor be not move in textfield for hindi word | Duplicate | the cursor be not move use arrow button or directly by place at that place this be happen with hindi text but work fine for english letter this be occur in flutter web scp flutter channel stable 2 0 6 on microsoft windows version 10 0 19042 804 locale en we flutter v... |
flutterflutter | class amsupporturlconnectiondelegate be implement in both | Invalid | I be use macpro m1 when I config project with multi schemas for the ios side I have this error when build io from android studio however when I open folder io and build from xcode it work I have try many solution like reinstall pod but it still not work error output from xcode build objc 58... |
flutterflutter | package info add sign certificate sha1 for android | Invalid | use case provide the current signing certificate sha1 at runtime the google maps api require provide the sha1 in a x android cert header when use platform specific api key proposal add this datum to the info return on android |
flutterflutter | flutter web iframe reload when resizing page | Duplicate | detail hello I use iframe on flutter web on microsoft edge browser I don t have any problem but when I resize the page iframe reload be there a way stop the reload again thank you step to reproduce iframeelement iframeelement iframeelement widget iframewidget void ... |
flutterflutter | switch tab reload widget | Invalid | how to stop reload widget while switch between tab my code code snippet dart class viewpostscreenstate extend state with automatickeepaliveclientmixin final scaffoldkey globalkey bool isloade false user user list image video audio ... |
flutterflutter | I have no bug but I can t build apk | Invalid | step to reproduce 1 run flutter create bug I have no bug to show everything all do 2 I have try flutter build apk and also flutter build apk no sound null safety 3 can anyone can tell I what s the problem please 4 see attached log expect result I want apk b... |
flutterflutter | e flutter 26985 error flutter lib ui ui dart state cc 199 unhandled exception platformexception already active image picker be already active null null | Duplicate | I get this error as update my flutter version and also upgrade all the package so when I try to activate image picker I get this error error e flutter 26985 error flutter lib ui ui dart state cc 199 unhandled exception platformexception already active image picker be already active null nu... |
flutterflutter | camera initialize fail with error access deny find property persist vendor camera privapp list | Duplicate | list camera await availablecamera cameracontroll controller cameracontroller camera first resolutionpreset medium imageformatgroup imageformatgroup jpeg controller initialize be fail with below error devide oneplus 6 camer... |
flutterflutter | tool crash filesystemexception fail to decode datum use encode utf 8 null | Duplicate | command flutter no color run machine verbose track widget creation device i d chrome start pause dart define flutter inspector structurederror true devtool server address lib main dart step to reproduce 1 2 3 log filesystemexception fail t... |
flutterflutter | I have a new issue when I upgrade android studio | Invalid | my android studio version be 4 2 1 my flutter version be flutter window 2 2 1 stable my java version be 1 8 0 20 console failure build fail with an exception where build file f androidstudioproject hello android app build gradle line 24 what go wrong a problem occur evaluate pr... |
flutterflutter | flutter web completer don t work | Invalid | 1 flutter build web 2 put it into an other android project asset 3 build apk and visit it by webview 4 it invoke android http request function by js bridge with callback 5 when callback return datum the completer be null |
flutterflutter | error capture camera | Duplicate | error when capture photo on realme 3 use camera 0 8 1 2 flutter doctor flutter doctor v console flutter channel stable 2 0 6 on microsoft windows version 10 0 19041 985 locale en i d flutter version 2 0 6 at c user 1087 download flutter framework revision 1d903... |
flutterflutter | change browser color in flutter web | Invalid | flutter for mobile support change system appbar navbar color use annotatedregion widget or systemchrome setsystemuioverlaystyle method be there an equivalent to change the browser background color I d like to match the browser s color with the app s appbar navbar color |
flutterflutter | error a value of type object can t be assign to a variable of type map | Invalid | I be try to retrieve datum from firebase this be the method map gameretour new map stream getuserempstreamsnapshot buildcontext context async await firebasefirestore instance collection game doc groupchatid get then documentsnapshot documentsnapshot if documentsna... |
flutterflutter | issue with firebase package | Invalid | hi all I m now use macbook pro with m1 I have an issue when I add any package firebase in pubspec yaml I get this output I search a lot for solution but couldn t find a solution abdulazizraja macbook pro abdulaziz testapp flutter run launch lib main dart on iphone 11 pro in debug mode run pod install ... |
flutterflutter | integration test plugin not detect | Duplicate | flutter warn integration test plugin be not detect if you re run the test with flutter drive please make sure your test be in the integration test directory of your package and use flutter test path to test to run it instead this be with a my test dart void main ... |
flutterflutter | dispose under specify for imagebuffer imagedescriptor immutablebuffer | Duplicate | ref the spec bug be still unresolved that be it be not specify that user of this api shall imagebuffer dispose after hand the buffer off to the descriptor user of this api shall not call imagebuffer dispose until the descriptor be not be use after instantiate a codec with instantiatecod... |
flutterflutter | the build fail likely due to androidx incompatibility in a plugin the tool be about to try use jetifi to solve the incompatibility building plugin cloud firestore | Invalid | console note f software flutter window 1 17 5 stable flutter pub cache host pub dartlang org firebase core 1 2 0 android src main java io flutter plugin firebase core flutterfirebasecoreplugin java use or override a deprecate api note recompile with xlint deprecation for detail failure build... |
flutterflutter | null | Duplicate | command flutter create simpleproject step to reproduce 1 2 3 log processexception the directory name be invalid command c src flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch process patch dart 3... |
flutterflutter | tool crash processexception the directory name be invalid command c src flutter bin cache dart sdk bin pub bat os error code 267 | Duplicate | command flutter create simpleproject step to reproduce 1 2 3 log processexception the directory name be invalid command c src flutter bin cache dart sdk bin pub bat os error code 267 0 processimpl start dart io patch process patch dar... |
flutterflutter | texturelayer will not update when embed in opacitylayer | Duplicate | step to reproduce opacity opacity 0 5 child texture when texture content change there will be no new frame while single texture widget will work a simple way to reproduce wrap l134 in a opacity widget |
flutterflutter | how to use runwithentrypoint libraryuri function with flutter version 1 17 1 | Invalid | step to reproduce 1 switch flutter version to 1 17 1 ios hydrated app 2 in a hydrated app use engine runwithentrypoint main libraryuri main dart but if I pass to libraryuri the module can be integrate to the app correctly so how should I use libraryuri bec... |
flutterflutter | flutter can not run on io simulator | Duplicate | this be my flutter doctor v output sh flutter doctor v flutter channel stable 2 2 0 on mac os x 10 14 6 18g9216 darwin x64 locale zh hans cn flutter version 2 2 0 at user scottluo opt flutter framework revision b22742018b 3 week ago 2021 05 14 19 12 57 0700 ... |
flutterflutter | editabletext be not use primaryscrollcontroller | Invalid | editabletext create its own internal controller and doesn t integrate wirh primaryscrollcontroller api in this example scrollbar doesn t work workaround wrap text in singlechildscrollview dart import package flutter material dart final color darkblue color fromargb 255 18 32 47 ... |
flutterflutter | sign in function through an api work properly in debug apk but not work in release apk | Invalid | I be build an app that require sign in through a custom api the app work well and good in the debug apk but in the release apk I be unable to sign in to the app have anyone face such kind of issue yet |
flutterflutter | io fail to run debug both on io device and simulator after upgrade flutter to late version 2 2 1 | Invalid | hi I be sure my flutter project work well before upgrade flutter flutter upgrade force to late one but it fail to debug and show error as follow error when debug on io simulator comsole fail to build io app error output from xcode build 2021 06 03 09 51 29 043 xcodebuild ... |
flutterflutter | flutter write your app isn t use androidx if gradle property have white space in android useandroidx variable | Invalid | when the gradle property contain android useandroidx true or android useandroidx true or android useandroidx true the flutter write your app isn t use androidx into the log when the gradle property have android useandroidx true without space all be ok reproduce on flutte... |
flutterflutter | iframe size change issue on chrome 91 | Invalid | new chrome version 91 doesn t send event to window visualviewport onresize listener inside iframe I be not sure be it a bug or intend behaviour but in result flutter ui doesn t follow iframe size change what you can see here iframe chrome91 it work fine on safari and chrome 91 iframe safa... |
flutterflutter | listview inside a dismissible vertical widget | Duplicate | dismissible background listview builder itemcount 500 itembuilder context inde text inde tostre child listview builder itemcount 500 itembuilder context inde text inde tost... |
flutterflutter | error while get datum from api | Invalid | convert object to an encodable object fail instance of rxint |
flutterflutter | error | Invalid | step to reproduce 1 run flutter create bug 2 update the file as follow 3 expect result actual result log |
flutterflutter | flutter module crash on android 5 1 1 level 22 android emulator like nox player etc | Invalid | crash stack from ndk dump 00 pc 0001c078 system lib arm nb libc so strlen 72 01 pc 00140e21 operator third party libcxx include ostream 869 inline length armeabi v7a 02 pc 0014d047 refptr flutter fml memory ref ptr h 108 inline release armeabi v7a 03 pc 0015d0... |
flutterflutter | miss tool after upgrade flutter 2 2 1 | Invalid | android studio 4 2 1 on macbook pro late stable flutter version if I create a flutter project it miss database inspector profiler emulator window avd manager under view tool window and also device file explorer be go and I can t search my database adb file flutter doctor give no error everything wor... |
flutterflutter | image chrome at desire place or similar color detection | Invalid | image chrome at desire place or accord to as select at desire pixel color ezgif 2 bbd0e906440f screenshot 139 screenshot 140 |
flutterflutter | camera plugin access to the image stream from dart example | Duplicate | in I see add access to the image stream from dart but I don t see method to call it 1 can you explain how to get access to image stream I don t see any method in example lib main dart 2 what about overhead be it good idea to apply ocr on image stream from dart side |
flutterflutter | video player skip when play | Invalid | hi so I m use video player and I be think if with this plugin be possible for example on the playervideoandpoppage when it start the video I can skip de video like a button on appbar to skip the video and the app keep do what be do before |
flutterflutter | compile of stateless widget report problem with a non final field but run correctly | Invalid | I start with the default project I add a string field call app then I write a simple constructor that reference the app field in the constructor s argument eg myclass key key this app super key key when I compile it the field definition be flag as a non final field which it be ... |
flutterflutter | flutter intellij idea plugin issue | Invalid | 1 convert statelesswidget to a statefulwidget remove all comment from the file cs3mssuppb 2 typing map especially a nest map break the idea it stop analyze the code and show some error which actually do not exist to return idea to a normal state you need to close it and then open it again ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.