flutter_notification_center/pubspec.yaml

35 lines
883 B
YAML
Raw Normal View History

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
version: 1.0.0+1
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.git
ref: 0.0.1
2024-04-03 14:38:40 +02:00
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
dev_dependencies:
flutter_test:
2024-04-09 09:59:58 +02:00
sdk: flutter
2024-04-03 14:38:40 +02:00
flutter_lints: ^3.0.0
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true