Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update flutter version
  • Loading branch information
balvinderz committed Dec 14, 2023
commit a17cdbb1ee3c1eb0210478367092ba660da05139
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.10.1
* Migrates to `package:web`.
* Updates minimum supported SDK version to Flutter 3.16.0/Dart 3.2.0

## 0.10.0

Expand Down
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: 0.10.1

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.13.0'
sdk: ^3.2.0
flutter: '>=3.16.0'

flutter:
plugin:
Expand All @@ -23,7 +23,7 @@ dependencies:
sdk: flutter
plugin_platform_interface: ^2.1.6
pointer_interceptor_platform_interface: ^0.10.0
web: ^0.3.0
web: '>=0.3.0 <0.5.0'

dev_dependencies:
flutter_test:
Expand Down