From 3b6442848f4f7d48ac43b4bb2ade8fdbd4be0fc1 Mon Sep 17 00:00:00 2001 From: Arun Rajkumar Date: Sun, 5 Jul 2020 11:22:56 +0530 Subject: [PATCH] Update pubspec.yaml Update all the package to latest version, otherwise creating lot of dependency errors, not able to use the plugin --- pubspec.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3b97efd..3cb22f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_plugin_pdf_viewer description: A flutter plugin for handling PDF files. Works on both Android & iOS -version: 1.0.7 +version: 1.0.8 author: Tiago Ribeiro homepage: https://github.com/CrossPT/flutter_plugin_pdf_viewer @@ -10,13 +10,13 @@ environment: dependencies: flutter: sdk: flutter - flutter_cache_manager: ^1.0.0 - path_provider: ^1.1.0 - rxdart: ^0.21.0 - numberpicker: ^1.0.0 - flutter_advanced_networkimage: ^0.5.0 + flutter_cache_manager: ^1.4.1 + path_provider: ^1.6.11 + rxdart: ^0.24.1 + numberpicker: ^1.2.0 + flutter_advanced_networkimage: ^0.7.0 flutter: plugin: androidPackage: pt.tribeiro.flutter_plugin_pdf_viewer - pluginClass: FlutterPluginPdfViewerPlugin \ No newline at end of file + pluginClass: FlutterPluginPdfViewerPlugin