Skip to content

Commit cde674a

Browse files
committed
display books in a paaview
1 parent 6b95173 commit cde674a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bookreader/lib/book_shelf.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'package:bookreader/book_row.dart';
12
import 'package:flutter/material.dart';
23

34
class BookShelf extends StatelessWidget {
@@ -45,6 +46,7 @@ class BookShelf extends StatelessWidget {
4546
new Tab(text: 'WORKSHOPS'),
4647
],
4748
),
49+
new BookRow(),
4850
],
4951
),
5052
),

0 commit comments

Comments
 (0)