Jaguar-dart / client

Contains various packages for client side
46 stars 22 forks source link

Not able to compile android release build #29

Closed noisytempo closed 6 years ago

noisytempo commented 6 years ago

flutter build apk --release Running "flutter packages get" in rozana_customer_app... 0.7s Initializing gradle... 1.1s Resolving dependencies... 3.1s Gradle task 'assembleRelease'...

Compiler message: Flutter/.pub-cache/hosted/pub.dartlang.org/jaguar_resty-2.8.8/lib/src/expect.dart:13:28: Error: Type argument '#lib1::Mismatch::M' violates the corresponding type variable bound of 'CustomMismatchMessage'. Try changing type arguments so that they conform to the bounds. CustomMismatchMessage customMessage; ^ Flutter/.pub-cache/hosted/pub.dartlang.org/jaguar_resty-2.8.8/lib/src/expect.dart:8:38: Context: Bound of this variable is violated. typedef String CustomMismatchMessage(M mismatch); ^ Compiler terminated unexpectedly.

Gradle task 'assembleRelease'... Done 8.4s Gradle task assembleRelease failed with exit code 1

tejainece commented 6 years ago

I have published 2.8.9 that is supposed to fix this issue. Can you please test it?

noisytempo commented 6 years ago

Yes, it is fixed now. Thanks 🙂