https://github.com/iiitv/club_calendar
A customized calendar app for club events and announcements
https://github.com/iiitv/club_calendar
calender dart flutter hacktoberfest
Last synced: 3 months ago
JSON representation
A customized calendar app for club events and announcements
- Host: GitHub
- URL: https://github.com/iiitv/club_calendar
- Owner: iiitv
- Created: 2020-08-30T18:31:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T23:26:29.000Z (over 2 years ago)
- Last Synced: 2025-03-27T17:46:59.249Z (8 months ago)
- Topics: calender, dart, flutter, hacktoberfest
- Language: Dart
- Homepage:
- Size: 1.53 MB
- Stars: 13
- Watchers: 6
- Forks: 15
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Club Calendar
A customized calendar app for club events and announcements.
## Prerequisites
- Firebase CLI
- Flutter SDK
```
Recommened channel(s): stable/beta
Recommended version: >=1.15 && <=1.21.0-9.1.pre
```
## Setting up the Environment :computer:
- Install the latest version of Flutter in your machine :v:
- 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
```
## Running the program :running:
To run the program, follow the steps given below:
- Clone the project using git
- Go to the main project directory :open_file_folder:
- Run the flutter project
```
git clone https://github.com/iiitv/club_calender
```
```
cd club_calender
```
```
flutter run
```
## Built with :blue_heart:
## Contributing :raising_hand:
Go through the [Wiki](https://github.com/iiitv/club_calender/wiki) to get an idea of the project before contributing to it.
***