Skip to content

YuryMorozov2001/en-sport-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

en_sport_quiz

to run the check on the emulator, you need to change the check line in the checker_bloc.dart file

from

if ((await EmuCheckerService.checkIsEmu())) {...}

to

if (!(await EmuCheckerService.checkIsEmu())) {...}