siwtom / seeds_light_wallet

Home Page:http://www.joinseeds.earth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seeds_light_wallet

Actions Status

Codemagic build status

Opensource Wallet & Explorer by joinseeds.com

A payment platform and financial ecosystem to empower humanity and heal our planet

Getting Started

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

Sound null safety is off

Run with --no-sound-null-safety flags as there are some external libraries that are not null safe

Dev configuration

Use the projects git hooks

git config core.hooksPath .githooks/

Build

Build for Android

Create an app bundle and upload to Google Play

flutter build appbundle --no-sound-null-safety lib/main.dart

Build for iOS

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

About

http://www.joinseeds.earth/

License:MIT License


Languages

Language:Dart 99.8%Language:Ruby 0.1%Language:Kotlin 0.0%Language:Swift 0.0%Language:JavaScript 0.0%Language:Objective-C 0.0%