Csaba Toth
Csaba Toth
Aaand it's still > Task :flutter_native_timezone:compileReleaseKotlin w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt: (12, 48): 'Registrar' is deprecated. Deprecated in Java > w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt: (23, 37): 'Registrar' is deprecated. Deprecated in Java
Will this be merged? Sounds like a performance improvement.
@RudeySH Oh yes, and yours is available as a NuGet package as well also. I highly recommend to anyone!
@rlenders , so basically I can still combine the classic bundling together with the dynamic bundling? I'd us classic bundling for the common layout bundles, and use the Dynamic Bundles...
@rlenders Do you happen to have a GitHub repo which does that? Once you take out `BundleConfig.RegisterBundles(BundleTable.Bundles);` and add `ViewEngines.Engines.Add(new DynamicBundles.DynamicBundlesViewEngine());` I thought you loose all the classic bundling capabilities...
I wonder what's the plan with the `new-sceneform` branch (which would upgrade to Thomas Gorisse's maintained SceneForm fork, or even upgrading to SceneView, which is even more actively maintained Kotlin...
File picker here as well: `And because file_picker >=5.2.11 depends on win32 ^4.1.3, wakelock ^0.6.2 is incompatible with file_picker >=5.2.11.` Thanks for your PR
So I was running into a service disappearing in my app which was not disappearing before. The Smart Management decided to ditch that service. I have a feeling that maybe...
> the GetXService is not available when app goes to background.... From your issue opening description it looks like that `MessageService` is not available. What is `GetXService`? We need some...