Gabriel Reis

Results 2 issues of Gabriel Reis

Currently, my interceptResponse looks like: ``` @override Future interceptResponse({required ResponseData data}) async { if (kDebugMode) { print("-- RESPONSE --"); print(data.body); } RequestExceptionCatcher.checkRequestResponse( data.statusCode, ); data.body = utf8.decode(data.bodyBytes); return data; }...

question
wontfix

Congratulations for the good work! I've started using this plugin because i needed rotation in my map and better fidelity to polilyne routes. To this objective, the plugin worked like...