Openlib
                                
                                
                                
                                    Openlib copied to clipboard
                            
                            
                            
                        Back button needed
Add a back button on the top left, near the Openlib logo. It just feels natural.
Sure, will add in the upcoming update
Can I work on this issue... I know how to add a back button.
Yeah sure
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
Sorry for the delayed response
May I know what changes did have made in the lib
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/'.
would you provide a more detailed error log.
The error you provided seems to a package conflict
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
This project is designed to work on android kindly use an android emulator or device to run the project
Closing this issue since my feature request has been fulfilled.