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

[webview_flutter] Expose loadFile and loadHtmlString through app facing package. #4558

Merged
merged 18 commits into from
Dec 6, 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

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    2c40c34 View commit details
    Browse the repository at this point in the history
  2. Expose loadFile and loadHtmlString.

    Adds implementation to the `WebViewController` class to expose the
    `WebViewPlatformController.loadFile` and
    `WebViewPlatformController.loadHtmlString` methods.
    mvanbeusekom committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f8e9c32 View commit details
    Browse the repository at this point in the history
  3. Tests for the loadFile and loadHtmlString methods.

    Adds unit tests for the `loadFile` and `loadHtmlString` methods which
    are added to the `WebViewController` class in commit
    f8e9c32.
    mvanbeusekom committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    67df993 View commit details
    Browse the repository at this point in the history
  4. Add loadHtmlString and loadFile feature to example

    Adds example implementation of the `WebViewController.loadHtmlString`
    and `WebViewController.loadFile` methods to the example app.
    mvanbeusekom committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c247686 View commit details
    Browse the repository at this point in the history
  5. Update version and CHANGELOG.

    Updates the version of the app facing plugin to 2.4.0 and adds a
    matching entry to the CHANGELOG.md.
    mvanbeusekom committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    15ae840 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a08a7a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Apply PR feedback

    mvanbeusekom committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    b4807b5 View commit details
    Browse the repository at this point in the history