repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
flutterflutter
materialbanner be not update when call scaffoldmessenger of context setstate
Duplicate
use case materialbanner be a statefulwidget and be create in scaffoldmessenger of context showmaterialbanner since it be stateful shouldn t it be possible to add a for instance a linearprogressindicator and set new value through setstate image example of implementation ...
flutterflutter
point cloud and depth camera
Invalid
use case proposal
flutterflutter
I want to only face unlock feature
Duplicate
hello hey devs in my application I just want to add a face unlock feature to unlock my application but as I use this package it will take both figure and face like if the user set both fingure and face in security it will automatically use figure to unlock the device but I want to use only fac...
flutterflutter
io build crash flutter flutter h file not find
Duplicate
flutter run v flutter run v txt io podfile podfile txt ios podfile lock podfile lock txt pubspec yaml pubspec yaml txt pubspec lock pubspec lock txt io runner xcodeproj project pbxproj project pbxproj txt
flutterflutter
tool crash nosuchmethoderror nosuchmethoderror the getter assetpathstoevict be call on null receiver nulltrie call assetpathstoevict
Duplicate
23 23 command flutter run v 23 23 step to reproduce 1 2 3 23 23 logs nosuchmethoderror nosuchmethoderror the getter assetpathstoevict be call on null receiver null try call assetpathstoevict 230 object nosuchmethod dart core patch object ...
flutterflutter
the page suddenly flash and couldn t stop on io
Duplicate
flutter channel stable 2 10 3 on macos 12 3 1 21e258 darwin x64 locale zh hans cn xcode develop for io and macos xcode 13 2 1 chrome develop for the web android studio version 2021 1 vs code version 1 66 2 connect device 2 available
flutterflutter
either the assertion indicate an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
I create a new application and run in android device but not success the problem be connect to repo maven apache org 443 repo maven apache org 127 0 0 1 repo maven apache org 0 0 0 0 0 0 0 1 fail connection refuse connection refuse
Invalid
failure build fail with an exception what go wrong a problem occur configure root project android could not resolve all artifact for configuration classpath could not resolve org jetbrain kotlin kotlin gradle plugin 1 6 10 require by project could not reso...
flutterflutter
fatal exception java lang nullpointerexception io flutter plugin edit textinputplugin autofill
Duplicate
hello one of our user get a crash and all we get be a firebase crashlytic report couldn t reproduce this issue and not sure what cause it flutter doctor output flutter channel stable 2 10 5 on macos 12 3 21e230 darwin arm locale en gb flutter version 2 10 5 at user admin documen...
flutterflutter
flutter url launcher plugin integration test only web give io device error on arm64
Invalid
I be try to run integration test on url loader from flutter plugin 1 I have in instal chromedriver for apple silicon arm64 from here 2 run the driver on port 44 run chromedriver port 4444 open run the url launcher in android studio now run the integration test integration...
flutterflutter
bug codelab friendlychat step 7 focus do not go back to textfield on enter in browser
Duplicate
tutorial in question 6 code in question problem when the code be run in browser dartpad dev firefox safari after submit a message by hit enter the focus be suppose to go back to the textfield for the user to type another message while the focus seemingly go back caret blink keyboard input...
flutterflutter
animatedcrossfade be not work
Invalid
step to reproduce 1 execute flutter run on the code sample 2 click on change text button expect result whole first child have to fade to the second child actual result first child first shrink itself to the size of the second child and than fade animation start code sample ...
flutterflutter
be there any way to validate that the enter text be the price
Invalid
I want to validate that the enter text be the price I want it to validate that the user enter a number and only my flutter app automatically enter and currency symbol how can I verify it
flutterflutter
package flutter src widget framework dart fail assertion line 5356 pos 14
Duplicate
log the relevant error cause widget be screenutilinit screenutilinit file user admin desktop testapp lib main dart 22 16 when the exception be throw this be the stack 2 inheritedelement notifyclient package flutter src widget framework dart 5356 14 3 proxyelement upda...
flutterflutter
textfield misbehave when the on screen keyboard be close
Invalid
step to reproduce 1 execute flutter run on the code sample be sure to run it inside an android emulator and not another platform 2 when the app build and launch successfully click on the float action button to show the input modal 3 click inside the textfield this will bring out the andro...
flutterflutter
googlemap doesn t blur when use backdropfilter io
Duplicate
step to reproduce I be try to build a widget on top of a full screen google map widget and blur all the background include the map however everything else be blur but the map when I add a backdropfilter on top of the stack expect result the map be blur actual result the map be not blur ...
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not open file os error no such file or directory errno 2 0 file throwiferror dart io file impl dart 635 7 1 file opensync dart io file impl dart 479 5...
flutterflutter
add2app for flutter desktop macos and window
Duplicate
use case I have a vst virtual studio technology implement in c which be use as a standalone app and also as a host app in music application fruity loop logic currently the ui be quite complex to implement in c and prone to crash and I d love to be use flutter with dart ffi while leav...
flutterflutter
nuget exe not find try to download or use cache version
Invalid
it show I an error when I run flutter run d window txt nuget exe not find try to download or use cache version log log flutter asset will be download from make sure you trust this source launch lib main dart on window in debug mode building window application nuget exe ...
flutterflutter
eventchannel not be call every time
Invalid
I be very new to flutter dart framework I be try to understand how eventchannel work I have set up eventchannel to capture the number of an incoming call on the android side I have set up an broadcastreceiver as follow public class calleventhandler extend broadcastreceiver implement ...
flutterflutter
go router deep linking
Invalid
I m try to implement deep linking in my test app I already try out go router so in documentation there be not much about deep link first I create page and add it to router like this goroute name deeplink path deeplink builder context state const deeplinkpage ...
flutterflutter
android get process permission
Invalid
io flutter plugin io flutter embed will get running process relate function call stack android app activitymanager getrunningappprocesse activitymanager java 3564 j I a c a a a sourcefile 2 j I a c a a c sourcefile 1 j I a c a a b sourcefile 1 j I a a s u sourcefile 3 j I a a u v s...
flutterflutter
io web textfield cursor position jump to 0 after each custom keyboard input result in different behavior on different platform
Duplicate
this issue be split from 103024 I be build a custom keyboard for my flutter web application and have find the textfield reset the cursor position to zero after every key press on io web browser chrome and safari when the readonly property of the textfield be set to true my application require readonly ...
flutterflutter
integration test timeoutexception after 0 12 00 000000 test time out after 12 minute
Invalid
my app have lot of resource so it take to to build around 20 minute and I m fine with that but the problem be that the integration test be always fail because of test time out after 12 minute error I wonder be there any way to disable this timeout exception I try with timeout none but it do...
flutterflutter
in the nest navigator the hardware back button on android work differently from a back button on the app bar
Invalid
overview in my understanding the hardware back button on android work the same as the back button on the app bar however in the nest navigator the back button on the app bar pop a current page while the hardware back button pop nest navigator page step to reproduce 1 run the sample code ...
flutterflutter
hu
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
savelayer child can not contain composite layer flutter mobile development
Invalid
I be use the follow gist to make the ui faceid page like apple s face i d registration flutter error be as follow console the follow assertion be throw during a scheduler callback savelayer child can not contain composite layer the save layer into which savelayer child be paint c...
flutterflutter
please add send the post method of submit datum for opening app from other website
Invalid
my project be the new web from the main web the main web have an a menu when the user press the a menu the browser will open the new web and send the token of the user the issue be the method to send the token to the new web that be flutter have only way as I know that be get method send parameter in the ur...
flutterflutter
flutter build render to web app can t get new late version code
Invalid
dear team what can I do I can t get new datum when I deploy new version code to the server after we access from url inside android native we use web view native to show it webview native ready clear cache but the flutter web app then open in webview android native still can t get the late code unless uni...
flutterflutter
font icon request social medium
Invalid
I want to display social medium on my flutter app and need a social medium icon however I can t find the social medium icon I hope flutter would add a social medium icon
flutterflutter
window physicalsize not initialise immediately in release build on android
Invalid
step to reproduce 1 execute flutter run release on the code sample with an android device I test with a pixel 6 android 12 2 the code repeatedly query the property window physicalsize from dart ui after the start expect result 1 window physicalsize should be init...
flutterflutter
tool crash unknownexception
Duplicate
command flutter drive driver test driver integration test dart target integration test template template create test dart d chrome step to reproduce 1 chromedriver port 4444 2 flutter drive driver test driver integration test dart target integration test template template...
flutterflutter
google maps flutter google maps platform map i d
Invalid
can I define a map style in google map platform and see the define style in my mobile app io android
flutterflutter
flutter how to remove the hover area of the switch widget
Invalid
I want to remove the padding of the switch the padding be cause by the hover area of the button how to remove the hover area padding of the button basic code container color color yellow child switch value false onchange valu...
flutterflutter
scrollcontroller attach to multiple scroll view error
Invalid
problem description when change the orientation from landscape to portrait or vice versa with orientationbuilder or when save the project and reload I get this error screen shoot 2022 05 02 at 01 14 49 the setup of the link scroll controller pretty much the same as the one from clas...
flutterflutter
codelab in app purchase need update
Duplicate
just a request for an update on the codelab in app purchase issue I ve find 1 server side verification be insufficient for subscription change in app with io when a user change their subscription within same group update to firebase server do not fire and sub not change I think this be because apple do...
flutterflutter
reorderablelistview textfield with cursor drag handle can t be reorder without error
Duplicate
the bug originally occur in this file step to reproduce test on android where this cursor be present in my linux test everything work fine 1 execute flutter run on the code sample 2 see that textfield can be reorder without error show up in console 3 put focus on textfield 4 typ...
flutterflutter
the relevant error cause widget be screenutilinit screenutilinit
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
exception catch by widget library
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
tool crash filesystemexception can not create link os error errno 1
Duplicate
23 23 command flutter pub get 23 23 step to reproduce 1 2 3 23 23 log filesystemexception can not create link os error errno 1 230 link throwiferror dart io link dart 263 7 231 link createsync dart io link dart 184 5 232...
flutterflutter
iap how to catch billing s reponsecode
Duplicate
hi there I m write a subscription method use the official package everything seem to work fine on android but I can t catch the billing s responsecode when the user want to but the subscription I launch this code inapppurchase buynonconsumable purchaseparam purchaseparam so the play stor...
flutterflutter
fatal exception java lang runtimeexception io flutter embed engine flutterjni loadlibrary
Duplicate
step to reproduce I can t reproduce it but I get the crash report from my production app on a nexus 5 under android 8 1 0 capture d e cran 2022 04 30 a 12 52 58 here be the stack trace fatal exception java lang runtimeexception unable to start activity componentinfo com listeen an...
flutterflutter
silent printing print any pdf without print preview need urgently help I any plugin or source code
Invalid
use case proposal
flutterflutter
websocket connection with some delay after build for web
Invalid
hi guy anyone know about what can make this delay happen when run it locally it run fast but when I build for web and run it use a python server python m http server 8000 it s really slow for well undestanding I m use a webapp to connect with another and send datum json through wss connection
flutterflutter
new default flutter project fail on build with ndk do not have a source property file
Duplicate
step to reproduce 1 android studio file new new flutter project 2 accept default configuration dart sdk default instal sdk see environment flutter doctor detail below project type application android language kotlin ios language swift ...
flutterflutter
camera resolutionpreset veryhigh be ignore with imagestream on android
Duplicate
step to reproduce 1 execute flutter run on the code sample in my case I run it on a samsung s10e android 12 2 look at the log where the resolution should be 1920 1080 it s actually 1280 720 zuvola have previously report this issue on android in issuecomment 973661365 expect r...
flutterflutter
flutter camera widget image totaly partly white even exposure time be set to min on pixel 4
Duplicate
hello everyone currently write an flutter app which use the camera package and the code of the link below to take a picture complete example the problem be when I use it on a pixel 4 I get a total white image exposure time to high even if I set the exposure time to min while it be work on my oneplus6 fi...
flutterflutter
tool crash filesystemexception can not create file os error the system can not find the file specify errno 2
Duplicate
command flutter create template app overwrite step to reproduce 1 2 3 log filesystemexception can not create file os error the system can not find the file specify errno 2 0 file throwiferror dart io file impl dart 635 7 1 ...
flutterflutter
the event of dialog pass through to the platformview at the bottom on flutter web
Duplicate
we encounter a problem with flutter for web if a dialog pop up on a platformview when we click on the dialog the event continue through to the platformview below as show in the figure click on the dialog will trigger the video to play or stop because the code be for internal use only so can not be u...
flutterflutter
share preference missingpluginexception no implementation find for method getall on channel plugin flutter io share preference
Duplicate
url await sharedpreference getinstance be call in firebasemessagingbackgroundhandler firebase message when version share preference 2 0 8 run ok but version 2 0 13 below excepution be hanppene in additon when device unlock await sharedpreference getinstance be run ok too on ve...
flutterflutter
fail assertion line 5143 pos 16 child be parentdataelement be not true
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
add umbrella meta issue tag
Invalid
I suggest add a tag for all umbrella meta issue context currently I find it quite hard to track upcoming feature change if all meta umbrella issue be tag they could be filter and once could see all big upcoming change at one glance
flutterflutter
leave side scrollbar of a big thickness have unexpected behavior draw on top of content show additional scrollbar on the right
Invalid
step to reproduce 1 run the follow code sample on dartpad and or a desktop build window expect result 1 track thickness would change to match the bar thickness I expect set thickness to push my list to the right to make space for its thickness so it wouldn t overlap with ...
flutterflutter
url launcher open up a play store link via google play bring up a dialog box ask to install a web browser
Invalid
step to reproduce 1 execute flutter run on the code sample 2 tap on a link that lead to the play store app with the correct path expect result the app correspond to the play store link display actual result a dialog appear say to view this content install and set up a we...
flutterflutter
android vectordrawable quick action icon not render when instal over play store
Duplicate
step to reproduce 1 clone this project which use quick action package with vectordrawable svg base icon for android s quick action place in android app src main re mipmap anydpi v26 2 run or build locally in android emulator or local device local result quick action icon ge...
flutterflutter
gray screen if move browser window from macbook pro 13 screen to philip lead screen
Duplicate
step to reproduce might be relate two screen be require for this in my case with a macbook pro m1 13 laptop and a secondary philip lead display 24 1 create a starter flutter project or copy the example code provide 2 run in chrome 3 move the browser window between the mac scree...
flutterflutter
use isolate with hive database error
Invalid
I create an isolate function that consume the hive database object while get all object from the database and give they to the function flutter be throw consoel unhandled exception invalid argument s illegal argument in isolate message object extend nativewrapper library dart io class rand...
flutterflutter
renderbox be not lay out renderconstrainedbox 681af relayoutboundary up4 need paint need composite bit update
Invalid
log console the follow assertion be throw during performlayout renderbox be not lay out renderpointerlistener 2d8d6 relayoutboundary up9 need paint need composite bit update package flutter src rendering box dart fail assertion line 1785 pos 12 hassize either the assertion indicate ...
flutterflutter
try to get the bound of a focus node that didn t have its context set yet
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
I meet a problem when I use the io tagent why it have the nonzero exit code
Invalid
codesign user oscar library developer xcode deriveddata webdriveragent bvkkmdjlhmigtyawxsuhszbxwbbp build product debug iphoneos webdriveragentrunner runner app plugin webdriveragentrunner xct framework yycache framework in target webdriveragentrunner from project webdriveragent cd user oscar ...
flutterflutter
upgrade subscription on android
Duplicate
hi I want to upgrade downgrade subscription for android to do that I need to provide changesubscriptionparam with the field oldpurchasedetail how be my app suppose to get the oldpurchasedetail object thank
flutterflutter
error flutter lib ui ui dart state cc 209 unhandled exception platformexception multiplerequest only one initialize at a time null null
Invalid
I have be try to implement speech to text functionality in my flutter app by follow the youtube tutorial but whenever I click on the button to start speak it give I the follow error and nothing happen error flutter lib ui ui dart state cc 209 unhandled exception platformexception multiplerequest only one...
flutterflutter
go router barrierdismissible of customtransitionpage isn t use from anywhere and do not work
Duplicate
barrierdismissible of customtransitionpage isn t use from anywhere and do not work l71 other field be use here but the barrierdismissible be miss l114 l130 expect result barrierdismissible of customtransitionpage be use and work as describe here l70 dart over...
flutterflutter
issue on linux after upgrade to popo 22 04 ubuntu 22 04 base
Invalid
I together after upgrade my system which I regret after some issue not only with flutter I can t get my app run anymore the error message doesn t help much see below as I didn t find any ticket here yet I would like to report it to you step to reproduce 1 I would say just upgrade to...
flutterflutter
flutter markdown bold be not work for question
Invalid
datum this be not a question markdown datum datum this output the sentence in bold this be not a question datum this be a question markdown datum datum this output the follow this be a question
flutterflutter
tool crash wiperror
Duplicate
command flutter run step to reproduce 1 try to build web version with firebase 2 3 crash log wiperror flutter channel stable 2 10 5 on macos 12 3 1 21e258 darwin arm locale en ru flutter version 2 10 5 at user sergey library andro...
flutterflutter
overlay entry be hide appbar
Invalid
I have face this problem appbar be hide when I be scroll overlay entry screenshot 2022 04 27 at 5 29 58 pm sample code import package flutter material dart void main runapp myapp class myapp extend statelesswidget override widget build buildcontext con...
flutterflutter
web html renderer implement toimage
Duplicate
use case it s about the method toimage it be extremely useful for many scenario and for example use in the famous screenshot package it work on android and io furthermore it work on web as well if you use the canvaskit renderer however there be scenario where the html render be requ...
flutterflutter
flutter web freeze after load image asset
Invalid
111
flutterflutter
update pagecontroller with photoviewgallery builder
Invalid
I m create an app gallery and can not update the image I be always come across the first image although the pagecontroller be correct please help I to solve this issu class viewerpage extend statefulwidget final medium medium viewerpage key...
flutterflutter
flutter web flavor option not find
Duplicate
summary why do we don t have flavor option when we build for web when I run the follow flutter build web target lib main development dart flavor development it throw error could not find an option name flavor run flutter h or flutter h for available flutter ...
flutterflutter
state handledragupdate package flutter src widget scrollable dart 645 12 3
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log error log state handledragupdate package flutter src widget scrol...
flutterflutter
to make draggablescrollablesheet dismissible
Duplicate
use case we want to dismiss draggablescrollablesheet when we tap the background area the background area be the red area please see the attach video below and I think there be no workaround I find but it need expand false if we set it false we can t drag down the red area ...
flutterflutter
video file have multiple audio track so how I can select any one audio track
Duplicate
in video player package have no option to select an audio track if a video file have multiple audio track so please add the method so we can select any one audio track
flutterflutter
how to achieve partly dark mode in light mode
Invalid
use case nothing happen when I set partly dark mode by use theme the text color be still black dart theme datum themedata dark child const text you have push the button this many time the whole demo be below dart import package flutter material dart ...
flutterflutter
failure build fail with an exception
Invalid
the project do not work please help I thank you image
flutterflutter
tool crash filesystemexception can not create link os error incorrect function errno 1
Duplicate
command flutter pub get step to reproduce 1 2 3 log filesystemexception can not create link os error incorrect function errno 1 0 link throwiferror dart io link dart 263 7 1 link createsync dart io link dart 184 5 2 ...
flutterflutter
draggablescrollablesheet snap speed
Invalid
when release draggablescrollablesheet it snap very slowly to desire position it would really nice if a developer could set how long should it take for the sheet to snap into place it seem that it currently take about a second which feel way to long if it s already possible I m sorry for a unnecessary issue but...
flutterflutter
can not assign color from theme
Invalid
use a theme image nope flutter 2 10 5
flutterflutter
be it posible to run dart code in platform specific android service with flutter
Invalid
I have a flutter library that work well in flutter main dart but I need to use it in android service to run in background since flutter hasn t support service yet as I know so I create a native android service use java and start it use methodchannel but I don t know how to use the flutter library inside my ...
flutterflutter
widget asset be not load on aw ec2 server
Invalid
we be create a new widget with the timezone package and the time zone package asset be not load on aw ec2 server and it be work correctly on other server step to reproduce 1 configure and run the sample on aw ec2 server 2 it make an error while load the timezone package asset expect result ...
flutterflutter
hi team
Invalid
use case proposal
flutterflutter
be it possible that enumerate the currently available fontfamily
Invalid
use case I want to make user can choose font by themselves but I didn t find any way to enumerate font available in flutter engine proposal will a feature to do it or I should do it myself in native plugin
flutterflutter
flutter app throw so many non fatal exception from firebase storage link
Invalid
in our flutter app we be load the image from firebase storage crashlytic show so many exception from the firebase storage link I believe it have nothing to do with the firebase plugin because the image be load from the url with the widget cachednetworkimage cachednetworkimage ...
flutterflutter
tool crash nosuchmethoderror nosuchmethoderror the getter assetpathstoevict be call on null receiver nulltrie call assetpathstoevict
Duplicate
command flutter run step to reproduce 1 2 3 log nosuchmethoderror nosuchmethoderror the getter assetpathstoevict be call on null receiver null try call assetpathstoevict 0 object nosuchmethod dart core patch object patch dart 38 5 ...
flutterflutter
share preference share datum store between two different app
Invalid
hi I have two different app that the user could have instal simultaneously I would like to be able to read datum store while use one app by the other app be this now possible if so how if not it would be a great feature to have I need it just in io for the time be thank daniele folatel...
flutterflutter
do not work some time keyboard in macos flutter
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
dropdownbutton s selecteditembuilder be not center and can t be align to right
Duplicate
hello I be use flutter 2 10 4 on stable channel I be try to align to left the select value of the dropdownbutton widget dart dropdownbutton menumaxheight widget size height 0 3 value dropdownmese icon icon ...
flutterflutter
support for native application on linux just like window
Invalid
hi flutter dev team I request you to bring support for flutter native application on linux I feel like flutter have very high scope on linux just like other platform and will make it easy for linux developer to build native application on linux thank you your s sincerely satvik
flutterflutter
I be use quill editor all be work well in render delta format document as well but when I try to use image attribute it throw this error
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
fail assertion line 201 pos 12 debugduringdeviceupdate be not true
Invalid
step to reproduce 1 execute flutter run on the code sample 2 3 expect result actual result code sample dart log
flutterflutter
local auth with cryptographic
Invalid
I wonder local auth plugin can integrate with cryptographic for secure authentication with biometric application like a bank application
flutterflutter
exception gradle task assembledebug fail with exit code 1
Invalid
I m try to run a flutter test app and the error say failure build fail with an exception what go wrong execution fail for task app packagedebug a failure occur while execute com android build gradle task packageandroidartifact incrementalsplitterrunnable com android ide common signi...
flutterflutter
how can I play video from bytes witch it store in db
Invalid
I need way to play video from bytes why I have and db witch store the byte of the the movie and I do not want to create file to my use can access it I want the file be in memory then its delete please help I I do not have any idea how to implement it
flutterflutter
widget inspector crash with cupertinopagescaffold vscode
Invalid
what be happen exactly hello I face a problem when try to inspect widget while I be build a cupertino app when I put a cupertinopagescaffold in my widget the widget inspector be not work when you select an element it show the detail tree layout explorer not work once then you can not select...
flutterflutter
kidland
Invalid
no issue with kid learning material for test purpose
flutterflutter
tool crash filesystemexception can not open file os error no such file or directory errno 2
Duplicate
command flutter no color pub get step to reproduce 1 2 3 log filesystemexception can not open file os error no such file or directory errno 2 0 file throwiferror dart io file impl dart 635 7 1 file opensync dart io file imp...
flutterflutter
uncaught bindingerror expect null or instance of typeface get an instance of typeface
Invalid
there be no error during debug but when I deploy I ve get this error in the console uncaught bindingerror expect null or instance of typeface get an instance of typeface at error canvaskit js 162 76 at new canvaskit js 161 188 at x canvaskit js 164 250 at vc canvaski...
flutterflutter
camera make it possible to simultaneously access to front and rear camera
Duplicate
I want to access both front and rear camera at the same time and use both preview on the same view to take a picture or record a video like bereal app
flutterflutter
smartrefresher pull to refresh
Invalid
hello there here s my issue if you could help let s assume that I have header widget like this architect 1 2 3 if u implement this and try to scroll the smart refresher work to show you the 3 first as it scroll the header and extend it from the bottom I wanna get the contract effect desire behavio...