/flutter_unsplash

Simple Unsplash (https://unsplash.com/) Client in Flutter

Primary LanguageDartApache License 2.0Apache-2.0

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';
}