451518849/epub_kitty

upgrade to 0.1.7 issue

Opened this issue · 7 comments

Zehr0 commented

i use v0.1.6 previously but when i change my pubspec to v0.1.7 it shows successful in terminal but the plugin deletes from my flutter plugins in external library. and when i try to go back to previous versions it doesn't work.

FLUTTER DOCTOR OUTPUT:
Alice:flutter_app userPC$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.16.4-pre.81, on Mac OS X 10.15.4 19E266, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.43.2)

[✓] Connected device (3 available)

• No issues found!

Alice:flutter_app userPC$ flutter doctor -v
[✓] Flutter (Channel master, v1.16.4-pre.81, on Mac OS X 10.15.4 19E266, locale en-US)
• Flutter version 1.16.4-pre.81 at /Users/userPC/Developer/flutter
• Framework revision 127787c873 (7 days ago), 2020-04-02 14:41:01 -0400
• Engine revision 1adfd639b4
• Dart version 2.8.0 (build 2.8.0-dev.19.0 5a965d5d0f)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/userPC/Library/Android/sdk
• Platform android-29, build-tools 29.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.4, Build version 11E146
• CocoaPods version 1.9.1

[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 3.5)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 42.1.1
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

[✓] VS Code (version 1.43.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.8.1

[✓] Connected device (3 available)
• Alicia • 00008020-001364203C90003A • ios • iOS 13.3.1
• Chrome • chrome • web-javascript • Google Chrome 80.0.3987.163
• Web Server • web-server • web-javascript • Flutter Tools

• No issues found!

Why not use new the version ?

Zehr0 commented

I am trying to upgrade to the new version is what I'm saying

Oh, use can try android studio to open project and sync the plugin.

Zehr0 commented

on iOS, i was using v0.1.6 horizontal reading, then on upgrading to 0.1.7 the iPad full screen works fine.
the issue I am having now is that

  1. the reader does not close anymore, i.e the when i tap the reader, the header doesn't pop up
  2. i previously stated i use horizontal reading, now the horizontal swipes just jump from chapter to chapter and to read the chapter, i have to scroll vertically.
    3.highlight isn't working

@Zehr0 have you been able to solve the issues on iOS you outlined above?

Zehr0 commented

yes.
I had to delete the prev version from flutter folder and run pub get.
Are you having a similar issue?

hi all,
I've found another issue, when i run my project first to read epub file, it was force closed.

any one help this problem