Workshop Task

About the Project

This project is a flutter build native interface to test flutter enthusiast after the workshop.This is a simple TODO LIST app which has incomplete logic and functioning your task is to complete all the todos and make this app fully functional.

Getting Started

For setting up the development environment, follow the steps given below.

  • Clone this repository after forking using git clone https://github.com/Aadeesh11/WorkshopTaskPublic.git
  • cd into WorkshopTaskPublic
  • Check for flutter setup and connected devices using flutter doctor
  • Get all the dependencies using flutter pub get
  • Run the app using flutter run

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Assignment Details

[online documentation](https://flutter.dev/…

After setting up the project, complete all the tasks.

Your app should :-

  • Create a new todo item.
  • Delete an existiing todo item.

When completed it should look like one in the video shown below:-

Screen.Recording.2022-02-02.at.4.43.04.PM.mp4