fix(ci): align Flutter inventory with stable SDK

This commit is contained in:
Edison Jwa
2026-06-02 19:44:45 +09:00
parent 7510bdca73
commit 80c2ed46bc
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -457,10 +457,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.17.0" version: "1.18.0"
mime: mime:
dependency: transitive dependency: transitive
description: description:
@@ -790,10 +790,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.7.10" version: "0.7.11"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
+4 -4
View File
@@ -74,7 +74,7 @@ terms.
| `logging` | 1.3.0 | hosted | yes | | `logging` | 1.3.0 | hosted | yes |
| `matcher` | 0.12.19 | hosted | yes | | `matcher` | 0.12.19 | hosted | yes |
| `material_color_utilities` | 0.13.0 | hosted | yes | | `material_color_utilities` | 0.13.0 | hosted | yes |
| `meta` | 1.17.0 | hosted | yes | | `meta` | 1.18.0 | hosted | yes |
| `mime` | 2.0.0 | hosted | yes | | `mime` | 2.0.0 | hosted | yes |
| `native_toolchain_c` | 0.17.6 | hosted | yes | | `native_toolchain_c` | 0.17.6 | hosted | yes |
| `nm` | 0.5.0 | hosted | yes | | `nm` | 0.5.0 | hosted | yes |
@@ -116,7 +116,7 @@ terms.
| `stream_transform` | 2.1.1 | hosted | yes | | `stream_transform` | 2.1.1 | hosted | yes |
| `string_scanner` | 1.4.1 | hosted | yes | | `string_scanner` | 1.4.1 | hosted | yes |
| `term_glyph` | 1.2.2 | hosted | yes | | `term_glyph` | 1.2.2 | hosted | yes |
| `test_api` | 0.7.10 | hosted | yes | | `test_api` | 0.7.11 | hosted | yes |
| `typed_data` | 1.4.0 | hosted | yes | | `typed_data` | 1.4.0 | hosted | yes |
| `url_launcher` | 6.3.2 | hosted | yes | | `url_launcher` | 6.3.2 | hosted | yes |
| `url_launcher_android` | 6.3.30 | hosted | yes | | `url_launcher_android` | 6.3.30 | hosted | yes |
@@ -2813,7 +2813,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
limitations under the License. limitations under the License.
``` ```
### meta 1.17.0 ### meta 1.18.0
``` ```
Copyright 2016, the Dart project authors. Copyright 2016, the Dart project authors.
@@ -4641,7 +4641,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
``` ```
### test_api 0.7.10 ### test_api 0.7.11
``` ```
Copyright 2018, the Dart project authors. Copyright 2018, the Dart project authors.