To test the error in my flutter project, I created an empty flutter project in vscode and added backendless_sdk to pubspec.yaml.
When running “flutter build apk” in the terminal, error "Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details."is displayed.
Deleting “backpacker_sdk” no longer causes an error
thank you
But I can’t ignore that, because when I create and run an APK, the app stops.
without backendless_sdk: ^1.1.6
The app runs without error on the phone.