This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Commit 5f44021
authored
[webview_flutter_android] Adds support for receiving Java callback
* some progress
* more work
* compiling code
* dart side should be correct
* maybe working code
* fix plugin class
* formatting
* some docs and polish
* foramtting tests and docs
* version bump
* doc improvements
* flutterapi create test
* working java test
* unused imports
* formatting and more tests
* formatting and more tests
* formatting
* copy and tests
* add more description to the custom method
* formatting
* change doc wording
* more docs
* null out result early
* remove the open option
* fix spelling
* interface implementation
* version bump
* move webchromeclient to webview controller
* tests
* reference method in changelong
* missing typed data import
* undo changes
* use stateerror instead
* updated lintsWebChromeClient.onShowFileChooser (#6881)1 parent dc2e4a0 commit 5f44021
File tree
27 files changed
+2340
-1183
lines changed- packages/webview_flutter/webview_flutter_android
- android/src
- main/java/io/flutter/plugins/webviewflutter
- test/java/io/flutter/plugins/webviewflutter
- example/integration_test
- legacy
- lib
- src
- legacy
- pigeons
- test
- legacy
27 files changed
+2340
-1183
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
Lines changed: 74 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments