AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

SignalR Error: Attempt to invoke virtual method 'void java.lang.reflect.Method.setAccessible(boolean)' on a null object reference #58

Closed ElegantCrab closed 8 months ago

ElegantCrab commented 8 months ago

I got this error when I finally compiled my app for production and I cannot find the source of it.

Everything looks fine, it only happens when compiling for release

Flutter version: 3.0.2

ElegantCrab commented 8 months ago

Solved it with the information about proguard towards the end of the readme