From fcbc0b5009f749c02d19c73dff0d16463d0831ae Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:40:01 +1100 Subject: [PATCH] updated build status badge --- flutter_local_notifications/CHANGELOG.md | 1 + flutter_local_notifications/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flutter_local_notifications/CHANGELOG.md b/flutter_local_notifications/CHANGELOG.md index 6448f8e84..2b76bc9a1 100644 --- a/flutter_local_notifications/CHANGELOG.md +++ b/flutter_local_notifications/CHANGELOG.md @@ -3,6 +3,7 @@ * [Android] **Breaking change** bumped `compileSdk` to 34 and updated readme to mention this * Updated `compileSdk` and `targetSdkVersion` of example app to 34 * **Important announcement** given how both Flutter ecosystem and Android ecosystem evolves, to make it easier to maintain the plugin in the future, the minimum Flutter SDK version will be bumped. Note that official plugins already follow a similar approach e.g. have a minimum Flutter SDK version of 3.13. This is being called out as if this affects your applications (e.g. supported OS versions) then you may need to consider maintaining your own fork in the future +* Updated build status badge shown on readme to sync to recent changes on using GitHub Actions # [16.3.3] diff --git a/flutter_local_notifications/README.md b/flutter_local_notifications/README.md index 5b0f5c6e8..139c1848e 100644 --- a/flutter_local_notifications/README.md +++ b/flutter_local_notifications/README.md @@ -1,7 +1,7 @@ # flutter_local_notifications [![pub package](https://img.shields.io/pub/v/flutter_local_notifications.svg)](https://pub.dartlang.org/packages/flutter_local_notifications) -[![Build Status](https://api.cirrus-ci.com/github/MaikuB/flutter_local_notifications.svg)](https://cirrus-ci.com/github/MaikuB/flutter_local_notifications/master) +![Build Status](https://github.com/MaikuB/flutter_local_notifications/actions/workflows/validate.yml/badge.svg) A cross platform plugin for displaying local notifications.