Overview
A for fun application to get list of pokemons detailed stat!
Tech Stack & Libraries
- Flutter for the mobile application
- GraphQL to fetch pokemon data from GraphQL API
Highlights

Lesson Learned
Well, this is the first time for me to dealing with a GraphQL API! It is pretty great because i can form an efficient and effective query by only defining the attributes that I need from the object.