Flutter project to explain how can you use flutter bloc when you don't have enough experience with the library.
I've posted an article explaining the main concept of how you can use flutter bloc in a real app.
Flutter bloc pub.dev
For this project I used .env directory to store my API Key, if you want to use it, you need to create this structure on the root of your app:
assets:
- .env
Inside this file you need to put your API KEY like that:
GAMES_API_KEY = 'your api key code here';
For more info you can check the official documentation of flutter_dotenv library.
If you want to contribute to this code open a PR or an Issue.
Hope you enjoy it 😊