Skip to content

Commit

Permalink
remove implements from pointer_interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines committed May 9, 2024
1 parent 8de142d commit 2704c0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7920a52dd5680651118312f9be0600797ff2257e
00f40667c16ae3f7cf0c567fe4a43c0a59046951
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## NEXT
## 0.10.1+1

* Updates support matrix in README to indicate that iOS 11 is no longer supported.
* Clients on versions of Flutter that still support iOS 11 can continue to use this
package with iOS 11, but will not receive any further updates to the iOS implementation.
* Removes invalid `implements` tag in pubspec.

## 0.10.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ name: pointer_interceptor
description: A widget to prevent clicks from being swallowed by underlying HtmlElementViews on the web.
repository: https://github.com/flutter/packages/tree/main/packages/pointer_interceptor/pointer_interceptor
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+pointer_interceptor%22
version: 0.10.1
version: 0.10.1+1

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"

flutter:
plugin:
implements: pointer_interceptor_platform_interface
platforms:
web:
default_package: pointer_interceptor_web
Expand Down

0 comments on commit 2704c0c

Please sign in to comment.