Daniel Gandolfo

Results 11 comments of Daniel Gandolfo

Hi @ekasetiawans , Just to understand the behavior on IOS, when I close my app, the function called by the system is "onBackground" or there is the onFourground function which...

Ok, however, the BGTaskScheduler call the onBackground method only if the app is on background and not killed by the user? Because with the example, the onBackground method is never...

Effectively I can make a test on simulator, but if in release mode and on a real device, I get a different behavior...it's not good. Have you a guide to...

Ok, I have found how to debug the pod and I have begun my investigation. The good news is that if I launch in debug with the background fetch, and...

Hi, I have the same issue on iOS with the latest version (2.1.1). I followed the guide: * Enabled background fetching * Add in the info.plist: ` BGTaskSchedulerPermittedIdentifiers dev.flutter.background.refresh `...

To be sure, I test with the example app present in the package. And in the Xcode projet all seem good: - Background fetch capability is enabled - The task...

Effectively it's a good workaround... May be you can integrate it directly in the library?

Hi every one, Have you found a solution for this issue? Because I get the same behavior. I work with the bellow version: sqfentity: ^1.4.0+3 sqfentity_gen: ^1.4.0 Thanks in advance...

Hi, sorry for the delay. I have tried with the version 1.4.0+2 of the sqfentity_gen and I get the same result. All code about the many2many tables is generated but...

Hi everyone ! The next solution is perfect for mobile solution, bet have you another workaround for a web app? ``` final dio = Dio(); final cookieJar = CookieJar(); //PersistCookieJar();...