A Flutter-based mobile application for managing daily operations of a poultry farm. Track egg collection, sales, stock, chicken health, and resource consumption with ease. Built to work completely offline.
- Offline First: The app is designed to work completely offline, with all data stored locally on the device using Hive.
- Daily Tracking: Easily record daily metrics for egg collection, sales, chicken health, and resource consumption.
- Dashboard: A comprehensive dashboard provides a quick overview of the day's most important statistics.
- History: View a detailed history of all past records, with the ability to search by date.
- Splash Screen: A beautiful splash screen with a Lottie animation.
- Modern UI: A clean, modern, and user-friendly interface.
(Here you can add screenshots of the application)
| Dashboard | History |
|---|---|
![]() |
![]() |
| Add Egg Data | Add Health Data |
|---|---|
![]() |
![]() |
To get a local copy up and running, follow these simple steps.
- Flutter SDK: https://flutter.dev/docs/get-started/install
- Clone the repo
git clone https://github.com/your_username/poultry-mate.git
- Install packages
flutter pub get
- Run the app
flutter run
- Flutter - The UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
- Hive - A lightweight and blazing fast key-value database written in pure Dart.
- Lottie - A library for adding animations to your app.
- fl_chart - A powerful Flutter chart library.



