bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 123 forks source link

version 3.8.0 should depend dart 3.1.0 instead of 3.0.0 #230

Closed wanjm closed 4 months ago

wanjm commented 5 months ago

dart:js_interop dart:js_interop_unsafe

is imported in 3.1.0, so version 3.8.0 should increase the minial SDK version;

mosuem commented 5 months ago

This is breaking the master branch of package:grpc, see https://github.com/mosuem/pc-dart/actions/runs/8686453387/job/23817981444.

Ephenodrom commented 5 months ago

@mosuem A new version 3.9.0 is available on pub.dev including this PR. Once the repository is synced this PR will be closed.

Thank you very much!

wanjm commented 5 months ago

and i think 3.8.0 should be removed. for I am use flutter 3.10 now; flutter pub get will try to get 3.8.0. but is not supported;

Ephenodrom commented 4 months ago

3.8.0 can not be removed anymore. This issue is closed.