Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.71 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.71 KB

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