Skip to content

An imgur client using the offcial API made with Flutter

Notifications You must be signed in to change notification settings

kyshx/imgur-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgur-client

This project is a simple integration of the Imgur api in Flutter.
It was a school project at the very beginning but I decided to improve it, it is also my first mobile app.

Configure API credentials

Before all, you must fill the informations in lib/env.dart :

const api = {
	'clientID': 'imgur client id',
	'clientSecret': 'imgur client secret',
	'responseType': 'token',
	'state': 'imgur-client',
};

This will allow queries to the Imgur api to work properly.

How to run

Install flutter on your system and then run :

flutter run

Features

  • ✅ OAuth with Imgur API
  • ✅ Homescreen with trending images (like/view count)
  • ✅ Search images
  • ✅ Like/Dislke images
  • ✅ Profil informations
  • ✅ Upload/View images

Preview

Homescreen

About

An imgur client using the offcial API made with Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages