This is a Flutter application about Rick and Morty characters built in order to practice the basics of Flutter and Dart. It used the public Rick and Morty API.
- Fetching data from the internet
- Running asynchronous operations
- Displaying actionable and contextual data using a backdrop
- Adapting the UI to the device's orientation
- Using stateful and stateless Widgets
- Using different Widgets (ListView, GridView, Card, Scaffold, Network images, etc)