This Android application is designed to streamline inventory management for businesses of all sizes. With this app, you can:
- Track inventory: Easily add, edit, and delete inventory items.
- Manage stock levels: Monitor stock levels and set low-stock alerts.
- Generate reports: Create detailed reports on inventory levels, sales, and purchases.
- Optimize inventory: Make data-driven decisions to improve inventory efficiency.
This app is perfect for retailers, wholesalers, and small businesses. It's easy to use, efficient, and customizable to fit your specific needs.
- User-friendly interface for managing inventory
- Real-time stock tracking and alerts
- Detailed reporting and analytics
- Multi-language support (English and French)
- Flutter (Channel stable, 3.24.3, on Microsoft Windows [version 10.0.26100.2894], locale fr-FR)
- Windows Version 11
- Android toolchain - develop for Android devices (Android SDK version 34.0.0)
- Visual Studio - develop Windows apps (Visual Studio Community 2022 17.9.0)
- Android Studio (version 2024.1)
- VS Code (version 1.96.3)
To run this project locally:
- Ensure you have Flutter installed on your machine.
- Clone this repository.
- Run
flutter pub get
to install dependencies. - Run
dart run build_runner build
to generate *.g.dart files (Needed in models). - Connect a device or start an emulator.
- Run
flutter run
to start the app.
For more information on Flutter development, check out the Flutter documentation.