Sep 2, 2018 · 1 min read
Nice! I do have a general question — is there anything inherently wrong with calling the .init() at the start of the app and just keeping it “alive” and therefore available anywhere I want after? Why do a .init() .dispose() per StateWidget etc.?
I too am new to flutter / dart and was wondering about best practices especially in a large app that spans a lot of Screens/Pages etc.
