Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
364 stars 77 forks source link

Fails to build for web #46

Closed gbloggs closed 3 years ago

gbloggs commented 3 years ago

The pointycastle dependency

pointycastle: ^3.1.3

is causing the build for web to fail.

see:

https://github.com/bcgit/pc-dart/issues/112

Please either revert to 3.1.1 or update to 3.2.0 once it is released.

UPDATE

As a work around, I found pointycastle 3.1.2 compiled to web, so pegging the version in the pubspec worked:

  basic_utils: 3.3.2
  pointycastle: 3.1.2
Ephenodrom commented 3 years ago

Hello @gbloggs

I would recommend to go back to basic_utils: 3.3.2 as this version use pointycastle: ^3.1.2

I will update this package as soon as the new pointycastle version is available.

Ephenodrom commented 3 years ago

@gbloggs Should be fixed now. A new version 3.4.0 is now available on pub.dev including the latest pointycastle release.