Flutter Gems is a curated list of 7100+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Cryptography, Security and Permissions packages
Last updated: March 18, 2026
Cryptography is the practice of secure communication and is widely used for email, file sharing, messaging and secure communications. Encryption is a key part of cryptography, and is used to protect information from unauthorized access. JWT, RSA, and AES are all examples of cryptographic algorithms that are used to encrypt and decrypt data. JWT is a standard for creating access tokens, RSA is a standard for public-key cryptography, and AES is a standard for symmetric-key cryptography.
The complete list of Dart and Flutter packages that can help you with Cryptography, Encryption, Hashing (SHA, MD5, HMAC), Security and Permissions is provided below.
uuid
👍 2.69K ⬇️ 7.7M
Dart 3 compatibleMaintenance Status: Good
RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart
crypto
👍 1.86K ⬇️ 7.6M
Dart 3 compatibleMaintenance Status: Good
Implementations of SHA, MD5, and HMAC cryptographic functions.
permission_handler
👍 5.96K ⬇️ 2.1M
Dart 3 compatibleMaintenance Status: Good
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
pointycastle
👍 400 ⬇️ 1.9M
Dart 3 compatibleMaintenance Status: Average
A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
encrypt
👍 1.09K ⬇️ 582.5K
Dart 3 compatibleMaintenance Status: Poor
A set of high-level APIs over PointyCastle for two-way cryptography.
dart_jsonwebtoken
👍 355 ⬇️ 686.6K
Dart 3 compatibleMaintenance Status: Good
An easy to use JSON Web Token (JWT) implementation in Dart with all algorithms supported.
jwt_decoder
👍 549 ⬇️ 463.4K
Dart 3 compatibleMaintenance Status: Poor
This small library helps you to decode Json Web Tokens, you can also know if a JWT is already expired.
ed25519_edwards
👍 12 ⬇️ 726.5K
Dart 3 compatibleMaintenance Status: Poor
Dart port of ed25519 from Go Cryptography ed25519
hashcodes
👍 0 ⬇️ 651K
Dart 3 compatibleMaintenance Status: Poor
A starting point for Dart libraries or applications.
freerasp
👍 579 ⬇️ 32.3K
Dart 3 compatibleMaintenance Status: Good
Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first.
jwt_decode
👍 122 ⬇️ 492.7K
Dart 3 compatibleMaintenance Status: Poor
A easy dart package to decode JSON Web Tokens, and to check and give its expiry dates
secure_application
👍 546 ⬇️ 26.5K
Dart 3 compatibleMaintenance Status: Average
Secure app content visibility when user leave app. It will hide content in the app switcher and display a frost barrier above locked content when the user get backs
cryptography
👍 305 ⬇️ 268.6K
Dart 3 compatibleMaintenance Status: Good
Cryptographic algorithms for encryption, digital signatures, key agreement, authentication, and hashing. AES, Chacha20, ED25519, and more. Cross-platform (mobile, desktop, JS, WASM).
safe_device
👍 363 ⬇️ 95.8K
Dart 3 compatibleMaintenance Status: Good
This package helps to detect iOS Simulator, Android Emulator and Debug Mode. This package also detects MockLocation/Fake GPS location on Android Device. Also check device is real or not.
flutter_jailbreak_detection
👍 382 ⬇️ 25K
Dart 3 compatibleMaintenance Status: Poor
Flutter jailbreak and root detection plugin. This plugin wraps Rootbeer for use on Android and DTTJailbreakDetection for use on iOS.
flutter_udid
👍 277 ⬇️ 119.2K
Dart 3 compatibleMaintenance Status: Good
Plugin to retrieve a persistent UDID across reinstalls on iOS and Android
xxh3
👍 12 ⬇️ 395.5K
Dart 3 compatibleMaintenance Status: Average
A Dart implementation (port) of the XXH3 hashing algorithm from xxHash.
screen_protector
👍 313 ⬇️ 56.1K
Dart 3 compatibleMaintenance Status: Good
Safe Data Leakage via Application Background Screenshot and Prevent Screenshot for Android and iOS.
jose
👍 73 ⬇️ 202.8K
Dart 3 compatibleMaintenance Status: Good
Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT
safe_url_check
👍 30 ⬇️ 230.5K
Dart 3 compatibleMaintenance Status: Poor
Check if an untrusted URL is broken, without allowing connections to a private IP address.
at_client_mobile
👍 223 ⬇️ 4.5K
Dart 3 compatibleMaintenance Status: Good
A Flutter extension to the at_client library which adds support for mobile, desktop and IoT devices.
nanoid
👍 126 ⬇️ 49.7K
Dart 3 compatibleMaintenance Status: Poor
A tiny, secure, URL-friendly, unique string ID generator. Dart implementation of ai/nanoid
fresh
👍 155 ⬇️ 16.3K
Dart 3 compatibleMaintenance Status: Good
An token refresh library for dart. This package exposes the core components that are common to various refresh token implementations (REST, GraphQL, etc...).
base58check
👍 2 ⬇️ 143.4K
Dart 3 compatibleMaintenance Status: Poor
Base58Check encoding using dart:convert interface
bech32
👍 5 ⬇️ 122.1K
Dart 3 compatibleMaintenance Status: Poor
Library implementing Bitcoins BIP173 (Bech32 encoding) specification in a Flutter friendly fashion.
notification_permissions
👍 117 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Poor
A plugin to check and ask for notification permissions on Android and iOS
recaptcha_enterprise_flutter
👍 51 ⬇️ 68.8K
Dart 3 compatibleMaintenance Status: Good
A flutter plugin for reCAPTCHA Enterprise.
hashlib
👍 70 ⬇️ 38K
Dart 3 compatibleMaintenance Status: Good
Secure hash functions, checksum generators, and key derivation algorithms optimized for Dart.
sqlcipher_flutter_libs
👍 38 ⬇️ 65.9K
Dart 3 compatibleMaintenance Status: Good
Not used anymore, update to version 3.x of package:sqlite3 instead
webcrypto
👍 82 ⬇️ 17.7K
Dart 3 compatibleMaintenance Status: Good
Cross-platform implementation of Web Cryptography APIs for Flutter.
pem
👍 24 ⬇️ 75.1K
Dart 3 compatibleMaintenance Status: Good
PEM encoding/decoding of textual keys following RFC 7468, supporting both lax/strict-mode, and certificates chains of concatenated PEM blocks.
shortid
👍 21 ⬇️ 71.4K
Dart 3 compatibleMaintenance Status: Poor
ShortId creates short non-sequential url-friendly unique ids. Perfect for url shorteners, MongoDB and Redis ids etc. (port from js)
encrypted_shared_preferences
👍 84 ⬇️ 4.3K
Dart 3 compatibleMaintenance Status: Poor
This plugin stores Shared Preferences as encrypted values on device storage.
privacy_screen
👍 77 ⬇️ 8K
Dart 3 compatibleMaintenance Status: Good
A plugin for hiding sensitive data when app is in app switcher and in background. It also provides automatic lock triggers with native lifeCycle listeners.
jaguar_jwt
👍 75 ⬇️ 8.8K
Dart 3 compatibleMaintenance Status: Poor
Provides JWT utilities for Dart including issuing a token, verifing a token and parsing a token.
crypton
👍 63 ⬇️ 21.4K
Dart 3 compatibleMaintenance Status: Poor
A simple Dart library for asymmetric encryption and digital signatures
g_recaptcha_v3
👍 61 ⬇️ 23K
Dart 3 compatibleMaintenance Status: Average
Google reCAPTCHA v3 plugin for Flutter Web. A Google reCAPTCHA is a free service that protects your website from spam and abuse.
dbcrypt
👍 46 ⬇️ 38.7K
Dart 3 compatibleMaintenance Status: Poor
A port of jBCrypt to Dart. It allows to encrypt passwords using BCrypt with a configurable work factor and check passwords.
pinenacl
👍 24 ⬇️ 59.4K
Dart 3 compatibleMaintenance Status: Average
The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library
crypto_keys_plus
👍 2 ⬇️ 78K
Dart 3 compatibleMaintenance Status: Good
A library for doing cryptographic signing/verifying and encrypting/decrypting.
fast_rsa
👍 64 ⬇️ 12.5K
Dart 3 compatibleMaintenance Status: Good
library for use RSA with support for android and ios, macOS, linux, windows and web
bcrypt
👍 42 ⬇️ 32.9K
Dart 3 compatibleMaintenance Status: Good
This package use jBCrypt modified code to work with Dart VM.
ssl_pinning_plugin
👍 71 ⬇️ 226
Dart 3 compatibleMaintenance Status: Poor
SSL Pinning plugin for HTTP requests (Validation by SHA-1 or SHA-256).
ulid
👍 55 ⬇️ 16.4K
Dart 3 compatibleMaintenance Status: Average
Lexicographically sortable, 128-bit identifier (UUID) with 48-bit timestamp and 80 random bits. Canonically encoded as a 26 character string, as opposed to the 36 character UUID.
crypt
👍 38 ⬇️ 34K
Dart 3 compatibleMaintenance Status: Poor
One-way string hashing for salted passwords using the Unix crypt format
steel_crypt
👍 69 ⬇️ 271
Dart 3 compatibleMaintenance Status: Poor
A comprehensive library of high-level, cryptographic APIs. This library supports hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation.
objectid
👍 37 ⬇️ 33.9K
Dart 3 compatibleMaintenance Status: Good
Blazing fast, cross-platform ObjectId implementation for the dart language.
nanoid2
👍 32 ⬇️ 39K
Dart 3 compatibleMaintenance Status: Poor
A tiny, secure, URL-friendly, unique string ID generator, nanoid with a pure Dart API.
libsignal_protocol_dart
👍 64 ⬇️ 3.5K
Dart 3 compatibleMaintenance Status: Good
Signal Protocol libray for Dart native and Flutter, pure Dart implementation of the the Signal Protocol
rsa_encrypt
👍 61 ⬇️ 4.5K
Dart 3 compatibleMaintenance Status: Poor
Enable you to quickly implement rsa encryption in your flutter app, it covers everything from Generating key pairs, encrypt and decrypting strings.
unique_identifier
👍 57 ⬇️ 8.6K
Dart 3 compatibleMaintenance Status: Average
A new Flutter plugin for fetching the unique identifier from android and ios.
nonce
👍 12 ⬇️ 55.7K
Dart 3 compatibleMaintenance Status: Poor
Nonce contains a static generator that generates random alphanumeric strings, and can be constructed as an object containing a generated string.
jose_plus
👍 3 ⬇️ 61.9K
Dart 3 compatibleMaintenance Status: Good
Javascript Object Signing and Encryption (JOSE) library supporting JWE, JWS, JWK and JWT
sasl_scram
👍 4 ⬇️ 60.4K
Dart 3 compatibleMaintenance Status: Good
A Package providing sasl/scram authentication. Both scram-1 and scram-256 are managed.
x509_plus
👍 2 ⬇️ 61.8K
Dart 3 compatibleMaintenance Status: Good
Dart library for parsing and working with X.509 certificates.
flutter_security_checker
👍 55 ⬇️ 5.5K
Dart 3 compatibleMaintenance Status: Average
This plugin provides the ability to verify rooting and integrity on Android and iOS platforms.
app_set_id
👍 33 ⬇️ 26.9K
Dart 3 compatibleMaintenance Status: Good
Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)
cloudflare_turnstile
👍 39 ⬇️ 19.2K
Dart 3 compatibleMaintenance Status: Good
A free CAPTCHAs alternative to enhance security and protect against bots.
slugid
👍 48 ⬇️ 8K
Dart 3 compatibleMaintenance Status: Poor
A URL-safe base64 encoding for UUIDv4 stripped of padding. Useful when embedding short random UUIDs in URLs.
saslprep
👍 1 ⬇️ 57K
Dart 3 compatibleMaintenance Status: Average
This package provides the Stringprep (rfc4013) Profile for User Names and Passwords for dart. A port of https://github.com/reklatsmasters/saslprep to the dart lang
focus_detector_v2
👍 51 ⬇️ 8
Dart 3 compatibleMaintenance Status: Poor
Detects when your widget appears or disappears from the screen.
cryptography_flutter
👍 37 ⬇️ 10.8K
Dart 3 compatibleMaintenance Status: Good
Makes 'package:cryptography' use platform APIs in Android, iOS, and Mac OS X. The package can make performance up to 100 times better.
ndef
👍 16 ⬇️ 32.3K
Dart 3 compatibleMaintenance Status: Good
A Dart library to decode & encode NDEF records, supporting multiple types.
openpgp
👍 44 ⬇️ 1.5K
Dart 3 compatibleMaintenance Status: Good
library for use OpenPGP with support for android and ios, macOS, linux, windows and web
file_cryptor
👍 45 ⬇️ 79
Dart 3 compatibleMaintenance Status: Poor
FileCryptor is for encryption and decryption files. (PDF, MP3, MP4, PNG, ...)
dart_des
👍 31 ⬇️ 12.5K
Dart 3 compatibleMaintenance Status: Poor
This algorithm is a pure dart implementation of the DES and Triple DES algorithms.
corsac_jwt
👍 29 ⬇️ 14.2K
Dart 3 compatibleMaintenance Status: Good
Lightweight implementation of JSON Web Tokens (JWT).
root_jailbreak_sniffer
👍 27 ⬇️ 15.8K
Dart 3 compatibleMaintenance Status: Good
A Flutter Plugin to detect root including magiskhide to some extent on android and JailBreak on iOS
flutter_env_native
👍 36 ⬇️ 4.2K
Dart 3 compatibleMaintenance Status: Good
A plugin/utility that provides compile-time variables for native platforms.
aes_crypt_null_safe
👍 33 ⬇️ 6.9K
Dart 3 compatibleMaintenance Status: Good
Dart encryption library for encrypting/decrypting files, plain text and binary data in AES Crypt file format. Supports all platforms including web.
secure_app_switcher
👍 37 ⬇️ 645
Dart 3 compatibleMaintenance Status: Average
Apply a safe masking effect to the app screen on the app switcher or task list.
easy_permission_validator
👍 36 ⬇️ 158
Dart 3 compatibleMaintenance Status: Average
PermissonHandler is a package that manages permissions on Android and iOS, with this package you can find an easy way to use the PermissonHandler library.
wireguard_flutter
👍 35 ⬇️ 587
Dart 3 compatibleMaintenance Status: Average
Wireguard Flutter SDK
rsa_pkcs
👍 5 ⬇️ 32.1K
Dart 3 compatibleMaintenance Status: Poor
Privacy-Enhanced Mail (PEM) parser, RSA, PKCS#1, PKCS#8, X.509
encryptor
👍 35 ⬇️ 470
Dart 3 compatibleMaintenance Status: Poor
AES with PKCS7 padding encryption with simple encrypt/decrypt functions.
crypto_keys
👍 35 ⬇️ 305
Dart 3 compatibleMaintenance Status: Good
A library for doing cryptographic signing/verifying and encrypting/decrypting.
flutter_secure_keyboard
👍 35 ⬇️ 151
Dart 3 compatibleMaintenance Status: Average
Mobile secure keyboard to prevent KeyLogger attack and screen capture.
permission_config
👍 35 ⬇️ 82
Dart 3 compatibleMaintenance Status: Good
A Flutter CLI plugin that auto-adds Android/iOS permissions and generates permission handler logic.
hashids2
👍 29 ⬇️ 6K
Dart 3 compatibleMaintenance Status: Poor
Hashids is small library to generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.
flutter_sha_fingerprint
👍 34 ⬇️ 626
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin to get the SHA-1 and SHA-256 fingerprints of the app.
xid
👍 31 ⬇️ 2.8K
Dart 3 compatibleMaintenance Status: Average
Xid is a globally unique id generator. Xids are small, fast to generate, sortable, compact URL-safe string with no configuration or central generator server.
base_codecs
👍 5 ⬇️ 29.3K
Dart 3 compatibleMaintenance Status: Poor
A set of base16 (hex), base32 (Rfc, RfcHex, Crockford, ZBase, GeoHash, WordSafe), Base58 (Bitcoin, Flickr, Ripple) with Base58Check, base85 (Ascii85, Z85, IPv6) codecs
vdocipher_flutter
👍 29 ⬇️ 4K
Dart 3 compatibleMaintenance Status: Good
A VdoCipher plugin for flutter apps. This Plugin will help to serve content on supported platform app with Hollywood grade security to prevent video piracy.
device_safety_info
👍 31 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Good
Device Safety Info Flutter Plugin used for checking JailBreak, Rooted Device, Emulator/Simulator, External storage, VPN Detector, Application Update Checker and Screen Lock.
permission_guard
👍 30 ⬇️ 513
Dart 3 compatibleMaintenance Status: Average
UI wrapper around permission_handler package that makes handling permission states easy.
flutter_guid
👍 20 ⬇️ 10.9K
Dart 3 compatibleMaintenance Status: Poor
Emulates C# Guid. Generate new UUIDs, add variables of type Guid to classes.
sane_uuid
👍 4 ⬇️ 27.6K
Dart 3 compatibleMaintenance Status: Average
A sane UUID implementation with support for generating and handling v1, v4 and v5 UUIDs according to RFC4122.
sodium
👍 25 ⬇️ 5.4K
Dart 3 compatibleMaintenance Status: Good
Dart bindings for libsodium, for the Dart-VM and for the Web
captcha_solver
👍 30 ⬇️ 89
Dart 3 compatibleMaintenance Status: Poor
captcha_solver is a service used for solving different type of captcha (images with text, Recaptcha v2/v3 Enterprise/non-Enterprise, Funcaptcha Arcoselabs, GeeTest and hCaptcha )
sec
👍 4 ⬇️ 24.8K
Dart 3 compatibleMaintenance Status: Good
Implementation of Standards for Efficient Cryptography (SEC) including SECP256K1 and SECP256R1.
flutter_easy_permission
👍 27 ⬇️ 346
Dart 3 compatibleMaintenance Status: Poor
Permission plugin for Flutter.This is a wrapper for the easypermissions library.
at_client
👍 13 ⬇️ 14.2K
Dart 3 compatibleMaintenance Status: Good
The at_client library is the non-platform specific Client SDK which provides the essential methods for building an app using the atProtocol.
security_plus
👍 21 ⬇️ 4.8K
Dart 3 compatibleMaintenance Status: Good
A new Flutter plugin to detect more than one security alert like root, jailbreak, emulator, development mode , and external storage run.
secure_shared_preferences
👍 25 ⬇️ 479
Dart 3 compatibleMaintenance Status: Poor
Simple to use yet powerful package to encypt shared preferences in android and UserDefaults in iOS.
flutter_secure
👍 25 ⬇️ 95
Dart 3 compatibleMaintenance Status: Poor
A Package that provides you tools to make your flutter apps more secure
at_lookup
👍 9 ⬇️ 16.3K
Dart 3 compatibleMaintenance Status: Good
A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.)
permission_policy
👍 24 ⬇️ 288
Dart 3 compatibleMaintenance Status: Good
Permission policy helps you manage permissions in your Flutter application.
xxtea
👍 14 ⬇️ 10.4K
Dart 3 compatibleMaintenance Status: Poor
XXTEA for Dart XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for Dart.
env_reader
👍 23 ⬇️ 118
Dart 3 compatibleMaintenance Status: Poor
Read, encrypt, or generate environment variables from a .env file into an obfuscated Dart model.
jwt_io
👍 20 ⬇️ 828
Dart 3 compatibleMaintenance Status: Poor
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
permission_asker
👍 19 ⬇️ 7
Dart 3 compatibleMaintenance Status: Poor
A wrapper for permission_handler which lifts some of the boilerplate needed to handle permissions in our apps.
smart_permission
👍 15 ⬇️ 2.4K
Dart 3 compatibleMaintenance Status: Good
Flutter runtime permissions made easy: one-line requests, adaptive dialogs, and full flows on Android & iOS.
casbin
👍 15 ⬇️ 1.4K
Dart 3 compatibleMaintenance Status: Good
An authorization library that supports access control models like ACL, RBAC, ABAC.
permission_manager
👍 13 ⬇️ 174
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin to check and request app permissions on Android and iOS using a unified and simple API.
hide_my_code
👍 12 ⬇️ 26
Dart 3 compatibleMaintenance Status: Good
Hide and encrypt files in your repository with password protection.
huawei_safetydetect
👍 10 ⬇️ 2
Dart 3 compatibleMaintenance Status: Poor
Huawei Safety Detect Flutter Plugin exposes all the functionality of the Huawei Safety Detect SDK which builds robust security capabilities.
rot13
👍 9 ⬇️ 219
Dart 3 compatibleMaintenance Status: Poor
Flutter package to encode / decode string to ROT13 (rotate by 13 places)
expire_it
👍 8 ⬇️ 81
Dart 3 compatibleMaintenance Status: Average
App will expire or the user will not able to user after expiry date finishes. Best for freelancing client trial builds.
at_backupkey_flutter
👍 6 ⬇️ 524
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin project for saving the backup key of any atSign that is being onboarded with atPlatform apps. The backup key can be used to authenticate in other atPlatform apps.
id_gen
👍 6 ⬇️ 86
Dart 3 compatibleMaintenance Status: Average
A standardized and well-tested set of IDs generators: globally unique, readable, time-dependency, transitive, incremental, decremental IDs.
jwk
👍 5 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Good
JWK (JSON Web Key) encoding and decoding (for package:cryptography).
native_encryptor
👍 6 ⬇️ 20
Dart 3 compatibleMaintenance Status: Average
Securely encrypt/decrypt data in your Flutter app using native code. Add random salt and IV for enhanced security. Easy-to-use API, cross-platform compatible.
borsh
👍 5 ⬇️ 153
Dart 3 compatibleMaintenance Status: Good
Implementation of the borsh serialization scheme
openssh_ed25519
👍 1 ⬇️ 3.6K
Dart 3 compatibleMaintenance Status: Poor
Serialize an ed25519 key into the openssh format
safesecurelibs
👍 4 ⬇️ 1
Dart 3 compatibleMaintenance Status: Average
A Flutter package for checking device security status, including root detection, developer mode, and dangerous apps.
omjo_captcha
👍 2 ⬇️ 70
Dart 3 compatibleMaintenance Status: Good
A customizable text-based CAPTCHA widget for Flutter with randomized colorful characters and lines. No backend required.
flutter_device_security
👍 2 ⬇️ 40
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin for checking device security features like device lock, biometric authentication, USB debugging, and OS version validation.
trust_fall
👍 88 ⬇️ 38
Maintenance Status: Poor
A Flutter plugin for detecting the trust fall of the device(Jailbroken, root, emulator and mock location detection).
aes_crypt
👍 87 ⬇️ 51
Maintenance Status: Poor
Dart encryption library for encrypting/decrypting files, plain text and binary data in AES Crypt file format.
flutter_string_encryption
👍 41 ⬇️ 57
Maintenance Status: Poor
Cross-platform string encryption using common best-practices.
keycloak_flutter
👍 38 ⬇️ 1.2K
Maintenance Status: Poor
Keycloak client adapter for flutter based on the keycloak-js implementation.
flutter_recaptcha_v2
👍 39 ⬇️ 29
Maintenance Status: Poor
A Flutter plugin for Google ReCaptcha V2.
password_credential
👍 30 ⬇️ 435
Maintenance Status: Poor
Access to Credential Management API Password Credential in Web, and Smartlock for Password in Android.
permissions_plugin
👍 15 ⬇️ 29
Maintenance Status: Poor
Plugin for permission managment on runtime
