-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[pointer_interceptor] Add iOS implementation and platform interface #5233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e10c9d8
6d3f6ca
f16a10b
09fa93f
f04c392
ee38fa7
6c610b9
45a02df
736b4b1
badba67
8c979d2
7af12bb
276461c
bda6870
29a3cc1
78aa1e3
b9bc419
f968902
f9294ab
3854eb9
ef7f76f
819d7d4
6067505
994a8ae
68a4d8c
2bcdde2
fbf0e04
85f0899
6c18fa9
e6a8a09
a67da96
f38a019
800fba2
b73c75c
b309e31
4edc671
60ec17b
7092edf
196a9dd
d5bf4c9
75a19a8
b53e4f8
afb90bd
7b4d1be
fa36d02
d40abd2
340bd5c
a766eb8
1e5c612
d8a7fd2
39c0439
0d099f4
99bfefa
e8f3445
836cdb9
ba3fd60
a4df634
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
…, PR comments
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ## 0.9.4 | ||
| * Add iOS implementation | ||
| * Adds iOS implementation | ||
|
|
||
| ## 0.9.3+7 | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,11 @@ | ||
| // TODO(louisehsu): Replace this empty file with PointerInterceptorIOS Implementation. | ||
|
||
|
|
||
| /***= | ||
| * This file is a temporary solution as this allows existing usages of PointerInterceptor | ||
| * on iOS to maintain their no-op behaviour. Eventually, this file will be replaced with the | ||
| * iOS implementation of pointer_interceptor. | ||
| * | ||
| * Please note this no-op behavior is being deprecated soon, so developers should remove | ||
| * the widget from mobile. If you wish to instead opt-in to the new iOS implementation, | ||
| * please include both pointer_interceptor_ios and pointer_interceptor in your pubspec.yaml | ||
| */ | ||
LouiseHsu marked this conversation as resolved.
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| ## 1.0.0 | ||
| ## 0.9.0 | ||
LouiseHsu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| * Initial release. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,10 @@ | ||
| # pointer_interceptor_ios | ||
| # pointer\_interceptor\_ios | ||
|
|
||
| A new Flutter plugin project. | ||
| The iOS implementation of [`pointer interceptor`][1]. | ||
|
|
||
| ## Getting Started | ||
| ## Usage | ||
|
|
||
| This project is a starting point for a Flutter | ||
| [plug-in package](https://flutter.dev/developing-packages/), | ||
| a specialized package that includes platform-specific implementation code for | ||
| Android and/or iOS. | ||
|
|
||
| For help getting started with Flutter development, view the | ||
| [online documentation](https://flutter.dev/docs), which offers tutorials, | ||
| samples, guidance on mobile development, and a full API reference. | ||
| This package is NOT [endorsed][2]. To use this package, please include this into your `pubspec.yaml` along with [`pointer_interceptor`][1]. | ||
|
|
||
| [1]: https://pub.dev/packages/pointer_interceptor | ||
| [2]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,9 @@ | ||
| # pointer_interceptor_ios_example | ||
| # Platform Implementation Test App | ||
|
|
||
| Demonstrates how to use the pointer_interceptor_ios plugin. | ||
| This is a test app for manual testing and automated integration testing | ||
| of this platform implementation. It is not intended to demonstrate actual use of | ||
| this package, since the intent is that plugin clients use the app-facing | ||
| package. | ||
|
|
||
| ## Getting Started | ||
|
|
||
| This project is a starting point for a Flutter application. | ||
|
|
||
| A few resources to get you started if this is your first Flutter project: | ||
|
|
||
| - [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
| - [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
|
|
||
| For help getting started with Flutter development, view the | ||
| [online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
| samples, guidance on mobile development, and a full API reference. | ||
| Unless you are making changes to this implementation package, this example is | ||
| very unlikely to be relevant. |
Uh oh!
There was an error while loading. Please reload this page.