Closed hyderali0889 closed 2 years ago
This happens because of Flutter 3.0. This package needs to get updated for Flutter 3.0 Judging by the last updates and number of issues/pull-requests it seems that this package is abandoned.
it seems that this package is abandoned.
For everyone else reading this and wondering about it:
The package is not abandoned in any way.
Been busy with taking care of my health as it has greatly impacted my ability to work in the last months.
Recently started a new medical treatment and I am slowly recovering so updates are coming in the near future.
https://github.com/flutter/flutter/issues/103571#issuecomment-1125705625:
Looks like we added
Size
todart:ffi
and anyone who imports bothdart:ffi
anddart:ui
is going to have an issue. Specifically looks like this is bitsdojo_window_windows and bitsdojo_window_linux.The solution is to say
hide Size
on theimport 'dart:ffi'
line.
Fixed in bitsdojo_window: ^0.1.2
- https://github.com/bitsdojo/bitsdojo_window/commit/f320b623db107b03a5976fd88e52ec4fe81fa0c9
Closing this issue. Please re-open if needed.
error GCE1592F9: 'Size' is imported from both 'dart:ffi' and 'dart:ui'. When running with out the bitsdojo package app runs but when using this package this error occurs .