wangxuguo / XDAG-Pro

XDAG-Pro is a cross-platform wallet project for XDAG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use

The project is built using Flutter, so you just need to refer to the Flutter official website to set up your development environment.

The project supports Android, iOS, Web, Mac, Windows, and Linux platforms, so you can run it on any of these platforms. However, due to security concerns on the web platform, it is not recommended to run it on the web.

Before running the project, please run flutter pub get to get the dependencies, then run flutter gen-l10n to generate the localization files, and finally run flutter run ${your platform} to start the project.

  • Follow the steps on the website to install flutter
  • Execute this command to check flutter doctor
  • Execute this command to install dependencies flutter pub get
  • Execute this command to generate the localization files flutter gen-l10n
  • Execute this command to run the project flutter run
  • Recommended use Android Studio to run the project, or use VSCode with Flutter plugin

Window Note

  • No support for ARM and x86 Windows devices, only for x64 devices.

add language

  • app_[locale].arb,example: app_zh.arb
  • flutter gen-l10n
  • change lib/model/config_modal.dart langs
  • localization

End

If you would like to make a donation to support this project, below is the donation address:
4AzP6NX68y854ztnSMuBYLj8KHHAtX5HK

About

XDAG-Pro is a cross-platform wallet project for XDAG.

License:MIT License


Languages

Language:Dart 84.2%Language:C++ 6.7%Language:CMake 5.1%Language:HTML 2.2%Language:Ruby 0.7%Language:Swift 0.6%Language:C 0.4%Language:Kotlin 0.0%Language:Objective-C 0.0%