Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump flutter_local_notifications from 14.1.1 to 16.3.0 #244

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Update review.yml

02e11eb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps): bump flutter_local_notifications from 14.1.1 to 16.3.0 #244

Update review.yml
02e11eb
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests succeeded Jan 9, 2024 in 0s

Unit Tests ✅

Tests passed successfully

✅ reports/test-results.json

13 tests were completed in 92s with 12 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
test/app/config/geo_full_test.dart 0ms
test/app/landing_page_test.dart 0ms
test/models/child_model_test.dart 1✅ 22ms
test/models/notification_model_test.dart 1✅ 16ms
test/services/app_usage_local_service_test.dart 1✅ 1⚪ 115ms
test/services/app_usage_service_test.dart 0ms
test/services/database_service_test.dart 1✅ 26ms
test/services/firestore_service_test.dart 0ms
test/services/notification_service_test.dart 0ms
test/services/shared_preference_service_test.dart 1✅ 24ms
test/sign-in/email_sign_in_bloc_test.dart 0ms
test/sign-in/sign_in_manager_test.dart 0ms
test/sign-in/sign_in_page_test.dart 0ms
test/validators_test.dart 3✅ 28ms
test/widgets/auto_size_text_test.dart 0ms
test/widgets/bar_chart_test.dart 1✅ 21ms
test/widgets/custom_raised_button_test.dart 1✅ 494ms
test/widgets/empty_content_test.dart 0ms
test/widgets/feature_widget_test.dart 1✅ 16ms
test/widgets/loading_map_test.dart 1✅ 17ms

✅ test/models/child_model_test.dart

✅ ChildModel Constructor

✅ test/models/notification_model_test.dart

✅ NotificationModel

✅ test/services/app_usage_local_service_test.dart

AppUsage Tests
  ⚪ getAppUsage returns a list of AppUsageInfo for Android
  ✅ getAppUsage throws an exception for non-Android platforms

✅ test/services/database_service_test.dart

✅ DatabaseServiceTest

✅ test/services/shared_preference_service_test.dart

✅ SharedPreference

✅ test/validators_test.dart

✅ non empty string
✅ empty string
✅ null string

✅ test/widgets/bar_chart_test.dart

✅ Bar Chart Test

✅ test/widgets/custom_raised_button_test.dart

✅ onPressed callback

✅ test/widgets/feature_widget_test.dart

✅ FeatureWidgetTest

✅ test/widgets/loading_map_test.dart

✅ LoadingMap