neo-xy

Results 10 comments of neo-xy

@Alexpechonov it works the way U do it (y) but getting warnings: "'Critical dependency: the request of a dependency is an expression" any idea of how to get rid of...

@nkyordy hi, I'm just staring with angular so it's still unclear to me how I should implement your walk-around -should I still add "PdfmakeModule " in my appmodule? (cause that...

@oomz nope -got nothing from no one :/ and too busy to look deeper into it (so I just runings all the time with warnings )- if You will find...

@nkyordy thank you that You took time to answer -will try your approach in couple of days(stacked with android a.t.m:) ) thank you again (Y)

Hi @exaby73 yes, I did - and the big thing that is missing there (that I noticed just yesterday) is that one have to run `pip freeze -> requirements.txt` FROM...

more info: it crashes after a hour or two, (but only on some devices) Maybe race condition? Possible solution on top of the "onStartCommand"...: ` if (intent == null) {...

@NOTtheKRish I forked it -> https://github.com/neo-xy/flutter_overlay_window and added if (intent == null) { Log.e("OverlayService", "onStartCommand: Intent is null!"); return START_STICKY; } and that fixed the issue although not 100% sure...

@NOTtheKRish specificly my fork that does not work on android 13 or the original library has the same issue?

ok, i'm guessing that it will be the saem if U test the main version - sadly nothing I can help with; @X-SLAYER is a go to guy for that

@margeeta ok, is it safe to say that in that case that it is not recomended (or/and not the best approach) to use UI kit (from asset panel) IF another...