Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "3.27.4"
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ pubspec.lock
flutter_notification_center.iml
dotenv
firebase_options.dart
pubspec_overrides.yaml
pubspec_overrides.yaml

# FVM Version Cache
.fvm/
5 changes: 3 additions & 2 deletions packages/firebase_notification_center_repository/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions packages/flutter_notification_center/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,7 +13,7 @@ dependencies:
flutter:
sdk: flutter

rxdart: any
rxdart: ^0.28.0

dev_dependencies:
flutter_iconica_analysis:
Expand Down
Loading