Skip to content

kollerlukas/flutter_unsplash

Repository files navigation

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