flutter_appguard 0.0.9
flutter_appguard: ^0.0.9 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-{VERSION}}.aar. - Add the dependency of
appguard-{VERSION}.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.xcframeworkto 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.