diff --git a/lib/widgets/book_item.dart b/lib/widgets/book_item.dart index ef96485..de0ea20 100644 --- a/lib/widgets/book_item.dart +++ b/lib/widgets/book_item.dart @@ -74,7 +74,7 @@ class BookItem extends StatelessWidget { ), ), Text( - '${book.readingPercentage.toStringAsFixed(0)}%', + '${(book.readingPercentage * 100).toStringAsFixed(0)}%', style: const TextStyle( fontWeight: FontWeight.w300, fontSize: 9,