Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[windows]: update_flutter_engine.bat is failing on latest flutter master channel #115

Closed
clarkezone opened this issue Aug 3, 2018 · 3 comments

Comments

@clarkezone
Copy link
Collaborator

I'm on flutter master branch and have upgraded flutter to the latest version. When update_flutter_engine.bat is run either directly from cmd or as part of the windows desktop embedder library build, there are a bunch of errors eg:

file:///C:/Users/james/Source/github.com/clarkezone/flutter-desktop-embedding/third_party/dart_packages/crypto/lib/src/hash_sink.dart(20,9): error G7D2AEF3C: Type 'Endianness' not found.
1> final Endianness _endian;

@jason-simmons
Copy link

The version of the crypto package in https://github.com/google/flutter-desktop-embedding/tree/master/third_party/dart_packages/crypto needs to be updated to a newer release that uses the new Dart 2 Endian API.

@stuartmorgan

For now, you might be able to work around this by editing the tools/dart_tools/.packages file locally to point the crypto package at the latest version of https://github.com/dart-lang/crypto

stuartmorgan pushed a commit that referenced this issue Aug 4, 2018
Updated dart-lang/crypto package to version 2.0.5

Fixes issue #115
@stuartmorgan
Copy link
Collaborator

Thanks all for the investigation and fix!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants