Skip to content

Installation

End users

Download the app for your platform from Download or official store listings when published.

Developers — build from source

From projects/Eoonia_Wallet:

Requirements

  • Flutter 3.5+ / Dart 3.5+ (pubspec.yaml)
  • Xcode (iOS/macOS), Android Studio (Android), or Chrome (web)
bash
flutter --version
flutter doctor

Clone and run

bash
git clone https://github.com/empoorio/Eoonia_Wallet.git
cd Eoonia_Wallet
flutter pub get
flutter run

Platform notes

Android — permissions for internet, biometrics, and camera (QR) in AndroidManifest.xml as documented in docs/installation.md in the repository.

iOS — CocoaPods, Face ID usage strings in Info.plist.

Web / Desktop — see docs/WEB_BUILD_FIX_GUIDE.md in the repository for known web build constraints.

Eoonia Wallet SDK (integrators)

yaml
dependencies:
  eoonia_wallet_sdk: ^1.0.0
bash
flutter pub get

See Flutter SDK overview and docs/README.md in the repository.

Secrets

Do not commit keystores, API keys, WalletConnect project secrets, or Infura tokens. Configure them locally per docs/installation.md.