Skip to content

Commit

Permalink
upgrade flutter version in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Feb 2, 2023
1 parent 2e591ce commit 29f0114
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ packages:
version: "2.0.0-dev.1"
sdks:
dart: ">=2.18.4 <3.0.0"
flutter: ">=2.5.0"
flutter: ">=3.0.0"
3 changes: 2 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: '>=2.18.4 <3.0.0'

flutter: ">=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
# consider running `flutter pub upgrade --major-versions`. Alternatively,
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: 2.0.0-dev.1

environment:
sdk: '>=2.18.4 <3.0.0'
flutter: ">=3.0.0"

dependencies:

Expand Down Expand Up @@ -47,4 +48,4 @@ flutter:
android:
package: net.archethic.yubikit_android
pluginClass: YubikitAndroidPlugin
dartPluginClass: YubidartAndroid
dartPluginClass: YubidartAndroid

0 comments on commit 29f0114

Please sign in to comment.