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:
Erdem Yerebasmaz
2024-07-09 16:17:00 +03:00
committed by GitHub
parent 05507063f0
commit 3597530058
10 changed files with 610 additions and 133 deletions

View File

@@ -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,