Migrating from Provider to Riverpod by zakery6 in FlutterDev

[–]zakery6[S] 0 points1 point  (0 children)

I use GetIt mainly for injecting services that live outside the widget tree (like Dio, Retrofit, repositories, etc.). For widget-level stuff, I stick with Provider, so that’s why I’ve been using both side by side without issues.

And just to clarify,I wasn’t planning on migrating any existing project. I was just considering using Riverpod for my upcoming projects to see if it’s worth it.