diff --git a/books_viewer/assets/images/lamp.png b/books_viewer/assets/images/lamp.png index b812cd9..7b10d2d 100644 Binary files a/books_viewer/assets/images/lamp.png and b/books_viewer/assets/images/lamp.png differ diff --git a/books_viewer/lib/widgets/pdf_viewer.dart b/books_viewer/lib/widgets/pdf_viewer.dart index a679c1f..16fbe99 100644 --- a/books_viewer/lib/widgets/pdf_viewer.dart +++ b/books_viewer/lib/widgets/pdf_viewer.dart @@ -269,12 +269,12 @@ class _PdfViewerState extends State { ), ), Positioned( - top: -8, - right: -8, + top: 2, + right: -0, child: Image.asset( 'assets/images/lamp.png', - width: 70, - height: 70, + width: 50, + height: 50, ), ), ], @@ -480,7 +480,7 @@ class _PdfViewerState extends State { ), IconButton( key: anotacaoKey, - icon: const Icon(Icons.lightbulb_outline), + icon: const Icon(Icons.note_alt_outlined), tooltip: 'Anotações', onPressed: _showAnnotationDialog, ), diff --git a/books_viewer/pubspec.yaml b/books_viewer/pubspec.yaml index 1cbd2e0..d91a85d 100644 --- a/books_viewer/pubspec.yaml +++ b/books_viewer/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.2+10 +version: 1.0.3+11 environment: sdk: '>=3.4.3 <4.0.0'