fix: pubspec

This commit is contained in:
mike doornenbal 2024-04-23 15:11:05 +02:00
parent c306c459d8
commit 0c4e6740ce
3 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,7 @@
## [1.3.0] - 30 April 2024
* Fix issue with pubspec in flutter_notification_center_firebase
## [1.2.0] - 17 April 2024
* Add functionality to pin notifications by swiping

View file

@ -1,10 +1,8 @@
name: flutter_notification_center
description: "A Flutter package for displaying notifications in a notification center."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: 'none'
version: 1.0.0
version: 1.3.0
environment:
sdk: '>=3.3.2 <4.0.0'

View file

@ -1,9 +1,8 @@
name: flutter_notification_center_firebase
description: "A new Flutter project."
publish_to: "none"
version: 0.0.1+1
version: 1.3.0
environment:
sdk: ">=2.18.0 <3.0.0"
@ -23,7 +22,10 @@ dependencies:
cupertino_icons: ^1.0.2
flutter_notification_center:
path: ../flutter_notification_center
git:
url: https://github.com/Iconica-Development/flutter_notification_center
ref: 1.3.0
path: packages/flutter_notification_center
dev_dependencies:
flutter_test: