ResoCoder / flutter-tdd-clean-architecture-course

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

Problem with DataConnectionChecker #15

Open nazamov opened 4 years ago

nazamov commented 4 years ago

Hello everyone and @ResoDev ! The DataConnectionChecker is good lib, but it seems me it doesn't work in some countries, because I compiled app and it didn't work, than I debuged it and changed the line of coude if (await networkInfo.isConnected) to if(true) than it worked. Thats why I recomend everyone don't use DataConnectionChecker in future on your apps, becuase your app will not work in some countries, of course if it's need internet!