mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-19 23:14:22 +01:00
Rename wallet to instance (#379)
* Rename wallet of BreezLiquidSDK to instance on example Flutter project * Generate Dart bindings * Update dependencies to latest
This commit is contained in:
@@ -50,7 +50,7 @@ class _AppState extends State<App> {
|
||||
return MaterialApp(
|
||||
title: App.title,
|
||||
theme: ThemeData.from(colorScheme: ColorScheme.fromSeed(seedColor: Colors.white), useMaterial3: true),
|
||||
home: widget.liquidSDK.wallet == null
|
||||
home: widget.liquidSDK.instance == null
|
||||
? ConnectPage(
|
||||
liquidSDK: widget.liquidSDK,
|
||||
credentialsManager: widget.credentialsManager,
|
||||
|
||||
Reference in New Issue
Block a user