Flutter Application Lifecycle Management | Flutter Background

preview_player
Показать описание
👨‍🎓👨‍🎓 Wirtten Tutorial 👨‍💻👨‍💻 👇👇👇

Thank you for watching. Please subscribe for more videos.
Рекомендации по теме
Комментарии
Автор

Get yourself a man who loves you as much as FilledStacks loves the get_it package

EibeMandel
Автор

I had the flu while recording this so excuse the deepness and stuffyness of my voice 🤧 enjoy! Please let me know what you'd like to see next.

FilledStacks
Автор

Have i founded one of the best tutorial channels ever?
Well explained, real world exemples, not jumping important aspects of the development process...
I'm literally speechless...
Congratulations for the amazing work.

Actarsatan
Автор

This can be a great additional feature for Stacked package....Awesome!!!

markdioneeb
Автор

Thank you for the tutorial. Your content is always top level and appreciated !

tarkkoprulu
Автор

Please keep these architecture videos coming.

vOnez
Автор

I've noticed a scenario where the pressing ||| (show open apps) causes lifecyclestate to go like this:

Resumed -> inactive -> paused -> Resumed

But the final state of "resumed" doesn't get caught in the didChange method.

I'm guessing it was because the widget tree was like:

Stateless widget -> stateful widget

Where the state stateful widget has the lifecycle management. And the widget was getting destroyed and recreated...

Do you recommend doing state management as the outermost widget as a general rule?

Ehrnsmersh
Автор

I can only say thanks. You are a star.

learnityourself
Автор

could it be done using stateless widget and centralized state management?

glowiever
Автор

if another app(like camera) is opened from my flutter app, applifecycle state changes to paused/ inactive ! is there anyway to prevent this if another app is on top of my app? or else control the state of the app opened from my app? since i want to know if my app really came to foreground not just another activity(camera opened by app) was on top of my app?

farrazmohamed
Автор

Such a sage. I have two questions: 1. when using the provider package with firebase, is this necessary? Provider disposes for us, correct? However, in flutter web, I'm not seeing Provider dispose, but I'm afraid this doesn't cover Flutter web. Anyone have any possible suggestions?

bryanhunsberger
Автор

This life cycle is for whole app, but i want a life cycle for a single screen, like when i go to from A screen to B screen then a OnPasue() method of Screen A should be call like in Android Studio, and when i move back to Screen A then its OnResume() will be call,
Any Idea?

mohsanikram
Автор

OnDestroy method is not called when I close the app. It there anyway to call onDestroy and release all the resources on app close ?

duni-KD
Автор

This is great Dane, thanks once again. Have you used isolates (or something else) to run a process while the app is in the background? Like a stopwatch that shows a notification with continuous updates of the time remaining? Thanks in advance.

dc
Автор

We need Unit Test using your architecture.do it in separate videos start with firestore firebase apps then go with apps that you call the API

mohabmagdy
Автор

Hi Sir, I have to run a particular task of my app (displaying a flush bar in my case)every time the user unlocks the mobile.The task to be run is not dependent on whether the app is running or not in the background as long as it is installed.A countdown timer will trigger this event
How can Lifecycle manager help me?Like what is the meaning of location service and background fetch service?

chethansiqaandiostuff
Автор

Thanks for the tutorial Dane. I'm building an app where I need to refresh the content after a certain amount of time in the background. Do you think the lifecycle management is ideal for this?

kenhee
Автор

I am making an examination app and i want to restrict the student to minimize the app to background. Could anyone help me with this???

faisalpheonix
Автор

Om namah shivay
Bro please reply me
From where u are learning this all amazing things in flutter?
How can I learn flutter on my own self like u?

rajdave
Автор

From where u learned flutter animation?

rajdave