Skip to content

defuncart/steamgriddb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steamgriddb

A dart client for steamgriddb.com

final sgdb = SteamGridDB(apiKey); final searchResults = await sgdb.getGamesBySearchTerm('half life'); if(searchResults.isNotEmpty) { final gameId = searchResults.first.id.toString(); final grids = await sgdb.getCoversForGame(gameId); }

This package is not affiliated with Valve Corporation nor the Steam platform.

About

A dart client for steamgriddb.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages