flutter_appguard 0.0.9 copy "flutter_appguard: ^0.0.9" to clipboard
flutter_appguard: ^0.0.9 copied to clipboard

A Appguard Flutter plugin project.

How to import SDK for using plugins #

Download SDK Import #

Android #

  1. Add the libs folder to the bottom of the project's Android/app directory and copy appguard-{VERSION}}.aar.
  2. Add the dependency of appguard-{VERSION}.aar to the android/app/build.gradle file.
    dependencies {
        implementation files("libs/appguard-0.2.0.aar")
    }
    

iOS #

  1. Open the project's ios directory in VSCode using Open in Xcode, or load the iOS project in Xcode using Runner.xcworkspace.
  2. Drag&Drop AppGuard.xcframework to the Runner target.
  3. In the Choose options for adding these files: pop-up, check Copy items if needed and make sure the checkbox is checked for Runner Target in Add to targets.
  4. Confirm that AppGuard.xcframework is added as Do Not Embed in Runner Target / Gerneral / Frameworks, Libraries, and Embedded Content.
1
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A Appguard Flutter plugin project.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_appguard

Packages that implement flutter_appguard