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

fix: Make example work in latest flutter #23

Closed rorystephenson closed 5 months ago

rorystephenson commented 5 months ago

This required upgrading gradle.

When run in conjunction with @rise-world's fix in #19 the example app works properly for me on the latest Flutter.

rorystephenson commented 5 months ago

Thank you for your pr.

My pleasure, thank you for the package!

So many packages upgraded, is that necessary?

I bumped the dart version which then forced me to bump the cupertino icons version due to incompatibility. After that I just did flutter pub get and it resulted in those changes.