Commit 15516c79 by drown0315 Committed by GitHub

Add environment restriction in pubspec (#419)

* add environment restriction in pubspec

* update pubspec.lock from example
parent 5e86ce0b
......@@ -182,4 +182,4 @@ packages:
version: "2.1.4"
sdks:
dart: ">=2.18.0 <3.0.0"
flutter: ">=1.10.0"
flutter: ">=3.7.0"
......@@ -65,5 +65,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=2.17.0-0 <4.0.0"
flutter: ">=1.10.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=3.7.0"
......@@ -6,7 +6,7 @@ issue_tracker: https://github.com/ponnamkarthik/FlutterToast/issues
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.10.0"
flutter: ">=3.7.0"
dependencies:
flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment