Morshed-islam / Bloc-Concept---infogames

For understanding bloc concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😊

About

For understanding bloc concept


Languages

Language:Dart 99.9%Language:Swift 0.0%Language:Kotlin 0.0%Language:Objective-C 0.0%