A new Flutter application to showcases best images from Unsplash. Using Flutter we will build mobile application which will run on iOS and Android. https://unsplash.com/developers?
This project is a starting point for a Flutter application.
-
Apply for API Key from unsplash
-
Clone this repo into your workspace(Visual Studio Code or Android Studio) vs code preferred
-
create
.env
file with keyAPI_KEY=<Access Key>
-
Setup: Install all flutter dependencies
run
flutter doctor
to check what dependencies are installed.run
flutter devices
to see which ios and android devices/simulators are connected.run
flutter run -d all
to run app in all connected devices.run
flutter format .
to format all source code. -
install Flutter extension in vscode
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.