ganeshrvel / flutter_mobx_dio_boilerplate

Advanced and highly scalable boilerplate for building Flutter apps with MobX, Dio, GetIt, and AutoRoutes. Null safe and compatible with Flutter 2.0.
https://github.com/ganeshrvel/flutter_mobx_dio_boilerplate
MIT License
98 stars 25 forks source link

Upgrade Dio ApiClient with latest dio package version #4

Closed iqboladahamjonov closed 3 years ago

iqboladahamjonov commented 3 years ago

I really liked the boilerplate. However, the project needs some update. I especially need upgraded dio boilerplate as I am currently working on project which uses latest dio version. Thank you.

ganeshrvel commented 3 years ago

https://github.com/ganeshrvel/flutter_mobx_dio_boilerplate/pull/5 now supports the latest version of dio.

Thanks for the comments!