mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 00:53:44 +02:00
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
name: example
|
|
description: "A new Flutter project."
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0
|
|
|
|
environment:
|
|
sdk: '>=3.3.2 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
intl: ^0.17.0
|
|
|
|
flutter_animated_widgets:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_animated_widgets
|
|
ref: 0.0.1
|
|
cloud_firestore: ^4.16.1
|
|
|
|
flutter_dotenv: ^5.0.2
|
|
firebase_auth: ^4.2.6
|
|
firebase_core: ^2.5.0
|
|
firebase_storage: ^11.0.14
|
|
|
|
flutter_notification_center:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_notification_center
|
|
ref: 1.3.0
|
|
path: packages/flutter_notification_center
|
|
flutter_notification_center_firebase:
|
|
path: ../../flutter_notification_center_firebase
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 7.0.0
|
|
|
|
# The following section is specific to Flutter packages.
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- dotenv
|
|
|