pointer_interceptor
A widget to prevent clicks from being swallowed by underlying HtmlElementViews on the web.
0.10.1
2.7K downloads/mo
#4830 most downloaded on pub.dev
flutter/packages
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 3 months
Nearly every release is documented
notes for 18 of 18 stable releases
1 version withdrawn
withdrawn after publishing
6 years old
19 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · Dec 2020 to Aug 2024
2021
2022
2023
2024
2025
2026
Releases
latest 19-
0.10.104 Jan 2024 -
0.10.1+109 May 2024Release notes
Open source →- 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
implementstag in pubspec.
-
0.10.1+205 Aug 2024Release notes
Open source →- Adds performance warning about using multiple pointer interceptors on iOS.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
-
0.10.011 Dec 2023Release notes
Open source →- Transitions to federated architecture.
- Adds iOS implementation to federated package.
-
0.9.309 Feb 2022 -
0.9.3+130 Apr 2022Release notes
Open source →- Updates example code and integration tests to accomodate hit-testing changes in the Flutter web engine.
-
0.9.3+204 Jun 2022Release notes
Open source →- (Temporarily) helps tests introduced in prior version to pass in
stable. (This will be removed whenmasterrolls tostable) - Updates README to reference the correct github URL.
- (Temporarily) helps tests introduced in prior version to pass in
-
0.9.3+325 Aug 2022 -
0.9.3+403 Feb 2023Release notes
Open source →- Removes const keyword from PointerInterceptor's constructor.
- Updates minimum Flutter version to 3.0.
-
0.9.3+530 Aug 2023Release notes
Open source →- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Aligns Dart and Flutter SDK constraints.
-
0.9.3+630 Aug 2023Release notes
Open source →- Migrates to
dart:ui_webAPIs. - Updates minimum supported SDK version to Flutter 3.13.0/Dart 3.1.0.
- Migrates to
-
0.9.3+708 Nov 2023 -
0.9.203 Feb 2022 withdrawnRelease notes
Open source →- Marked
PointerInterceptoras invisible, so it can be optimized by the engine. - (Version Retracted. This attempted to use an API from Flutter
2.10in earlier versions of Flutter. Fixed in v0.9.3)
- Marked
-
0.9.101 Feb 2022Release notes
Open source →- Removed
androidandiosdirectories fromexample, as the example doesn't build for those platforms. - Added
interceptingfield to allow for conditional pointer interception
- Removed
-
0.9.018 Feb 2021 -
0.9.0+127 May 2021 -
0.8.017 Dec 2020 -
0.8.0+117 Dec 2020 -
0.8.0+221 Jan 2021Release notes
Open source →- Use
ElevatedButtoninstead of the deprecatedRaisedButtonin example and docs.
- Use