Skip to content

Commit

Permalink
Upgrade IDL to chrome 122 and use extension type (xvrh#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh authored Feb 26, 2024
1 parent adb1644 commit 37a1b93
Show file tree
Hide file tree
Showing 245 changed files with 6,747 additions and 5,117 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: subosito/flutter-action@v2
with:
channel: 'master'
channel: 'stable'
- uses: actions/checkout@v4
- run: dart --version
- run: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0

- Regenerate the bindings based on Chrome v122
- Update JS binding for Dart 3.3
- Require Dart SDK >= 3.3

## 0.2.0

- Regenerate the bindings based on Chrome v116
Expand Down
28 changes: 14 additions & 14 deletions extension_examples/dart/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "36a321c3d2cbe01cbcb3540a87b8843846e0206df3e691fa7b23e19e78de6d49"
sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7"
url: "https://pub.dev"
source: hosted
version: "65.0.0"
version: "67.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: dfe03b90ec022450e22513b5e5ca1f01c0c01de9c3fba2f7fd233cb57a6b9a07
sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d"
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "6.4.1"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -47,7 +47,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -140,10 +140,10 @@ packages:
dependency: transitive
description:
name: js
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
url: "https://pub.dev"
source: hosted
version: "0.6.7"
version: "0.7.1"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -172,18 +172,18 @@ packages:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.12.0"
mime:
dependency: transitive
description:
name: mime
sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
url: "https://pub.dev"
source: hosted
version: "1.0.4"
version: "1.0.5"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -340,10 +340,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "3d028996109ad5c253674c7f347822fb994a087614d6f353e6039704b4661ff2"
sha256: "7ee446762c2c50b3bd4ea96fe13ffac69919352bd3b4b17bac3f3465edc58073"
url: "https://pub.dev"
source: hosted
version: "1.25.0"
version: "1.25.2"
test_api:
dependency: transitive
description:
Expand Down Expand Up @@ -417,4 +417,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.3.0-0 <4.0.0"
dart: ">=3.3.0 <4.0.0"
17 changes: 8 additions & 9 deletions extension_examples/flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: "../.."
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -86,26 +86,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: f8cdf1383f5b4672a2693d875f1f239af6bd7e4a8925a17ef7219226db932624
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
url: "https://pub.dev"
source: hosted
version: "10.0.1"
version: "10.0.0"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: a2055640bf5bc903475e4bbdb34e04f8bf698542bee41edec47d337a5939e1ae
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "2.0.1"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: e62042d479c4c139dd774125ed4dfbde646b8f07ac228e3c1b57a3d91d6d9df4
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "2.0.1"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -216,5 +216,4 @@ packages:
source: hosted
version: "13.0.0"
sdks:
dart: ">=3.3.0-0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
dart: ">=3.3.0 <4.0.0"
Loading

0 comments on commit 37a1b93

Please sign in to comment.