sample_gallery

Getting Started Instructions

  1. Open a terminal window in your desired location.

  2. To copy project source run the command
    git clone git@github.com:luhluh-17/sample_gallery.git

  3. To get the project depndencies run the command.
    flutter pub get

  4. (OPTIONAL) If there is any error after Step 3 try to run the command below and repeat Step 3.
    flutter clean

  5. 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

Preview