Zakir Hossain

Results 3 issues of Zakir Hossain

Hi, I am trying to build this project using Android Studio 2.3.3 on Mac Os. But I am getting following error: Module testlapack depends on undefined modules: tmglib

I am using chopper 3.0.1. ```dart class ResponseInterceptorImp extends ResponseInterceptor { @override FutureOr onResponse(Response response) { return response.replace(bodyError: "Error occurred"); } } ``` type `Response` is not a subtype of...

bug
enhancement

Refactored `TypeMessage` to include both message type and message object, so that client doesn't have to initiate message object again themselves. Also change the datatype of `type` to more strong...