Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mqwerty/rickandmorty-flutter-app
Rick and Morty character list app
https://github.com/mqwerty/rickandmorty-flutter-app
flutter graphql
Last synced: 1 day ago
JSON representation
Rick and Morty character list app
- Host: GitHub
- URL: https://github.com/mqwerty/rickandmorty-flutter-app
- Owner: mqwerty
- License: mit
- Created: 2021-05-05T13:54:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T06:45:39.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:38:16.323Z (almost 2 years ago)
- Topics: flutter, graphql
- Language: Dart
- Homepage: https://rickandmorty-flutter-app.netlify.app
- Size: 5.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rick and Morty App
The Rick and Morty app based on the television show Rick and Morty.
You will have access to about hundreds of characters.
The Rick and Morty App is filled with canonical information as seen on the TV show.Data is loaded via [Rick and Morty API](https://rickandmortyapi.com/)
# Copyright
Rick and Morty is created by Justin Roiland and Dan Harmon for Adult Swim.
The data and images are used without claim of ownership and belong to their respective owners.# Usage
- Install [Flutter](https://flutter.dev/docs/get-started/install)
- Clone this repo and cd to repo folder
- Install dependencies `flutter pub get`
- Run app `flutter run`