Closed Dall127 closed 2 years ago
Same issue.
Same issue with flutter master 2.11.0-0.0.pre.537
Same issue. Reverting back to v2.8 seems to work:
flutter channel flutter-2.8-candidate.20
flutter upgrade
PR fixing this issue: https://github.com/bitsdojo/bitsdojo_window/pull/149. Can be used like this:
dependency_overrides:
bitsdojo_window_linux:
git:
url: https://github.com/CorvusYe/bitsdojo_window
path: bitsdojo_window_linux
ref: master
bitsdojo_window_windows:
git:
url: https://github.com/CorvusYe/bitsdojo_window
path: bitsdojo_window_windows
ref: master
dependencies
# https://github.com/bitsdojo/bitsdojo_window/issues/148
bitsdojo_window:
git:
url: https://github.com/CorvusYe/bitsdojo_window
path: bitsdojo_window
ref: master
Fixed in bitsdojo_window: ^0.1.2
- https://github.com/bitsdojo/bitsdojo_window/commit/f320b623db107b03a5976fd88e52ec4fe81fa0c9
Closing this issue. Please re-open if needed.
When using 'Flutter 2.11.0-0.1.pre', the build fails at
at ../…/src/window.dart:228
This isn't the only line failing in this file, but it seems to be limited to this file, as building for the web on this branch of beta works.