It is full application developed by Flutter. It's made a lot easier for all users. Anyone can run apps by following the project instructions. This app is the most advanced app on Codecanyon.
Requirements:
To customised this project you should have Flutter and Dart installed and configured effectively on your gadget Install Flutter Set up your editor Install
the Flutter and Dart Plugins.
Get Started:
a. Unzip the flies folder and open it. There have source code name as source-code, then use your preferred IDE (Android Studio / Visual Code / IntelliJ) to open the project.
b. Go to /assets/images/icon.png and replace it with your logo or app icon
Note: This logo used in the splash screen only, not in the app icon
For Android Configuration
Get Dependencies:
flutter pub get
Change Package Name:
iOS Configuration
Opt-in to the preview of the embedded view by adding a boolean property to the app's Info.plist file with the key io.flutter.embedded_views_preview and the value YES.
Build & Run:
Run the Application:
flutter run
Install and Release App:
Run the Application:
flutter build apk --release
Build and Install App:
flutter build appbundle --target-platform android-arm,android-arm64,android-x64Learn more on https://developer.android.com/guide/app-bundle
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abiLearn more on https://developer.android.com/studio/build/configure-apk-splits#confi
keytool -genkey -v -keystore android/app/key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias key
storePassword=password from previous step
keyPassword=password from previous step
keyAlias=key
storeFile=location of the key store file, e.g. /Users/user name/key.jks
def keystorePropertiesFile = rootProject.file("key.properties")
def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
Support:
Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. Just let us know, We will assist you. Contact us at support center: support@appdevs.net