“Planner” is a small, simple and beautiful task managment application.
- Add the Task.
- Delete Task.
- Simple and beautiful Ui.
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/ashwanisng/My-Planner.git
# Go into the repository
$ cd My-Planner.git
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
The project directory structure is as follows:
├── android
├── assets
├── build
├── images
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml