A Flutter web app (also workable in mobile devices).
(____________) [Search]
[-----------] [-----------] [-----------]
[-----------] [-----------] [-----------]
Name: UserName: Email: Address: Phone:
- First, clone or download the repository in your machine.
- Get Flutter SDK. See the Flutter SDK installation instructions.
- Need to have Chrome; debugging a web app requires the Chrome browser.
Run the following command from the project directory to start the project:
flutter run -d chrome
Run the following command to generate a release build:
flutter build web
For more info, visit here