Alex
Alex
`chart: BaseChartDirective;` And then I used this method to simulate hover and trigger tip display on demand: ``` openTip(index: number) { let mouseMoveEvent, meta, point, rectangle; meta = this.chart.chart.getDatasetMeta(0); rectangle...
same here 😞
@deepak786 kinda related... It compiles with JVM 17 and AGP 8 without problems so in that way is different to #371 . It even shows a loading UI from Intercom...
Hey @deepak786, I'm still waiting for an official answer from Intercom (not the quickest support...) I'm still confused about the fact that the plugin straight up works in dev mode...
Hey @deepak786. The Intercom team has opened an issue regarding this but for the time being they pointed me into this stackoverflow thread: https://stackoverflow.com/questions/1980452/what-causes-java-lang-incompatibleclasschangeerror Not sure if I can do...
same here... it's really annoying
``` Configuration( WRITE_KEY, trackApplicationLifecycleEvents: true, ) ```
hey @edsonjab, I've followed your example to initialize Segment with AppsFlyer the following way: ```dart Future config(Configuration configuration) async { final appsFlyerSettings = { 'AppsFlyer': { if (defaultTargetPlatform == TargetPlatform.iOS)...