Skip to content

hmshreyas7/todoey-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoey - A Flutter To-Do List App

Built as part of "The Complete Flutter Development Bootcamp Using Dart" - Section 16 by The App Brewery.

This app allows users to add tasks, check them off, and delete them by swiping using the Provider package.

Getting Started

Prerequisites

Android Studio: >=3.6.3
Flutter: >=1.17.5

Installing

Android Studio

Flutter

Running the project

  • Open Android Studio -> Select Check out project from Version Control -> Select Git.

  • Enter the following for URL and select Clone.

https://github.com/hmshreyas7/todoey-flutter.git
  • Click No when Android Studio asks Would you like to create an Android Studio project for the sources you have checked out to ...?.

  • Select Open an existing Android Studio project and choose the cloned repo.

  • Once it finishes loading the necessary files, click Get dependencies on the top-right.

  • Run the app either through an emulator in the IDE or a physical device connected via USB to see how it works.