A comprehensive Flutter application designed to automate and simplify the management of mess expenses, meals, and utility costs.
- 📊 Automated Calculations: Effortlessly calculate meal rates, individual meal costs, and utility share PER person.
- 💰 Financial Tracking: Keep track of deposits, total bazar costs, and utility expenses (WIFI, Gas, etc.).
- ⚖️ Balance Management: Automatically determine who needs to "Give Money" or "Take Money" at the end of the month.
- 📄 Receipt Generation: Generate detailed receipts for individual members and a complete summary for the entire mess.
- 📤 Share Summaries: Quickly share the month's summary with other members via any sharing platform.
- 💾 Local Storage: Saves all monthly records using a local SQLite database for future reference.
- Framework: Flutter
- State Management: Provider
- Database: SQLite (via
sqflite) - Formatting: intl
- Sharing: share_plus
- Clone the repository:
git clone https://github.com/your-username/flutter_application_manager.git
- Navigate to the project directory:
cd flutter_application_manager - Install dependencies:
flutter pub get
- Run the application:
flutter run
Coming Soon...
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.