Skip to content

Commit

Permalink
update plugin pubspec to point to new plugin location in repo (#428)
Browse files Browse the repository at this point in the history
* update plugin pubspec to point to new plugin location in repo

* fix plugin link by adding path to master branch
  • Loading branch information
MaikuB authored Jan 7, 2020
1 parent c888502 commit 6f25d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [0.9.1+2]
* Update link to repository due to restructuring.

# [0.9.1+1]
* Update readme with Swift example code on cancelling local notifications using the deprecated `UILocalNotification` iOS APIs when trying to prevent local notifications from appearing in the scenario where user has uninstalled the app whilst there are pending notification requests, reinstalled the app and ran it again.

Expand Down
4 changes: 2 additions & 2 deletions flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_local_notifications
description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.
version: 0.9.1+1
homepage: https://github.com/MaikuB/flutter_local_notifications
version: 0.9.1+2
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications

dependencies:
flutter:
Expand Down

0 comments on commit 6f25d67

Please sign in to comment.