-
Open a terminal window in your desired location.
-
To copy project source run the command
git clone git@github.com:luhluh-17/sample_gallery.git
-
To get the project depndencies run the command.
flutter pub get
-
(OPTIONAL) If there is any error after Step 3 try to run the command below and repeat Step 3.
flutter clean
-
Run the application
NOTE - The application was tested only on Android API 31. If the application does not run in your device try using a virtual emulator that has an API level 31 or above.
flutter run