Code Challenge - TV Show
This application is the Flutter implementation of this repository: https://github.com/lecksfrawen/TVShows
The purpose was to implement the following user stories: https://github.com/lecksfrawen/TVShows/blob/master/challenge.md
First install Flutter following instructions of flutter dev
If you already have flutter installed, please make sure to upgrade it with
flutter upgrade
And review the installation with
flutter doctor
Finally, let's fetch all flutter dependencies for the project
flutter pub get
First we open an iOS Simulator
open -a Simulator
Then we run the project
flutter run
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.