Introduction
Last updated
Last updated
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
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
1- Open Android Studio
2- Click in Plugins
and search Flutter
after this click Install
and also Restart IDE
3- Click in Plugins
and search Dart
after this click Install
4- Open project:
Download the zip file from CodeCanyon.
Extract the zip file from your workspace.
Open folder FlyWeb_Flutter
, use your preferred IDE (Android Studio / Visual Code / IntelliJ) to open the project.
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
7- Click Tools -> Flutter -> Flutter Pub Get
or Run in Terminal
8- Run in your Mobile
or Emulator
9- Done