Skip to content

AsishGokarakonda/Flutter-Crop-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

Step 1:

Download or clone this repo by using the link below:

https://github.com/AsishGokarakonda/Flutter-Crop-Detection.git

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 3:

Run the project using the following command:

flutter run

Folder Structure

Here is the core folder structure which flutter provides.

flutter-app/
|- android
|- build
|- ios
|- lib
|- test

Here is the folder structure we have been using in this project

lib/
|- models/
|- screens/
|- utils/
|- widgets/
|- main.dart

models

This directory contains all the data models used in the app.

constants/
|- plant.dart
|- user.dart

screens

This directory contains all the UI of the app.

home/
|- adminhome/
|- pesthome/
|- all_home_page.dart

widgets

This directory contains all the custom widgets used in the app.

widgets/
|- background_image.dart
|- curved_buttons.dart
|- exporting.dart

Main

This is the starting point of the app.

main.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors