Flutter draws everything by itself, and it uses an entirely different, cross-platform development model. Therefore, there's no need to deal with things like the Activity Lifecycle, because nothing like that really even exists in the Flutter world.
On July 28, 2018 9:58:44 PM Jack J <fsn7...@gmail.com> wrote:
Using traditional way of development we have to write code that will preserve state of application after device orientation changed, in case of another application pop up... There a several lifecycle methods and a lot of additional code you may need to write. Is it the same way in Flutter or they invented something about it ?
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Ian Hickson
😸
Although you do still have to handle saving state for the case of the user leaving the app then coming back.
Ian Hickson
😸
--