ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
2.01k stars 625 forks source link

Update code to support null safety #55

Open ngtphat-towa opened 1 year ago

ngtphat-towa commented 1 year ago

This is update code in flutter 3.0.0+ support null safety to fix this #47 data_connection_checker cannot run with sound null safety

I also add some new test stub and generated Mockito test to fix the issue #54