flutter_appguard 0.0.8
flutter_appguard: ^0.0.8 copied to clipboard
A Appguard Flutter plugin project.
How to import SDK for using plugins #
Download SDK Import #
Android #
- Add the
libsfolder to the bottom of the project'sAndroid/appdirectory and copyappguard-0.2.0.aar. - Add the dependency of
appguard-0.2.0.aarto theandroid/app/build.gradlefile.dependencies { implementation files("libs/appguard-0.2.0.aar") }
iOS #
- Open the project's ios directory in VSCode using
Open in Xcode, or load the iOS project in Xcode usingRunner.xcworkspace. - Drag&Drop AppGuard.xcframework to the Runner target.
- In the
Choose options for adding these files:pop-up, checkCopy items if neededand make sure the checkbox is checked forRunnerTarget inAdd to targets. - Confirm that
AppGuard.xcframeworkis added asDo Not Embedin Runner Target / Gerneral /Frameworks, Libraries, and Embedded Content.