bitsdojo / bitsdojo_window

A Flutter package that makes it easy to customize and work with your Flutter desktop app window.
http://www.youtube.com/watch?v=bee2AHQpGK4
MIT License
816 stars 229 forks source link

Solves namespace conflicts in Flutter 3. #172

Closed zonble closed 2 years ago

zonble commented 2 years ago

In Flutter 3, but ffi and ui package has the class Size so we have to let a prefix to let compiler to know the Size class that we use is from the ui package.

bitsdojo commented 2 years ago

Fixed this in bitsdojo_window: ^0.1.2.

Thank you for trying to help. Appreciate it.