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

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

1.0.6 #

  • Fixed a bug in SecureHttpClientAdapter where bypassSpkiForLocalhost did not work when the certificate was null. The localhost check is now evaluated before the null certificate check, ensuring local development bypass works correctly regardless of certificate availability.

1.0.5 #

  • Release 1.0.5 to publish latest Flutter/Dart upgrade and SPKI pinning documentation updates.

1.0.4 #

  • Bumped version for new package release.
  • Confirmed Flutter/Dart support upgrade and highlighted SSL SPKI Pinning Interceptor feature.

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
130
points
281
downloads

Documentation

API reference

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

MIT (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