A basic todo app built in Flutter which uses Scoped Model for state management.
Note: Make sure your Flutter environment is setup.
In the command terminal, run the following commands:
$ git clone git@github.com:rohan20/flutter-todo-scoped-model.git
$ cd flutter-chat-app/
$ flutter run
Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.
Run the following command in your terminal.
$ open -a Simulator
$ flutter run
Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run