Skip to content

AnnaPS/infogames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages