This is a simple PDF reader app built with Flutter to display PDF documents on mobile devices. The app uses the Flutter framework and the flutter_pdfview
library to render PDF files.
- Open and view PDF documents directly from the filesystem
- Zoom in and out within the PDF
- Support for different screen sizes and orientations
- View PDF Documents: Users can select and view PDF files from the filesystem within the app.
- Page Navigation: Users can navigate between pages of the PDF.
- Multiplatform Support: Works on both Android and iOS.
Technology Stack • Flutter – Framework for building cross-platform apps • Dart – Programming language for Flutter • flutter_pdfview – Library for displaying PDFs in Flutter apps
- Install Flutter
- Install Dart
- Install Android Studio or any other IDE with Flutter support
-
Clone the repository:
git clone https://github.com/jonasermert/Flutter-PDF-Reader-App.git