jiusanzhou / flutter_floatwing

A Flutter plugin that makes it easier to make floating/overlay window for Android with pure Flutter. 一个可以用纯粹的Flutter来开发Android浮动窗口的插件。
Other
169 stars 28 forks source link

Need support for higher Kotlin Gradle version #22

Open jijormathew opened 8 months ago

jijormathew commented 8 months ago
ducviet321 commented 8 months ago

I'm having the same issue

jiusanzhou commented 7 months ago

Thank you for your reporting, I will update the version in few days later

rorystephenson commented 5 months ago

I've opened a PR with updated gradle config: #23.

The assistive touch panel example will not work unless you also apply the fix from #19 .

I have applied both fixes in this branch: https://github.com/rorystephenson/flutter_floatwing/tree/fix/resolve-long-cast-exception