Flutter Unsplash Client A simple Flutter app showing trending images from Unsplash Android Screenshots IOS Screenshots 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'; }