Skip to content

Commit

Permalink
iOS 17 Interactivity (ABausG#158)
Browse files Browse the repository at this point in the history
* Add Support for iOS Interactive Widgets
  • Loading branch information
ABausG authored Sep 12, 2023
1 parent b7663c1 commit 26d4dcb
Show file tree
Hide file tree
Showing 48 changed files with 1,282 additions and 781 deletions.
Binary file added .github/assets/target_membership.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,19 @@ jobs:
strategy:
matrix:
device:
- "iPhone 13"
- "iPhone 14"
fail-fast: false
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
- name: Download iOS 17
run: xcodebuild -downloadPlatform ios
- uses: subosito/flutter-action@v1
with:
channel: stable
channel: beta
- uses: futureware-tech/simulator-action@v1
id: simulator
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0-alpha.0
* Add support for Interactive Widgets on iOS
* Rename `registerBackgroundCallback` to `registerInteractivityCallback`

## 0.3.0
* Add `renderFlutterWidget` method to save a Flutter Widget as an Image [#126](https://github.com/ABausG/home_widget/pull/126) by [leighajarett](https://github.com/leighajarett)

Expand Down
Loading

0 comments on commit 26d4dcb

Please sign in to comment.