Professional invoicing app for solo freelancers. Create, manage, and send invoices — all from your phone.
- Invoicing — Create and send professional PDF invoices
- Client Management — Store and manage client details
- Dashboard — Overview of your invoicing activity
- Tax Export — Export data for tax season
- Reminders — Payment reminder notifications
- Settings — Customize your business profile and preferences
- Flutter with Dart
- Riverpod for state management
- Supabase for backend and authentication
- Auto Route for navigation
- Freezed for immutable data models
- RevenueCat for subscriptions
- Hive for local storage
-
Clone the repository:
git clone https://github.com/your-username/zeroed.git cd zeroed -
Install dependencies:
fvm flutter pub get
-
Run code generation:
fvm dart run build_runner build --delete-conflicting-outputs
-
Run the app:
fvm flutter run