mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53: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
|
name: firebase_notification_center_repository
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 5.1.0
|
version: 5.1.0
|
||||||
homepage:
|
repository: https://github.com/Iconica-Development/flutter_notification_center
|
||||||
publish_to: 'none'
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.3
|
sdk: ^3.5.3
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
name: flutter_notification_center
|
name: flutter_notification_center
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 5.1.0
|
version: 5.1.0
|
||||||
homepage:
|
repository: https://github.com/Iconica-Development/flutter_notification_center
|
||||||
publish_to: 'none'
|
|
||||||
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.5.3
|
sdk: ^3.5.3
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
name: notification_center_repository_interface
|
name: notification_center_repository_interface
|
||||||
description: "A new Flutter package project."
|
description: "A new Flutter package project."
|
||||||
version: 5.1.0
|
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:
|
environment:
|
||||||
sdk: ^3.5.3
|
sdk: ^3.5.3
|
||||||
|
@ -11,7 +13,7 @@ dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
rxdart: any
|
rxdart: ^0.28.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_iconica_analysis:
|
flutter_iconica_analysis:
|
||||||
|
|
Loading…
Reference in a new issue