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.
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
intoWorkshopTaskPublic
- 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.
After setting up the project, complete all the tasks.
Your app should :-
- Create a new todo item.
- Delete an existiing todo item.