My first flutter app that create a readers community by uploading pdf books from users.
- Dart : The official programming language for Flutter development.
- Provider :A wrapper around InheritedWidget to make them easier to use and more reusable.
- Http : A composable, Future-based library for making HTTP requests.
- sharedPreferences : Wraps platform-specific persistent storage for simple data.
- Intl : This package provides internationalization and localization facilities, including message translation, plurals and genders, date/number formatting and parsing, and bidirectional text.
- flutterPluginPDFViewer : A flutter plugin for handling PDF files. Works on both Android & iOS.