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 8fe526a6dd..1a86064da1 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: