mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 09:03:45 +02:00
commit
9df43a3ff3
3 changed files with 11 additions and 7 deletions
|
@ -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
|
## [1.2.0] - 17 April 2024
|
||||||
|
|
||||||
* Add functionality to pin notifications by swiping
|
* Add functionality to pin notifications by swiping
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
name: flutter_notification_center
|
name: flutter_notification_center
|
||||||
description: "A Flutter package for displaying notifications in a notification center."
|
description: "A Flutter package for displaying notifications in a notification center."
|
||||||
# The following line prevents the package from being accidentally published to
|
publish_to: 'none'
|
||||||
# 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
|
|
||||||
|
|
||||||
version: 1.0.0
|
version: 1.3.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.2 <4.0.0'
|
sdk: '>=3.3.2 <4.0.0'
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
name: flutter_notification_center_firebase
|
name: flutter_notification_center_firebase
|
||||||
description: "A new Flutter project."
|
description: "A new Flutter project."
|
||||||
|
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
|
|
||||||
version: 0.0.1+1
|
version: 1.3.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <3.0.0"
|
sdk: ">=2.18.0 <3.0.0"
|
||||||
|
@ -23,7 +22,10 @@ dependencies:
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
|
|
||||||
flutter_notification_center:
|
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:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue