Skip to content

ZeroPass/flutter-port-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82f502c · Sep 14, 2023
May 26, 2022
Mar 3, 2023
Dec 29, 2021
Mar 3, 2023
Apr 16, 2020
Apr 16, 2022
May 31, 2022
Apr 16, 2020
Oct 23, 2020
Sep 14, 2023
Oct 23, 2020
Mar 3, 2023
Mar 3, 2023

Repository files navigation

Port Mobile App

Installation

  • Android Studio - Follow instructions here. *or install any other IDE (Visual Studio, Xcode)

  • Flutter - Follow instructions here.

Getting Started

  • Download(git clone) the project

  • In root directory (where pubspec.yaml is) call:

flutter packages get
  • To run:
flutter run --no-sound-null-safety

On iOS, If you encounter error: "Codepoint 62495 not found in font, aborting.", 
add '--no-tree-shake-icons' flag to the above command.

# Release version
flutter run --release 

On iOS, If you encounter error: "Codepoint 62495 not found in font, aborting.", 
add '--no-tree-shake-icons' flag to the above command.

  • To build app:
# Android
flutter build apk
flutter build apk --release --no-shrink 

#iOS (on macOS host)
flutter build ios --release 

If you encounter error: "Codepoint 62495 not found in font, aborting.", 
add '--no-tree-shake-icons' flag to the above command.

  • To build app bundle:
flutter build appbundle --no-tree-shake-icons

Usage

  • Fill the data in this function
    • configure blockchain nodes like here (IP address, port, encryption connection check and network type(chainID))
    • set StorageServer (IP address, port and encryption connection check)
  • Run the project from your IDE