A simple Flutter app showing trending images from Unsplash
create new file Keys.dart
containing your api key:
class Keys {
/* unsplash api key */
static String UNSPLASH_API_CLIENT_ID = 'YOUR_API_KEY';
}
A simple Flutter app showing trending images from Unsplash
create new file Keys.dart
containing your api key:
class Keys {
/* unsplash api key */
static String UNSPLASH_API_CLIENT_ID = 'YOUR_API_KEY';
}