Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 931 Bytes

File metadata and controls

40 lines (35 loc) · 931 Bytes

flash-pro-fontend

Requirements

Check your Flutter installation and environment by running:

 $ flutter doctor

Installation

Follow the steps below to install and run the project locally:

  $ git clone https://github.com/your-repo/flash-pro-frontend.git

Navigate to the project folder:

$ cd flash_pro_frontend

Run the app: Connect a device or start an emulator, then execute:

$ flutter run

Testing

To ensure everything is working as expected, run unit and widget tests:

$flutter test

Flutter version issues

$ flutter upgrade
$ flutter packages get
$ flutter packages upgrade