From 563a24c0a68d2a216442662be55a3cb142eb5259 Mon Sep 17 00:00:00 2001 From: Vivek Shindhe Date: Tue, 18 Oct 2022 13:58:03 +0530 Subject: [PATCH] support version changes --- example/pubspec.yaml | 3 +-- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 70fbe81..863869f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=2.18.2 <3.0.0' + sdk: '>=2.12.3 <3.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -48,7 +48,6 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^2.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index c45680f..ff1ff95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/razorpay/razorpay-flutter environment: sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.12.0" + flutter: ">=2.0.0" dependencies: flutter: