Closed knaeckeKami closed 4 years ago
@knaeckeKami thank you for PR.
Have you managed to successfully pass tests without flutter_test
dependency?
yes!
~/d/amazon-cognito-identity-dart-2 (master)> pub run test
Precompiling executable... (13.6s)
Precompiled test:test.
00:12 +69: All tests passed!
Thank you!
This package has an unused dev_dependency for flutter_test. This causes this package and all dependents to be flagged as incompatible with vanilla (flutter-less) Dart on pub.dev .
This PR removes this dependency (note: this does not affect the example, which still can use flutter)