Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
77887659
Unverified
Commit
77887659
authored
Oct 01, 2021
by
Kate Lovett
Committed by
GitHub
Oct 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove AndroidViewController.id deprecation (#90294)
parent
eda41e57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
platform_views.dart
packages/flutter/lib/src/services/platform_views.dart
+0
-7
fake_platform_views.dart
packages/flutter/test/services/fake_platform_views.dart
+0
-3
No files found.
packages/flutter/lib/src/services/platform_views.dart
View file @
77887659
...
...
@@ -790,13 +790,6 @@ abstract class AndroidViewController extends PlatformViewController {
/// disposed.
int
?
get
textureId
;
/// The unique identifier of the Android view controlled by this controller.
@Deprecated
(
'Call `controller.viewId` instead. '
'This feature was deprecated after v1.20.0-2.0.pre.'
,
)
int
get
id
=>
viewId
;
/// Sends an Android [MotionEvent](https://developer.android.com/reference/android/view/MotionEvent)
/// to the view.
///
...
...
packages/flutter/test/services/fake_platform_views.dart
View file @
77887659
...
...
@@ -97,9 +97,6 @@ class FakeAndroidViewController implements AndroidViewController {
void
addOnPlatformViewCreatedListener
(
PlatformViewCreatedCallback
listener
)
=>
throw
UnimplementedError
();
@override
int
get
id
=>
throw
UnimplementedError
();
@override
void
removeOnPlatformViewCreatedListener
(
PlatformViewCreatedCallback
listener
)
{
throw
UnimplementedError
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment