flutter_secure_app 1.0.3 copy "flutter_secure_app: ^1.0.3" to clipboard
flutter_secure_app: ^1.0.3 copied to clipboard

A robust security wrapper for Flutter applications implementing Runtime Application Self-Protection (RASP), SSL Pinning, and Anti-Proxy mechanisms.

1.0.3 #

  • Updated README to highlight SSL SPKI Pinning Interceptor as a separate feature.
  • Clarified SPKI pinning support and example usage for SecureHttpClientAdapter.

1.0.2 #

  • SSL SPKI Pinning Interceptor Added (SSL Subject Public Key Info Control)
  • Added optional SPKI pinning support to SecureHttpClientAdapter for public key validation.
  • Kept existing SHA-256 certificate fingerprint pinning flow in SslPinningInterceptor.
  • Added asn1lib and crypto dependencies to support SPKI extraction and hashing.
  • Updated README and example usage for SPKI pinning integration.

1.0.1 #

  • Updated README with detailed network security (Dio) features and pub.dev badges.

1.0.0 #

  • Initial release.
  • Integrated RASP features: Jailbreak/Root, Emulator, and Debugger detection.
  • Integrated App Signature and iOS Team ID validation.
  • Added SSL Pinning and SecureHttpClientAdapter for secure Dio requests.
0
likes
0
points
310
downloads

Publisher

verified publisherengincode.com

Weekly Downloads

A robust security wrapper for Flutter applications implementing Runtime Application Self-Protection (RASP), SSL Pinning, and Anti-Proxy mechanisms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

asn1lib, crypto, device_info_plus, dio, flutter, flutter_secure_storage, http_certificate_pinning, package_info_plus, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_secure_app

Packages that implement flutter_secure_app