Skip to content

breez/glow

Repository files navigation

glow

Flutter app showcasing Breez SDK - Nodeless (Spark Implementation).

Setup

Install dependencies:

flutter pub get

Generate code and mocks:

dart run build_runner build --delete-conflicting-outputs

Create secrets.json in project root (gitignored):

{
  "BREEZ_API_KEY": "your_api_key",
}

Running

flutter run --dart-define-from-file=secrets.json

Testing

Unit tests:

flutter test

Integration tests (requires device/emulator):

flutter test integration_test

Building

flutter build apk --dart-define-from-file=secrets.json
flutter build ios --dart-define-from-file=secrets.json

About

Flutter app showcasing Breez SDK - Nodeless (Spark Implementation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published