Aethel is a modern, feature-rich task management app designed for smart organization. It appears to be a robust productivity tool that includes premium features, local data persistence, and monitization.
Key Features
- Task Management: Core functionality to create, organize, and manage tasks.
- Smart Organization: Likely includes categorization, scheduling, or filtering capabilities.
- Monetization:
- Ads: Integrated with Google Mobile Ads (AdMob) and formerly Start.io.
- Premium: Support for In-App Purchases (
in_app_purchase) to unlock features.
- Security:
- Biometric Auth: Uses
local_authfor securing the app (fingerprint/face unlock). - Secure Storage: Uses
flutter_secure_storagefor sensitive data.
- Biometric Auth: Uses
- Data Persistence: Uses Hive (fast NoSQL database) and SharedPreferences for offline data storage.
- Localization: Built-in support for multiple languages (l10n.yaml,
flutter_localizations). - Notifications: Local notifications (
flutter_local_notifications) for task reminders. - Export & Sharing: Capabilities to generate PDFs (
pdf,printing), pick files (file_picker), and share content (share_plus).
The app uses Riverpod for state management and adheres to Material Design (uses-material-design: true) while supporting Cupertino icons for iOS.