The-ring-io / flutter_phoenix

Easily restart your application from scratch.
MIT License
153 stars 17 forks source link

Support beforeRebirth callback #38

Open minhdanh opened 2 months ago

minhdanh commented 2 months ago

Hi, this PR adds support for a callback named "beforeRebirth", which helps to run a function before rebirthing, like to clean up or reset states, etc. It also updates the packages to latest possible versions.