- Firebase CLI
- Flutter SDK
Recommened channel(s): stable/beta
Recommended version: >=1.15 && <=1.21.0-9.1.pre
- Install the latest version of Flutter in your machine ✌️
- Install Firebase CLI
- Make sure you have emulator in your machine or debugging settings are enabled on your physical device.
To enable debugging settings in your physical device(For android)
Go to your settings->System Info.
Press Build Number 7 times.
Turn on USB debugging in developer settings
To run the program, follow the steps given below:
- Clone the project using git
- Go to the main project directory 📂
- Run the flutter project
git clone https://github.com/iiitv/club_calender
cd club_calender
flutter run
Go through the Wiki to get an idea of the project before contributing to it.