Omar Kamel

Results 206 comments of Omar Kamel

Updated the above with some possibilities

That might be generally useful, but doesn't actually help convert responses into custom MyApiExceptions internally If a method within the client could be set to wrap all methods generated by...

> > That might be generally useful, but doesn't actually help convert responses into custom MyApiExceptions internally > > But it does. That is all I'm doing in my current...

> Have you missed `this.onError` in the constructor? The `@wrapper` specification will likely going to be prohibitive due to types mismatch. It doesn't specify parameters or return types and `Future`...

> @TekExplorer all I'm saying your examples are incomplete and it is unclear (at least to me) how implementation can be wired together for them. You have declaration for the...

I think it makes sense. but honestly, if only there was a way to "pass along" parameters instead of having to specify them manually it would be a non-issue

@BertrandBev This is a serious issue with this package - attempting to load (or even just _type_) emojis will cause a malformed utf16 error due to... *something* in your code....

CORRECTION! attempting to input a Japanese character (as an example) has the same exact issue. what the *actual* hell

@BertrandBev > Did you end up finding a fix? My fix was switching to `flutter_code_editor` which has its own issues, but at least i can use all characters properly now......