Opensource Wallet & Explorer by joinseeds.com
A payment platform and financial ecosystem to empower humanity and heal our planet
git clone https://github.com/7flash/flutter_seeds_wallet.git
cd flutter_seeds_wallet
flutter pub get
flutter run --no-sound-null-safety lib/main.dart
Run with --no-sound-null-safety
flags as there are some external libraries that are not null safe
Use the projects git hooks
git config core.hooksPath .githooks/
Create an app bundle and upload to Google Play
flutter build appbundle --no-sound-null-safety lib/main.dart
For iOS App store release, we build with XCode - but before running the XCode build, we need to run the flutter build for iOS.
1 - Build for iOS flutter
flutter build ios --no-sound-null-safety lib/main.dart
2 - Build with XCode for App store distrubution as usual