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

Commit

Permalink
Implement Android WebView api with pigeon (Dart portion) (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
bparrishMines authored Oct 26, 2021
1 parent 9d63517 commit 97c2483
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 97c2483

Please sign in to comment.