All Projects → kollerlukas → flutter_unsplash

kollerlukas / flutter_unsplash

Licence: Apache-2.0 License
Simple Unsplash (https://unsplash.com/) Client in Flutter

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to flutter unsplash

Laravel-Unsplash-Wrapper
A Laravel wrapper for Unsplash API's.
Stars: ✭ 21 (-27.59%)
Mutual labels:  unsplash-api
WallE
🖼️ Wallpaper App built using Flutter & Unsplash API
Stars: ✭ 25 (-13.79%)
Mutual labels:  unsplash-api
strapi-plugin-zeasy-image-api
Strapi plugin to ease the process importing Unsplash image with attribution
Stars: ✭ 28 (-3.45%)
Mutual labels:  unsplash-api
MacOS-Developers-Excuses
A macOS screen saver that shows a random developer excuse over a beautiful photo background. Made with ❤
Stars: ✭ 53 (+82.76%)
Mutual labels:  unsplash-api
Monotone
An Unsplash Application for iOS.
Stars: ✭ 181 (+524.14%)
Mutual labels:  unsplash-api
instant-images
Instantly upload photos from Unsplash, Pixabay and Pexels to your website without leaving WordPress.
Stars: ✭ 26 (-10.34%)
Mutual labels:  unsplash-api
python-unsplash
Python wrapper for the Unsplash API.
Stars: ✭ 130 (+348.28%)
Mutual labels:  unsplash-api
go-unsplash
Go Client for the Unsplash API
Stars: ✭ 70 (+141.38%)
Mutual labels:  unsplash-api
vue-unsplash
A sample photo search app using Vuejs and unsplash Api
Stars: ✭ 27 (-6.9%)
Mutual labels:  unsplash-api

License Codacy Badge

Icon

Flutter Unsplash Client

A simple Flutter app showing trending images from Unsplash

Android Screenshots

Screenshot Main Screenshot Source Screenshot Source

IOS Screenshots

Screenshot Main Screenshot Source Screenshot Source

Provide an Api Key

create new file Keys.dart containing your api key:

class Keys {
  /* unsplash api key */
  static String UNSPLASH_API_CLIENT_ID = 'YOUR_API_KEY';
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].