mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-18 16:43:44 +02:00
chore: ready the package for deployment to the pub server
This commit is contained in:
parent
76cafd4984
commit
15efc9ab79
3 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
name: firebase_notification_center_repository
|
||||
description: "A new Flutter package project."
|
||||
version: 5.1.0
|
||||
homepage:
|
||||
publish_to: 'none'
|
||||
repository: https://github.com/Iconica-Development/flutter_notification_center
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
name: flutter_notification_center
|
||||
description: "A new Flutter package project."
|
||||
version: 5.1.0
|
||||
homepage:
|
||||
publish_to: 'none'
|
||||
repository: https://github.com/Iconica-Development/flutter_notification_center
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
name: notification_center_repository_interface
|
||||
description: "A new Flutter package project."
|
||||
version: 5.1.0
|
||||
homepage:
|
||||
repository: https://github.com/Iconica-Development/flutter_notification_center
|
||||
|
||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
||||
environment:
|
||||
sdk: ^3.5.3
|
||||
|
@ -11,7 +13,7 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
rxdart: any
|
||||
rxdart: ^0.28.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_iconica_analysis:
|
||||
|
|
Loading…
Reference in a new issue