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.
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.
Install flutter on your system and then run :
flutter run
- ✅ OAuth with Imgur API
- ✅ Homescreen with trending images (like/view count)
- ✅ Search images
- ✅ Like/Dislke images
- ✅ Profil informations
- ✅ Upload/View images