Martin Fink
Dec 14, 2020

--

Do take a look... especially at State Management. A lot of the other stuff removes the need to pass around context which is just convenient. I think when you saw "do too much", I think what you may have seen are the list of utility functions that are possible given that you don't need context anymore... for example "Get.theme" instead of "Theme.of(context)." I have to admit that for routes (Dialogs, Screens, Snackbars), not having to go through all the route setup ahead of time and just calling the routes; and the convenience of "Get.back" and/or "Get.off, Get.offall" is hard to beat.

--

--

Martin Fink
Martin Fink

No responses yet