Lars Werner
Lars Werner
> Hi @large, I'm able to load anchored adaptive banner ads in landscape mode > It's recommended to use `final size = await AdSize.getCurrentOrientationAnchoredAdaptiveBannerAdSize( MediaQuery.sizeOf(context).width.truncate());` to determine the ad size....
@malandr2 that is what I did in my description above. I can zip & upload my version if you like?
@malandr2 I just tested the Android BannerExample on my emulator, **without any source code change** (mint from repo):  It do show a banner in portrait mode (but it is...
By reading up on code I saw the reason: https://github.com/imaNNeo/fl_chart/issues/1149 This is a big "fail" if you want to show for instance a "now" indicator. No example shows how to...
In the BarTouchData() callback the barTouchResponse.touchChartCoordinate.dx contains the percentage. This can be natural option to highlight what was touched, if you calculate the rodWidth. Hopefully this can be optional in...
Install node and tested it, seems to work fine: One annoyance on the dev-version is that the filter-view opens right after a full refresh is done. Note that on my...
Well written @Levi-Lesches After reading the documentation did not catch this "downfall" before implementing in code. So if you are in the progress of rewriting documentation, this could be highlighted....