Calender-LogicDesign Flutter

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.

Demo

Demo

Screen Shots

Monthly Calender Weekly Calender
Shot1 Shot2

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone https://github.com/geekruchika/Calender-LogicDesign/tree/master
$ cd Calender-LogicDesign/flutterdo
$ flutter run

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
Check out Flutter’s online documentation for help getting start with your Flutter Animation project.