BUDDGET is a modern expense-sharing app built with Flutter that helps you manage and split expenses with friends, family, or roommates.
- User Authentication (Email/Password)
- Create and manage expense groups
- Add and track expenses
- Split bills among group members
- View expense history and statistics
- Real-time updates using Firebase
- Flutter
- Firebase (Authentication, Firestore)
- Riverpod (State Management)
- Hive (Local Storage)
- Material Design
- Flutter SDK (>=3.2.3)
- Dart SDK (>=3.2.3)
- Firebase project setup
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/buddget.git
cd buddget- Install dependencies:
flutter pub get- Run the app:
flutter run- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.