creatint / light

📖 A light novel e-reader build with Flutter
GNU General Public License v3.0
230 stars 57 forks source link

The method 'readBookSync' isn't defined for the class 'EpubReader'. #4

Open rajendrachauhan opened 5 years ago

rajendrachauhan commented 5 years ago

EpubBook epubBook = EpubReader.readBookSync(bytes); in code error to below red underline of readBookSync() method. and changed method name readBook() so it can be A value of type 'Future' can't be assigned to a variable of type 'EpubBook'. with async task. how to fixed it ?

Sreejith93 commented 4 years ago

same error