How to run code at the start of my flutter app and notify ChangeNotifier accordingly when the operation is finish?
I have a flutter app that use the provider package to represent state.
At the start of my app I want to run some operations and set the state of my application accordingly (when the operation are finished)
How to run code at the start of my flutter app and notify ChangeNotifier accordingly when the operation is finish?
I have a flutter app that use the provider package to represent state.
At the start of my app I want to run some operations and set the state of my application accordingly (when the operation are finished)