forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Android WebView api with pigeon (Dart portion) (flutter#4435)
- Loading branch information
1 parent
306b2eb
commit f656c56
Showing
10 changed files
with
4,521 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
packages/webview_flutter/webview_flutter_android/generatePigeons.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Copyright 2013 The Flutter Authors. All rights reserved. | ||
# Use of this source code is governed by a BSD-style license that can be | ||
# found in the LICENSE file. | ||
|
||
flutter pub run pigeon \ | ||
--input pigeons/android_webview.dart \ | ||
--dart_out lib/src/android_webview.pigeon.dart \ | ||
--dart_test_out test/android_webview.pigeon.dart |
Oops, something went wrong.