| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Quick View is a high-performance, privacy-focused, offline student profile management application built with Flutter and SQLite.
Designed for speed and data security, it features AES-256-GCM encryption for sensitive data like Aadhar numbers, document storage (Aadhar & Birth Certificates), PDF & Excel export features, and a modern Material Design theme with smooth animated slide transitions.
Here is a look at the application interface:
| Home Screen | Profile Detail | Add Student Profile | Settings |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
lib/ models/student_profile.dart # Core data model with document paths & notes services/database_service.dart # SQLite database & version 3 migrations services/encryption_service.dart # AES-256-GCM encryption & secure storage services/photo_service.dart # High-resolution image compression engine services/export_service.dart # PDF and Excel (CSV) document generation services/backup_service.dart # Encrypted JSON import/export handler screens/ # Home, Detail, Add/Edit, and Settings screens theme/app_theme.dart # Custom colors, typography & slide transitions widgets/ # Shared UI components & list tiles
# 1. Clone the repository
git clone https://github.com/Sonu-debug-ui/Quick-View.git
cd Quick-View
# 2. Install dependencies
flutter pub get
# 3. Run the application
flutter runTo generate the optimized release APK for Android deployment:
flutter build apk --releaseThe compiled APK will be output to: build/app/outputs/flutter-apk/app-release.apk (Size: ~51.9 MB)
Developed with ❤️ by Sonu-debug-ui.
| Back | FazBrowse Home | New Git URL |