We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e453087 commit 5d0cb30Copy full SHA for 5d0cb30
packages/android_alarm_manager_plus/example/integration_test/android_alarm_manager_plus_test.dart
@@ -5,7 +5,7 @@
5
import 'dart:isolate';
6
import 'dart:ui';
7
8
-import 'package:android_alarm_manager_example/main.dart';
+import 'package:android_alarm_manager_plus_example/main.dart';
9
import 'package:android_alarm_manager_plus/android_alarm_manager_plus.dart';
10
import 'package:flutter/material.dart';
11
import 'package:flutter_test/flutter_test.dart';
packages/android_alarm_manager_plus/example/pubspec.yaml
@@ -1,4 +1,4 @@
1
-name: android_alarm_manager_example
+name: android_alarm_manager_plus_example
2
description: Demonstrates how to use the android_alarm_manager_plus plugin.
3
4
environment:
0 commit comments