• Stars
    star
    188
  • Rank 205,563 (Top 5 %)
  • Language
    Dart
  • Created about 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Info Games Project

Flutter project to explain how can you use flutter bloc when you don't have enough experience with the library.

Medium article

I've posted an article explaining the main concept of how you can use flutter bloc in a real app.

Offical documentation about Flutter Bloc

Flutter bloc pub.dev

.env file (API KEY)

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 ๐Ÿ˜Š