daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Update subosito/flutter-action action to v2.16.0 #1218

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
subosito/flutter-action action minor v2.14.0 -> v2.16.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

subosito/flutter-action (subosito/flutter-action) ### [`v2.16.0`](https://togithub.com/subosito/flutter-action/releases/tag/v2.16.0) [Compare Source](https://togithub.com/subosito/flutter-action/compare/v2.15.0...v2.16.0) This release introduces the `dry-run` option, which lets you only get action outputs without downloading Flutter. This can be useful if you want to set up some automations to be notified about new Flutter releases. ```yaml steps: - name: Clone repository - uses: actions/checkout@v4 - name: Set up Flutter uses: subosito/flutter-action@v2 id: flutter-action with: channel: stable dry-run: true - run: | ### Always print the latest stable version. echo CHANNEL=${{ steps.flutter-action.outputs.CHANNEL }} echo VERSION=${{ steps.flutter-action.outputs.VERSION }} shell: bash ``` Thank you [@​kzrnm](https://togithub.com/kzrnm) for suggesting and implementing it in [#​270](https://togithub.com/subosito/flutter-action/issues/270)! ### [`v2.15.0`](https://togithub.com/subosito/flutter-action/releases/tag/v2.15.0) [Compare Source](https://togithub.com/subosito/flutter-action/compare/v2.14.0...v2.15.0) Hi! I'm [Bartek](https://togithub.com/bartekpacia/) and I'm a new maintainer of this action. I promise to take good care of it. This release introduces the `flutter-version-file` option (implemented in [#​290](https://togithub.com/subosito/flutter-action/issues/290)), which lets you easily centralize Flutter version in a single place – your pubspec.yaml file: You can use it like this: ```yaml steps: - name: Clone repository uses: actions/checkout@v4 - name: Set up Flutter uses: subosito/flutter-action@v2 with: channel: stable flutter-version-file: pubspec.yaml # path to pubspec.yaml ``` Please note that for this to work, you need to specify exact Flutter version in pubspec.yaml: ```yaml environment: dart: ">=3.3.0 <4.0.0" flutter: 3.19.0 # This must be exact! No ranges allowed. ``` Apart from that, some minor README updates and code cleanup were performed.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.58%. Comparing base (5d34708) to head (3487a82).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1218 +/- ## ======================================= Coverage 99.58% 99.58% ======================================= Files 74 74 Lines 4379 4379 ======================================= Hits 4361 4361 Misses 18 18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 6 months ago

Demo app

3487a82ad4eb45759013831a2f25dfd8a33bb0b9 APKs:

Web build has been deployed to https://example-qquhrzc37-htmlwidgets-projects.vercel.app. Quick links: