Hello. When run application in Release mode, got his error:
[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method Backendless.Data.of.find on channel backendless/data)
An internal ticket has been created, the ticket’s number for reference is BKNDLSS-26366.
We will update you here once our Flutter engineer takes a look into the issue.
Sorry for the long delay.
I just tested my Android app in release mode. It worked great for me, and no problem.
Checked on version 7.1.7.
Is this problem relevant to this version for you?
If so, then I assume that you have something wrong with your proguard or gradle setting.
There is my proguard file:
#Flutter Wrapper
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.** { *; }
-keep class io.flutter.util.** { *; }
-keep class io.flutter.view.** { *; }
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
#Backendless
-dontwarn com.backendless.**
-dontwarn weborb.**
-keep class weborb.** {*;}
-keep class com.backendless.** {*;}