From 68e3d3efd698faead5b9acfc99d22e026c9a558f Mon Sep 17 00:00:00 2001 From: Brendan H <52335860+Brendan-H@users.noreply.github.com> Date: Fri, 31 Dec 2021 17:13:35 -0600 Subject: [PATCH] Fix package name not being in title format At the top of the readme, android_alarm_manager_plus has a '#' in front of it, but since there wasn't a new line between that and the flutter favorite image, the package name was left in the body text style with a hashtag in front of it rather than being converted to title 1 format. --- packages/android_alarm_manager_plus/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/android_alarm_manager_plus/README.md b/packages/android_alarm_manager_plus/README.md index 8f79c1213f..0cd7a77429 100644 --- a/packages/android_alarm_manager_plus/README.md +++ b/packages/android_alarm_manager_plus/README.md @@ -1,6 +1,7 @@ [![Flutter Community: android_alarm_manager_plus](https://fluttercommunity.dev/_github/header/android_alarm_manager_plus)](https://github.com/fluttercommunity/community)
build
+ # android_alarm_manager_plus A Flutter plugin for accessing the Android AlarmManager service, and running