Skip to content

lshariprasad/DEV-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 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 & Python
2 Go_kart Real F2 Car Based To Build For Racing Machine And Hardware
2.0 AI-Based Multi-Sensor Monitoring System Multi-sensor real-time monitoring system for temperature, gas, flame, GPS, acceleration and magnetic detection. Arduino IBM With Android Studio
2.1 Smart Fire & Gas Alert System Detects hazardous gas levels and flame presence for industrial safety applications. Arduino IBM With Android Studio
2.2 Smart Vehicle Tracking System GPS-based real-time location monitoring system. Arduino IBM With Android Studio

🛠 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

 
 
 

Contributors