Skip to content

Smart Farming Application built using Flutter and Python to support irrigation management, crop health monitoring, and early disease detection with offline support for rural farmers.

Notifications You must be signed in to change notification settings

lshariprasad/DEV-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 

Repository files navigation

DEV-APP πŸš€

A collection of full app development projects built using Flutter.


πŸ“Œ Apps Index

S.No App Name Description Made In
1 farmer_app Smart Farming Application built using Flutter and Python to support irrigation management, crop health monitoring, and early disease detection with offline support for rural farmers. Flutter

πŸ›  Requirements (Must Install)

Tool / Software Purpose
Flutter SDK Main framework to build apps
Dart SDK (comes with Flutter) Programming language
Android Studio Android SDK + Emulator
VS Code Lightweight coding + Flutter extensions
Git Version control & GitHub
Java JDK (17 recommended) Required for Android builds

πŸ’» Recommended IDE Setup

βœ… VS Code (Best for Fast Development)

Install these extensions:

  • Flutter
  • Dart
  • Android iOS Emulator
  • Error Lens (optional)

βœ… Android Studio (Best for Emulator + SDK)

Install these plugins:

  • Flutter
  • Dart

βš™ Flutter Setup Check

After installing Flutter, run this command:

flutter doctor

πŸ“‚ Project Structure

DEV-APP/ β”‚ β”œβ”€β”€ farmer_app/ # Flutter App Project Folder β”‚ └── README.md # Main Repository README


πŸš€ How to Run Any App (Example: farmer_app)

1️⃣ Open Project Folder Go inside the app folder:

cd farmer_app

2️⃣ Install Dependencies :

flutter pub get

3️⃣ Run the App :

flutter run

πŸ“± Running in Android Studio

  1. Open Android Studio
  2. Click Open
  3. Select the folder: farmer_app/
  4. Wait for Gradle sync
  5. Start Emulator
  6. Click β–Ά Run

πŸ’» Running in VS Code

  1. Open VS Code
  2. Click File β†’ Open Folder
  3. Select: farmer_app/
  4. Press:
flutter pub get
  1. Start emulator or connect mobile
  2. Press F5 to run

πŸ“² Running on Real Mobile (USB Debugging)

Android Steps:

  1. Enable Developer Options
  2. Enable USB Debugging
  3. Connect phone to laptop Run:
flutter devices
flutter run

πŸ”₯ Build APK (Release)

Inside the app folder:

flutter build apk --release

APK will be available at:

txt : build/app/outputs/flutter-apk/app-release.apk


🧠 Notes

Each app will have its own folder

Each app can contain its own README.md for detailed documentation

This repository is only for complete app development projects

⭐ Support If you like this repository, give it a ⭐ on GitHub.


About

Smart Farming Application built using Flutter and Python to support irrigation management, crop health monitoring, and early disease detection with offline support for rural farmers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published