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

[webview_flutter] Implementations of loadFile and loadHtmlString for WKWebView #4486

Merged
merged 8 commits into from
Nov 12, 2021

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    8e05ac2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Implementation of loadFile for WKWebView.

    Adds native implementation for the `loadFile` method channel call to the
    webview_flutter_wkwebview package.
    mvanbeusekom committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c1dc83a View commit details
    Browse the repository at this point in the history
  2. Implementation of loadHtmlString for WKWebView.

    Adds native implementation for the `loadHtmlString` method channel call to the
    webview_flutter_wkwebview package.
    mvanbeusekom committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f1343c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0351601 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Bump version number

    mvanbeusekom committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b945839 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    5218c0a View commit details
    Browse the repository at this point in the history
  2. Apply feedback on PR

    mvanbeusekom committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d5cf9f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Fix final nits

    mvanbeusekom committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    98eb236 View commit details
    Browse the repository at this point in the history