xclud / web3dart

Ethereum library, written in Dart.
https://pub.dev/packages/web3dart
MIT License
170 stars 94 forks source link

Conflict async package version with flutter_test #56

Closed ekasetiawans closed 1 year ago

ekasetiawans commented 1 year ago

This package use async: ^2.9.0 that will be conflicted with flutter_test on flutter stable channel, because flutter_test is currently using async: ^2.8.2

ekasetiawans commented 1 year ago

duplicate of #34