Ragul PR
Ragul PR
ragulpr@Admins-MacBook-Air ev-flutter % flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.5, on macOS 15.0 24A335 darwin-arm64, locale en-IN) [✓] Android toolchain...
I/flutter (11230): PlatformException(error, lateinit property activity has not been initialized, null, kotlin.UninitializedPropertyAccessException: lateinit property activity has not been initialized I/flutter (11230): at cl.puntito.simple_pip_mode.SimplePipModePlugin.onMethodCall(SimplePipModePlugin.kt:101) I/flutter (11230): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267) I/flutter (11230): at...
@PuntitOwO Can you check again certain devices have this issue. PlatformException(error, lateinit property activity has not been initialized, null, kotlin.UninitializedPropertyAccessException: lateinit property activity has not been initialized I/flutter ( 2923):...
@PuntitOwO can you check this please.
[Stack Overflow Question](https://stackoverflow.com/q/79592982/22267711), I'm facing issues in live activities not showing up.
Which version is compatible
which version of flutter
getting this error after adding this package @EArminjon @oguzhnatly
Hi @EArminjon, I have attached the required, can you please verify: **Info.plist** ``` CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Zeon Charging CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName Zeon Charging CFBundlePackageType APPL...
Hi @EArminjon is this fine. still getting error on running Appdelegate.swift ``` import UIKit import Flutter import GoogleMaps import Firebase import FirebaseCore let flutterEngine = FlutterEngine(name: "SharedEngine", project: nil, allowHeadlessExecution:...