JideGuru / epub_viewer

An epub reader for Flutter. Wrapped around Folioreader.(WIP)
https://pub.dev/packages/epub_viewer
Apache License 2.0
146 stars 80 forks source link

Unhandled Exception: MissingPluginException(No implementation found for method open on channel epub_viewer) #110

Closed nkenna closed 2 years ago

nkenna commented 2 years ago

Issue / Feature - Unhandled Exception: MissingPluginException(No implementation found for method open on channel epub_viewer) Platform (android, iOS or both) - android Crash / Error - E/flutter ( 9795): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method open on channel epub_viewer)

siloebb commented 2 years ago

I downloaded the example today and happens with me too.

JideGuru commented 2 years ago

Which Flutter version did tis error occur on please?

nkenna commented 2 years ago

Flutter 2.2.2

On Wed, Sep 22, 2021, 12:42 PM Festus Olusegun @.***> wrote:

Which Flutter version did tis error occur on please?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JideGuru/epub_viewer/issues/110#issuecomment-924849792, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKSNCZLZYA4M6QM7RSFMLLUDG6JRANCNFSM5ELOFCVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

nkenna commented 2 years ago

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.2.2, on Linux, locale en_NG) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Chrome - develop for the web [✓] Android Studio (version 4.1) [✓] Connected device (1 available)

JideGuru commented 2 years ago

Did you try flutter clean?

siloebb commented 2 years ago

[✓] Flutter (Channel stable, 2.5.0, on Mac OS X 10.15.6 19G73 darwin-x64, locale pt-BR) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓] Xcode - develop for iOS and macOS [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] VS Code (version 1.60.1) [✓] Connected device (2 available)

• No issues found!

nkenna commented 2 years ago

done that. closed android studio and tried again. Still getting the same error

JideGuru commented 2 years ago

One last question. What version of the plugin are you using? Have you tried 0.2.3?

nkenna commented 2 years ago

Yes. the lastest version

On Wed, Sep 22, 2021, 12:59 PM Festus Olusegun @.***> wrote:

One last question. What version of the plugin are you using? Have you tried 0.2.3?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JideGuru/epub_viewer/issues/110#issuecomment-924861349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFKSNC6V7KTIFIAKS34V5BDUDHAJRANCNFSM5ELOFCVQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

JideGuru commented 2 years ago

I just deployed a fix (version 0.2.4). Please try it and let me know how it goes.