From 23fe3efea1359b267f9ed502961193c1fd54bdf8 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Thu, 30 May 2024 16:17:41 +0200 Subject: [PATCH] ci(android_intent_plus): fix example package name (#2973) --- .github/workflows/android_intent_plus.yaml | 2 +- .../example/integration_test/android_intent_plus_test.dart | 2 +- packages/android_intent_plus/example/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android_intent_plus.yaml b/.github/workflows/android_intent_plus.yaml index 25004b0181..dae1fbb40b 100644 --- a/.github/workflows/android_intent_plus.yaml +++ b/.github/workflows/android_intent_plus.yaml @@ -15,7 +15,7 @@ on: env: PLUGIN_SCOPE: "*android_intent_plus*" - PLUGIN_EXAMPLE_SCOPE: "*android_intent_example*" + PLUGIN_EXAMPLE_SCOPE: "*android_intent_plus_example*" jobs: analyze: diff --git a/packages/android_intent_plus/example/integration_test/android_intent_plus_test.dart b/packages/android_intent_plus/example/integration_test/android_intent_plus_test.dart index c5613c3e96..e33741b83e 100644 --- a/packages/android_intent_plus/example/integration_test/android_intent_plus_test.dart +++ b/packages/android_intent_plus/example/integration_test/android_intent_plus_test.dart @@ -1,6 +1,6 @@ import 'dart:io'; -import 'package:android_intent_example/main.dart'; +import 'package:android_intent_plus_example/main.dart'; import 'package:android_intent_plus/android_intent.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; diff --git a/packages/android_intent_plus/example/pubspec.yaml b/packages/android_intent_plus/example/pubspec.yaml index df7860acac..4f9bf97a49 100644 --- a/packages/android_intent_plus/example/pubspec.yaml +++ b/packages/android_intent_plus/example/pubspec.yaml @@ -1,4 +1,4 @@ -name: android_intent_example +name: android_intent_plus_example description: Demonstrates how to use the android_intent plugin. environment: