2024-04-03 14:38:40 +02:00
|
|
|
name: flutter_notification_center
|
|
|
|
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
|
|
|
|
|
2024-04-17 13:19:30 +02:00
|
|
|
version: 1.2.0
|
2024-04-03 14:38:40 +02:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.3.2 <4.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2024-04-17 09:37:02 +02:00
|
|
|
intl: any
|
2024-04-03 14:38:40 +02:00
|
|
|
|
2024-04-04 11:11:00 +02:00
|
|
|
flutter_animated_widgets:
|
|
|
|
git:
|
2024-04-10 10:55:26 +02:00
|
|
|
url: https://github.com/Iconica-Development/flutter_animated_widgets
|
2024-04-29 14:06:04 +02:00
|
|
|
ref: 0.1.1
|
2024-04-03 14:38:40 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
2024-04-09 09:59:58 +02:00
|
|
|
sdk: flutter
|
2024-04-10 10:55:26 +02:00
|
|
|
flutter_iconica_analysis:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
|
|
ref: 7.0.0
|
2024-04-03 14:38:40 +02:00
|
|
|
|
|
|
|
# The following section is specific to Flutter packages.
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|