Introduction

Mobile app developed using a flutter framework created by Google is open-source mobile application development. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications

Requirements

To edit this project you must have Flutter and Dart installed and configured successfully on your device Install flutter Set up your editor Install the Flutter and Dart plugins

Get Started

1- Open Android Studio

2- Go to Configure -> Preferences

3- Click in Plugins and search Flutter after this click Install and also Restart IDE

4-- Click in Plugins and search Dart after this click Install

5- Open project:

  1. Download the zip file from CodeCanyon.

  2. Extract the zip file from your workspace.

  3. Open folder FlyWeb_Flutter , use your preferred IDE (Android Studio / Visual Code / IntelliJ) to open the project.

  4. Go to /assets/cfg/configurations.json and edit with your configuration (You can take the config from your admin go to

    http://mydomaine.com/flyweb/views/index.php?page=config)

5. Change your logo application for first time

1- Open Project Flutter_Flyweb

2- Go to folder assets/img/

3- Change your logo -> logo.png

6- Edit Configurations project

6.1. Click Edit Configurations

6.2. Config Flutter SDK

6.3. Fix Flutter

6.4. Add Folder Flutter

NB: Should add All access to folder flutter

7- Click Ok

8- Click Tools -> Flutter -> Flutter Clean

or Run in Terminal

flutter clean

7- Click Tools -> Flutter -> Flutter Pub Get

or Run in Terminal

flutter pub get

8- Run in your Mobile or Emulator

9- Done

Last updated