A simple offline billing application built using Flutter.
This app lets you create and manage bills, invoices, and basic inventory — all without internet connection.
- 📝 Create and manage bills
- 💰 Add products and quantities
- 📁 Offline data storage (no internet needed)
- 📦 Organize purchases & sales
- 📊 View list of transactions
Built with:
- Flutter (Dart)
- SQLite / Local storage
- Android & iOS support
- Flutter packages:
- provider / sqflite (if used in your project) (edit as needed)
Make sure you have:
- Flutter SDK installed
- Android Studio / VS Code
- A connected Android device or emulator
- Clone the repository
git clone https://github.com/YMN7300/offline_billing_app.git