Skip to content

floydprice/todomvc-flutter

Repository files navigation

TodoMVC with Flutter

An implementation of the famous TodoMVC application in flutter.

Getting Started

Clone the repo, open it in your favorite editor and run the flutter.

Or from the command line:

// get the dependencies
flutter pub get

//run the project
flutter run

See it in action