flutter_unsplash icon indicating copy to clipboard operation
flutter_unsplash copied to clipboard

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

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