Closed zonble closed 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.
Fixed this in bitsdojo_window: ^0.1.2.
bitsdojo_window: ^0.1.2
Thank you for trying to help. Appreciate it.
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.