Skip to content

Saishrey/wE-Panchayat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

This repository contains the wE-Panchayat Flutter application. Follow these steps to get it up and running.

Clone the repository

git clone https://github.com/Saishrey/wE-Panchayat.git

Install Dependencies

1. IDE

You can use either Android Studio or Visual Studio Code as your development IDE. Make sure you have one of them installed.

2. Dart SDK

Download the Dart SDK from here and follow these steps:

  • Download the zip file from the above link.

  • Extract the folder.

  • Copy the folder to your preferred location (e.g., C:\dart-sdk).

  • Set Environment variable path by adding the path of the bin folder to your system's PATH.

    For example, if you copied the Dart SDK to C:\dart-sdk, add the following to your system PATH:

    C:\dart-sdk\bin
    

3. Flutter

Download the Flutter SDK from here and follow these steps:

  • Download the zip file from the above link.

  • Extract the folder.

  • Copy the folder to your preferred location (e.g., C:\flutter).

  • Set Environment variable path by adding the path of the bin folder to your system's PATH.

    For example, if you copied the Flutter SDK to C:\flutter, add the following to your system PATH:

    C:\flutter\bin
    
  • Android Emulator(optional)

4. Android Emulator (Optional)

If you want to test your Flutter app on an emulator, you can set up an Android emulator. Follow the official Flutter documentation on how to set up an emulator: Setting up the Android emulator.

5. Running the Application

Once you have completed the above setup steps, you can run the Application on a physical device or an emulator using the following command:

flutter run

Make sure your device (phone or emulator) is connected to your computer before running the command.

That's it! You should now have the wE-Panchayat application up and running on your device.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages