25-10-11/1

This commit is contained in:
Hamza-Ayed
2025-10-11 01:25:03 +03:00
parent ea55a25af2
commit 14484fcd8f
13 changed files with 31 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ class Bubble {
/// puts app in background and shows floaty-bubble head
Future<void> startBubbleHead({bool sendAppToBackground = true}) async {
ByteData bytes = await rootBundle.load(
'assets/images/logo.png',
'assets/images/logo1.png',
);
var buffer = bytes.buffer;
var encodedImage = base64.encode(Uint8List.view(buffer));