bobosette

Results 33 comments of bobosette

Ok i will give you as soon as I can Il Sab 22 Gen 2022, 21:27 Eka Setiawan Saputra ***@***.***> ha scritto: > can you provide flutter doctor output? >...

Sorry for the delay. Here is my flutter doctor: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.8.1, on Mac OS X 10.15.7 19H1217...

Yes. I give you some code: ` void main() async { WidgetsFlutterBinding.ensureInitialized(); initializeService(); runApp(const MyApp()); } void onIosBackground() { WidgetsFlutterBinding.ensureInitialized(); } Future initializeService() async { final service = FlutterBackgroundService(); await...

Guys when you have something ready to fix that, could you tell me please? Il giorno gio 3 feb 2022 alle ore 10:21 Eka Setiawan Saputra < ***@***.***> ha scritto:...

What do u mean with this?? I need something to let the app run in background for maybe hours!! Is it possible?

Thank you very much @ekasetiawans , now it works fine!!!! One last thing: i don't know why when i call stopBackgroundService(), the red banner on ios home is still there....

like this: ![aXEkK](https://user-images.githubusercontent.com/13197553/158325682-80d90ccc-a808-4b98-abc5-60965bbc2035.png)

from iOs 12 I think (I don't know exactly when they implemented that) when an app is running a process in background, if you come back to the home, this...

🤦🏻‍♂️ you're right. But now I have to understand why the microphone is still open