Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 405 Bytes

Courses-App-Flutter-UI

This is a sample homepage UI for a flutter app. You need to have Flutter 3 to run this project.

Steps:

  1. Go to the command prompt and run flutter upgrade command.
  2. Open command prompt in the project and use flutter pub get command.
  3. Go to the lib/main.dart file and hit run in VSCode (or use flutter run command).
  4. Choose the device or emulator to run the app.