A collection of full app development projects built using Flutter.
| 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 |
| 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 |
Install these extensions:
- Flutter
- Dart
- Android iOS Emulator
- Error Lens (optional)
Install these plugins:
- Flutter
- Dart
After installing Flutter, run this command:
flutter doctorDEV-APP/ │ ├── farmer_app/ # Flutter App Project Folder │ └── README.md # Main Repository README
1️⃣ Open Project Folder Go inside the app folder:
cd farmer_app2️⃣ Install Dependencies :
flutter pub get3️⃣ Run the App :
flutter run- Open Android Studio
- Click Open
- Select the folder: farmer_app/
- Wait for Gradle sync
- Start Emulator
- Click ▶ Run
- Open VS Code
- Click File → Open Folder
- Select: farmer_app/
- Press:
flutter pub get- Start emulator or connect mobile
- Press F5 to run
Android Steps:
- Enable Developer Options
- Enable USB Debugging
- Connect phone to laptop Run:
flutter devices
flutter runInside the app folder:
flutter build apk --releaseAPK will be available at:
txt : build/app/outputs/flutter-apk/app-release.apk
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.