Skip to content

Commit

Permalink
#32 [RTL] Fixed icon name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgeffroy committed Jan 25, 2022
1 parent 9e8471a commit beee5d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reader_widget/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ import 'package:iridium_reader_widget/views/viewers/epub_screen.dart';

Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
// var dirPath =
// (await Utils.getFileFromAsset('assets/books/accessible_epub_3.epub'))
// .path;
var dirPath =
(await Utils.getFileFromAsset('assets/books/accessible_epub_3.epub'))
.path;
(await Utils.getFileFromAsset('assets/books/9089_rtl.epub')).path;
runApp(MyApp(dirPath));
}

Expand Down

0 comments on commit beee5d2

Please sign in to comment.