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
815 stars 229 forks source link

Resolve ffi "Size" and dart:ui "Size" confilicts #155

Closed XuTuKe closed 2 years ago

appinteractive commented 2 years ago

@bitsdojo this would be really needed!

Ros4111 commented 2 years ago

with flutter 3.0 it became a problem that I didnt have before

aryan-more commented 2 years ago

I have fixed the issue with flutter 3 and is available at this repo https://github.com/aryan-more/bitsdojo_window

as push request is not available , for temporary solution add this lines in pubspec.yaml bitsdojo_window_flutter3: git: url: https://github.com/aryan-more/bitsdojo_window.git ref: master ,remove the following line from pubspec.yaml bitsdojo_window: ^0.1.1+1

replace "import 'package:bitsdojo_window/bitsdojo_window.dart';" with "import 'package:bitsdojo_window_flutter3/bitsdojo_window.dart';"

bitsdojo commented 2 years ago

Fixed this in bitsdojo_window: ^0.1.2.

Thank you for trying to help. Appreciate it.

CodeDoctorDE commented 2 years ago

bitsdojo closes all opened issues/prs now :) welcome back in the flutter community!

YowFung commented 2 years ago

失踪人口回归!