Trackizer is a modern personal finance tracking app built with Flutter & Firebase.
It helps users manage subscriptions, track expenses, and stay in control of recurring bills from a single dashboard.
Trackizer simplifies financial awareness by providing users with a clear view of their monthly spending and subscriptions.
- 📊 Subscription tracking
- 💰 Monthly expense monitoring
- 🔔 Bill reminders
- 📈 Financial dashboard overview
- ⚡ Real-time data sync using Firebase
- 🔐 Secure authentication
- 🎨 Clean and minimal UI
- Frontend: Flutter, Dart
- Backend: Firebase
- Database: Cloud Firestore
- Authentication: Firebase Auth
- Storage: Firebase Storage
lib/
│
├── core/ # Core utilities and configurations
├── models/ # Data models
├── services/ # Firebase and business logic
├── screens/ # UI screens
├── widgets/ # Reusable UI components
└── main.dart # Application entry point
- Flutter SDK installed
- Android Studio / VS Code
- Firebase project configured
Clone the repository:
git clone https://github.com/yourusername/trackizer.gitNavigate to the project directory:
cd trackizerInstall dependencies:
flutter pub getRun the application:
flutter run- Create a project in Firebase Console
- Add Android/iOS apps
- Download config files:
google-services.json(Android)GoogleService-Info.plist(iOS)
- Place them inside:
android/app/ios/Runner/
- Enable:
- Authentication
- Firestore Database
- 🤖 AI-powered expense insights
- 📊 Analytics and spending reports
- 💡 Smart financial recommendations
- 📅 Budget planning tools
- 🔄 Multi-device synchronization
Contributions are welcome!
- Fork the repository
- Create a new branch
- Make your changes
- Submit a Pull Request
This project is licensed under the MIT License.
A Flutter-based personal finance tracking app for managing subscriptions, expenses, and recurring bills.
Coming soon 🚧
flutter, firebase, dart, fintech, expense-tracker, subscription-tracker, mobile-app