Openlib icon indicating copy to clipboard operation
Openlib copied to clipboard

Back button needed

Open syswraith opened this issue 2 years ago • 9 comments

Add a back button on the top left, near the Openlib logo. It just feels natural. Screenshot_20230824-190133~3

syswraith avatar Aug 24 '23 13:08 syswraith

Sure, will add in the upcoming update

dstark5 avatar Aug 25 '23 14:08 dstark5

Can I work on this issue... I know how to add a back button.

vijaymehrotra avatar Sep 29 '23 04:09 vijaymehrotra

Yeah sure

dstark5 avatar Sep 30 '23 02:09 dstark5

i was trying to run this code on my system but an error occurs :

lib/ui/epub_viewer.dart:131:39: Error: The argument type 'File/1/' can't be assigned to the parameter type 'File/2/'.

  • 'File/1/' is from 'dart:io'.
  • 'File/2/' is from 'package:universal_file/src/io/file.dart' ('/C:/Users/Lenovo/AppData/Local/Pub/Cache/hosted/pub.dev/universal_file-1.0.0/lib/src/io/file.dart').
    document: EpubDocument.openFile(File(widget.filePath)),

// what should i do

vijaymehrotra avatar Sep 30 '23 09:09 vijaymehrotra

Sorry for the delayed response

May I know what changes did have made in the lib

dstark5 avatar Oct 04 '23 02:10 dstark5

I didn't change anything. I just forked the repository and tried to run it, and it is showing this error.

Error: The argument type 'File/1/' can't be assigned to the parameter type 'File/2/'.

vijaymehrotra avatar Oct 04 '23 03:10 vijaymehrotra

would you provide a more detailed error log.

The error you provided seems to a package conflict

dstark5 avatar Oct 05 '23 08:10 dstark5

Launching lib\main.dart on Chrome in debug mode... Waiting for connection from debug service on Chrome... lib/ui/epub_viewer.dart:131:39: Error: The argument type 'File/1/' can't be assigned to the parameter type 'File/2/'.

  • 'File/1/' is from 'dart:io'.
  • 'File/2/' is from 'package:universal_file/src/io/file.dart' ('/C:/Users/Lenovo/AppData/Local/Pub/Cache/hosted/pub.dev/universal_file-1.0.0/lib/src/io/file.dart'). document: EpubDocument.openFile(File(widget.filePath)),

This is the error showing in my terminal

vijaymehrotra avatar Oct 12 '23 04:10 vijaymehrotra

This project is designed to work on android kindly use an android emulator or device to run the project

dstark5 avatar Nov 04 '23 05:11 dstark5

Closing this issue since my feature request has been fulfilled.

syswraith avatar Jul 16 '24 08:07 syswraith