testera_auth 1.1.0
testera_auth: ^1.1.0 copied to clipboard
A Flutter plugin that provides a simple authentication layer using a code-based validation system.
Changelog #
All notable changes to the TesteraAuth plugin will be documented in this file.
1.1.0 - 2024-03-14 #
Added #
- App usage tracking functionality
- Tracks app start, background, and close events
- Logs usage data to cloud function
- Includes session duration tracking
- Package name and installer store detection
- Automatic usage logging to cloud functions
- Robust error handling for lifecycle events
- Secure storage of validation codes
Changed #
- Updated validation request to include package name and installer store
- Enhanced error handling with try-catch blocks
- Improved documentation with new features and security details
Security #
- Added secure storage for validation codes
- Implemented error message sanitization
- Enhanced network request security
1.0.2 - 2024-03-13 #
Added #
- Initial release with basic authentication features
- Code-based validation system
- Configurable expiration duration
- Persistent authentication state
- Customizable UI components
- GetX integration for state management
Features #
- Default access code system
- Authentication state persistence
- Loading and error state handling
- Custom widget support for loading and error states