2024-04-11 14:48:26 +02:00
|
|
|
name: flutter_notification_center_firebase
|
2024-04-03 14:38:40 +02:00
|
|
|
description: "A new Flutter project."
|
|
|
|
publish_to: "none"
|
|
|
|
|
2024-05-29 11:58:32 +02:00
|
|
|
version: 1.4.0
|
2024-04-03 14:38:40 +02:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.18.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2024-04-09 09:59:58 +02:00
|
|
|
intl: any
|
|
|
|
|
|
|
|
# Firebase
|
|
|
|
cloud_firestore: ^4.16.0
|
|
|
|
firebase_auth: ^4.2.6
|
|
|
|
firebase_core: ^2.5.0
|
2024-04-03 14:38:40 +02:00
|
|
|
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
|
2024-04-11 14:48:26 +02:00
|
|
|
flutter_notification_center:
|
2024-04-23 15:11:05 +02:00
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_notification_center
|
2024-05-29 11:58:32 +02:00
|
|
|
ref: 1.4.0
|
2024-04-23 15:11:05 +02:00
|
|
|
path: packages/flutter_notification_center
|
2024-04-11 14:48:26 +02:00
|
|
|
|
2024-04-03 14:38:40 +02:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
flutter:
|
2024-04-09 09:59:58 +02:00
|
|
|
uses-material-design: true
|
2024-04-17 09:37:02 +02:00
|
|
|
|