Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.07 KB

File metadata and controls

54 lines (39 loc) · 2.07 KB

Poultry Mate

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.

Key Features

  • 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.

Screenshots

(Here you can add screenshots of the application)

Dashboard History
Dashboard History
Add Egg Data Add Health Data
Add Egg Data Add Health Data

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/your_username/poultry-mate.git
  2. Install packages
    flutter pub get
  3. Run the app
    flutter run

Built With

  • 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.