A new open-source Flutter project that enables the developer to create calender design both either whole month calender or weekly calender depends on their design.
This project contains the basic Widgets that are required to build an amazing Flutter application.
| Monthly Calender | Weekly Calender |
|---|---|
![]() |
![]() |
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone https://github.com/geekruchika/Calender-LogicDesign/tree/master
$ cd Calender-LogicDesign/flutterdo
$ flutter run
Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.
Run the following command in your terminal.
$ open -a Simulator
$ flutter run
Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run


