Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Jul 27, 2023
1 parent d3bdfbf commit bdb30a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ Future<void> main() async {
);
},
);

group('Logging', () {
testWidgets('can receive console log messages',
(WidgetTester tester) async {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,8 @@ void main() {
},
);

final Map<String, JavaScriptLogLevel> logs = <String, JavaScriptLogLevel>{};
final Map<String, JavaScriptLogLevel> logs =
<String, JavaScriptLogLevel>{};
await controller.setConsoleLogCallback(
(JavaScriptLogLevel level, String message) async {
logs[message] = level;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ dev_dependencies:

flutter:
uses-material-design: true

# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins
dependency_overrides:
{webview_flutter_platform_interface: {path: ../../../webview_flutter/webview_flutter_platform_interface}}
5 changes: 0 additions & 5 deletions packages/webview_flutter/webview_flutter_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ dev_dependencies:
flutter_test:
sdk: flutter
mockito: 5.4.1

# FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE.
# See https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins
dependency_overrides:
{webview_flutter_platform_interface: {path: ../../webview_flutter/webview_flutter_platform_interface}}

0 comments on commit bdb30a7

Please sign in to comment.