Skip to content

Commit

Permalink
updated build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Mar 9, 2024
1 parent 0408f42 commit fcbc0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit fcbc0b5

Please sign in to comment.