mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53:44 +02:00
Merge 15efc9ab79
into 463a745053
This commit is contained in:
commit
f5b407982a
5 changed files with 17 additions and 7 deletions
3
.fvmrc
Normal file
3
.fvmrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"flutter": "3.27.4"
|
||||
}
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -56,4 +56,7 @@ pubspec.lock
|
|||
flutter_notification_center.iml
|
||||
dotenv
|
||||
firebase_options.dart
|
||||
pubspec_overrides.yaml
|
||||
pubspec_overrides.yaml
|
||||
|
||||
# FVM Version Cache
|
||||
.fvm/
|
|
@ -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