From b48e87d28fffbc8eff98cad3c84d4b2e85bceaec Mon Sep 17 00:00:00 2001 From: Amir Hardon Date: Thu, 12 Mar 2020 22:02:38 -0700 Subject: [PATCH] [dart_lsc] Prepare for 1.0.0 version of sensors and package_info --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5501d01..b1c423e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: super_logging description: The usual dart logging module, but with superpowers! Let's you easily log to stdout, disk and sentry.io. -version: 1.0.0 +version: 1.0.1 author: Dev Aggarwal homepage: https://github.com/scientifichackers/super_logging @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - package_info: ^0.4.0+13 + package_info: '>=0.4.0+13 <2.0.0' device_info: ^0.4.1+4 logging: ^0.11.4 sentry: ^3.0.1 @@ -59,4 +59,4 @@ flutter: # weight: 700 # # For details regarding fonts in packages, see -# https://flutter.io/custom-fonts/#from-packages +# https://flutter.io/custom-fonts/#from-packages \ No newline at end of file