mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-21 16:04:27 +01:00
Allow working with local library on iOS (#434)
* Update SDK range and update dependencies to latest * Correct the output folder creation on codegen just recipe * Create a podspec for local development * Use production podspec when publishing * Remove spec.platform as deployment targets are already set
This commit is contained in:
@@ -90,7 +90,7 @@ class _HomePageState extends State<HomePage> {
|
||||
} on Exception catch (e) {
|
||||
final errMsg = "Failed to sync wallet. $e";
|
||||
debugPrint(errMsg);
|
||||
if (context.mounted) {
|
||||
if (mounted) {
|
||||
final snackBar = SnackBar(behavior: SnackBarBehavior.floating, content: Text(errMsg));
|
||||
ScaffoldMessenger.of(context).showSnackBar(snackBar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user