Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c808ab8

Browse files
[ci] Manually roll to latest Flutter (#4736)
1 parent c5c8cda commit c808ab8

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e6e996f9eff50d77214d37c1c5f8b71bcc0d559
1+
6d96e66d0f70891fd912753abd201534aa41c0a4

packages/webview_flutter/webview_flutter_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Fixes unit tests to run on latest `master` version of Flutter.
4+
15
## 0.1.0+1
26

37
* Adds an explanation of registering the implementation in the README.

packages/webview_flutter/webview_flutter_web/test/webview_flutter_web_test.mocks.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,10 +929,12 @@ class MockIFrameElement extends _i1.Mock implements _i2.IFrameElement {
929929
void setPointerCapture(int? pointerId) =>
930930
super.noSuchMethod(Invocation.method(#setPointerCapture, [pointerId]),
931931
returnValueForMissingStub: null);
932-
@override
932+
// TODO(ditman): Undo this manual change when the return type change to
933+
// Future<void> has propagated to stable.
934+
/*@override
933935
void requestFullscreen() =>
934936
super.noSuchMethod(Invocation.method(#requestFullscreen, []),
935-
returnValueForMissingStub: null);
937+
returnValueForMissingStub: null);*/
936938
@override
937939
void after(Object? nodes) =>
938940
super.noSuchMethod(Invocation.method(#after, [nodes]),

0 commit comments

Comments
 (0)