martipello
martipello
I did find someone managed to do this i converted it to kotlin package com.sealstudios.pokemonApp.util import android.graphics.Canvas import android.graphics.RectF import android.util.Log import com.github.mikephil.charting.animation.ChartAnimator import com.github.mikephil.charting.interfaces.dataprovider.BarDataProvider import com.github.mikephil.charting.interfaces.datasets.IBarDataSet import com.github.mikephil.charting.renderer.HorizontalBarChartRenderer import...
> Hi @martipello > Can you please provide your `flutter doctor -v` and a minimal complete reproducible code sample? > Thank you no, sorry I'm very busy, flutter doctor won't...
or you could let us use the title property or the label property, and just show a warning that it doesn't support tooltips
@pedromassango im well aware of that im proposing that it shouldnt be deprecated as it serves a real purpose and going from using a widget to a string kills this...
i find awaiting the initialization to not hang the UI but it actually never awaits it, raised issue https://github.com/chyiiiiiiiiiiii/flutter_zendesk_messaging/issues/84
AI replies on issues is crazy
We had this same error recently in our flutter app only on web and only on Chromium browsers it turned out to be an issue with Chrome not recognising that...
> Is there any option how to cancel current refresh operation and trigger new one? No, is the short answer, but I do have a solution you can try see...
> > Is there any option how to cancel current refresh operation and trigger new one? > > No, is the short answer, but I do have a solution you...
I get the same issue Its when it tries to get the value ``` /// If called while a page is fetching or no more pages are available, this method...