Skip to content

Commit

Permalink
chore(example): Update minimum supported SDK version to Flutter 3.24/…
Browse files Browse the repository at this point in the history
…Dart 3.5

Due to adding Swift package manager integration
to the iOS and macOS example. For more details:
https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-app-developers
  • Loading branch information
EchoEllet committed Dec 13, 2024
1 parent 7aa2f23 commit 122ee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ publish_to: 'none'
version: 0.1.0+1

environment:
sdk: ^3.0.0
flutter: ">=3.10.0"
sdk: ^3.5.0
flutter: ">=3.24.0"

dependencies:
flutter:
Expand Down

0 comments on commit 122ee35

Please sign in to comment.