Skip to content
Prev Previous commit
Next Next commit
Update minimum flutter and dart version
  • Loading branch information
jsharp83 committed Feb 5, 2024
commit aff2aa896205697def6468cb1a70ce70dfd74f27
4 changes: 2 additions & 2 deletions packages/webview_flutter/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 4.5.0

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
sdk: ">=3.2.3 <4.0.0"
flutter: ">=3.16.6"

flutter:
plugin:
Expand Down