Nuno-Gon / my_marvel

My Marvel is an app that consumes the Marvel API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Marvel

My Marvel is an app that consumes the Marvel API

Getting Started

  • Execute: flutter pub get

To be able to make requests to the Marvel API, you will need:

  • Create an account at https://developer.marvel.com/account
  • Get your credentials at My Developer Account menu
  • Create a string with the following: [timestamp][private key][public key]
  • Go to http://www.md5.cz/ and create a md5
  • Open lib/features/characters/data/common/constants.dart and edit the following:
    • timeStamp = 'string you created'
    • apikey = 'marvel public key'
    • hash = 'md5 you created'

Clean Architecture

Architecture

About

My Marvel is an app that consumes the Marvel API


Languages

Language:Dart 65.2%Language:C++ 19.5%Language:CMake 9.2%Language:HTML 4.6%Language:C 0.9%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%