Doppelklick
Doppelklick
@schmidt-sebastian can you give us an update about this feature request?
> Hi, we're tracking this feature request internally but unfortunately I don't have an ETA to share at this time. @tonyjhuang is there any activity on this request?
Hi @Numoy, I'm missing the image choice too :-)
same problem (version excel: ^2.0.0-null-safety-3) looks like the package is not maintained anymore
for me it looks like the problem still exists. ```@pragma('vm:entry-point') void uploadUserData() { if (Platform.isAndroid) PathProviderAndroid.registerWith(); if (Platform.isIOS) PathProviderIOS.registerWith(); Workmanager().executeTask((task, inputData) async { await Firebase.initializeApp( options: DefaultFirebaseOptions.currentPlatform, ); MyRepository().syncUploadFiles(); }...
looks like this is a m1 issue. same problem with a flutter project. Xcode 12.4 Simulator Version 12.4 (940.20)
> Same issue > > Eagerly awaiting a fix for this as its halting our development flow when we can't use this library I think you should ask Apple for...
same problem :-(
same with workmanager (Flutter version 3.7.10). Anybody found a workaround?
> I've been facing the same problem since Feb. However, the error appears to have changed. Currently, the issue manifests as follows on my end: > > ``` > Unhandled...