Zold wallet built in flutter (Android and iOS platform).
Use it to pay or receive zolds and view your wallet balance and transactions.
For help getting started with Flutter, view our online documentation.
You can follow this guide to get started without prior knoledge about flutter.
However, I recommend you go through the steps below if you have enough time.
flutter packages get
first to download the dependencies.
Before running tests, create a file zold_wallet/test/secret.dart
execute all commands in the die zold_wallet
flutter test
to execute tests.flutter run
to try it live on running emulator or usb connected device.flutter build apk
to generate APK file.flutter build ios
to package iOS app.Before submitting a PR make sure all these commands work.
flutter test
flutter build apk
pdd -f /dev/null -v