

Attendancepro Smart system for your BusinessAttendancepro Smart system for your Business
Attendance Pro is a comprehensive attendance management system built with PHP, MySQL, and Flutter. It offers real-time tracking, e
Attendancepro Smart system for your Business
Attendance Pro is a comprehensive attendance management system built with PHP, MySQL, and Flutter...
Overview











Â
Demo Links:
- Front Employee Panel:Â https://attendancepro.codepul.store/
- Admin Panel:Â https://attendancepro.codepul.store/admin
- Admin Login Details:Â Email:Â
[email protected]
, Password:Â12345678
- Admin Login Details:Â Email:Â
- Mobile APK:Â Download APK
https://drive.google.com/file/...
Features
Features List:
- Comprehensive attendance management system
- Easy-to-use mobile UI with intuitive features
- Detailed dashboard with key performance indicators
- Manage departments, locations, and employees efficiently
- Generate accurate reports for HR and management
- Track employee leaves and overall attendance
- Real-time data synchronization and reporting
- Secure and scalable architecture for enterprise use
Requirements
Server Requirements (For PHP & MySQL System)
- Web Server: Apache/Nginx
- PHP Version: 7.4 or later (Recommended: PHP 8.0+)
- Database: MySQL 5.7 or later / MariaDB
- Extensions Required:
- cURL
- MBString
- OpenSSL
- PDO
- GD
- Fileinfo
- Zip
- Hosting Type: VPS / Dedicated Server (Recommended), Shared Hosting (Supported)
- Storage: Minimum 2GB Free Space
- Memory Limit: 256MB (Recommended: 512MB)
Development Requirements (For Local Installation)
- XAMPP / WAMP / LAMP Server
- Composer Installed (For Dependency Management)
- Node.js (For Build Processes if Required)
Instructions
System Requirements
Server Requirements (For PHP & MySQL System)
- Web Server: Apache/Nginx
- PHP Version: 7.4 or later (Recommended: PHP 8.0+)
- Database: MySQL 5.7 or later / MariaDB
- Extensions Required:
- cURL
- MBString
- OpenSSL
- PDO
- GD
- Fileinfo
- Zip
- Hosting Type: VPS / Dedicated Server (Recommended), Shared Hosting (Supported)
- Storage: Minimum 2GB Free Space
- Memory Limit: 256MB (Recommended: 512MB)
Development Requirements (For Local Installation)
- XAMPP / WAMP / LAMP Server
- Composer Installed (For Dependency Management)
- Node.js (For Build Processes if Required)
2. Setting Up the Flutter Mobile App
Step 1: Install Flutter
Ensure Flutter is installed on your system:
- Download from https://flutter.dev
- Run
flutter doctor
to verify setup
Step 2: Configure API URL
- Open the Flutter project in VS Code / Android Studio
- Navigate to
lib/constants/api.dart
(or equivalent file) - Update the API Base URL:
dart CopyEdit const String BASE_URL = "https://yourdomain.com/api/";
- Save the file
Step 3: Install Dependencies
Run the following command inside the Flutter project folder:
sh CopyEdit flutter pub get
Step 4: Run on Emulator or Device
- Android: Run
flutter run
or use Android Studio - iOS: Ensure Xcode is installed, then run
flutter run
Step 5: Build the APK / iOS App
To generate the release APK:
sh CopyEdit flutter build apk --release
For iOS:
sh CopyEdit flutter build ios --release
Final Notes
- Ensure CORS is enabled on the API server if accessing from a different domain.
- Update Google Maps API Keys / Firebase Credentials if used.
- For production, use HTTPS and secure database credentials.
Let me know if you need further details! 🚀
Other items by this author
Information
Category | Scripts & Code / PHP Scripts / Miscellaneous |
First release | 12 March 2025 |
Last update | 12 March 2025 |
Files included | .php, .css, .html, Javascript .js |
Tags | flutter mobile app, workforce management, hr software for companies, attendance management system, employee attendance tracker, hr management software, php & mysql system, web-based attendance system, cloud attendance solution, biometric attendance integration, leave management system, real-time attendance tracking, automated reports, enterprise attendance solution, school & office attendance, remote employee monitoring |