Skip to content

Commit

Permalink
Implement Android WebView api with pigeon (Dart portion) (flutter#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines authored and amantoux committed Dec 11, 2021
1 parent 306b2eb commit f656c56
Show file tree
Hide file tree
Showing 10 changed files with 4,521 additions and 0 deletions.
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
Loading

0 comments on commit f656c56

Please sign in to comment.