flutter_encryption_helper 0.1.0
flutter_encryption_helper: ^0.1.0 copied to clipboard
Easy-to-use, cross-platform AES-GCM encryption/decryption utilities for Dart and Flutter (Web/WASM, iOS, Android, Windows, macOS, Linux).
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
0.1.0 - 2025-11-09 #
Added #
- Comprehensive test suite with >90% coverage (23 tests)
- Coverage package as dev dependency
- Funding information in pubspec.yaml
- Constructor documentation for AesGcmHelper
Changed #
- Updated Dart SDK requirement to >=3.8.0
- Added Flutter >=3.32.0 requirement
- Code formatting improvements
Fixed #
- Repository URLs now point to GitHub
- Linter issues (dangling library doc comment)
- Code formatting to match Dart style guide