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

[webview_flutter] Android implementation of loadFile and loadHtmlString methods #4544

Merged
merged 11 commits into from
Nov 30, 2021

Commits on Nov 24, 2021

  1. Added loadData and loadDataWithBaseUrl to API.

    This commit adds the `loadData` and `loadDataWithBaseUrl` methods to the
    pigeon communication interface. Next step would be to include the
    implementation details on the Android (JAVA) side.
    mvanbeusekom committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    d124eeb View commit details
    Browse the repository at this point in the history
  2. Added loadData and loadDataWithBaseUrl JAVA implementation.

    Adds the native Android implementation for the `loadData` and
    `loadDataWithBaseUrl` API methods.
    mvanbeusekom committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    e8c529f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    2977a6e View commit details
    Browse the repository at this point in the history
  2. Adds Dart implementation of loadData and loadDataWithBaseUrl.

    Adds the Dart implementation of Android's WebView `loadData` and
    `loadDataWithBaseUrl` methods.
    
    Also fixed support for null parameters in the native Android
    implementation.
    mvanbeusekom committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    801139e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b16597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f47425a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b63509 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f43f82 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Process feedback on PR

    mvanbeusekom committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    c55603e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481b063 View commit details
    Browse the repository at this point in the history
  3. Regenerate mock objects

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