You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Flutter Development (flutter-dev)
Hi everyone,
I am developing a Flutter plugin to wrap the functionality two native SDKs that are already out for Android and iOS.
I followed the steps to include the sdk for Android:
Edit the project build.gradle file to add the libs folder
Copy the .aar in the libs folder
Add the dependencies to the app build.gradle
The plugin's example app is compiling. However, when I try to actually use the objects provided by the SDK I get an error as the compiler is not finding the object.
Anybody had a similar issue and hopefully solved it?