ResoCoder/flutter-tdd-clean-architecture-course

Problem with DataConnectionChecker

nazamov opened this issue · 0 comments

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!