This repository contains the wE-Panchayat Flutter application. Follow these steps to get it up and running.
git clone https://github.com/Saishrey/wE-Panchayat.git
You can use either Android Studio or Visual Studio Code as your development IDE. Make sure you have one of them installed.
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
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)
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.
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.