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

Commit 97c2483

Browse files
Implement Android WebView api with pigeon (Dart portion) (#4435)
1 parent 9d63517 commit 97c2483

10 files changed

+4521
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright 2013 The Flutter Authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
flutter pub run pigeon \
6+
--input pigeons/android_webview.dart \
7+
--dart_out lib/src/android_webview.pigeon.dart \
8+
--dart_test_out test/android_webview.pigeon.dart

0 commit comments

Comments
 (0)