39 lines
965 B
YAML
39 lines
965 B
YAML
name: wyatt_cloud_messaging_bloc_base
|
|
description: A starting point for Dart libraries or applications.
|
|
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
|
|
version: 1.0.0
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
equatable: ^2.0.5
|
|
firebase_messaging: ^14.1.1
|
|
flutter_bloc: ^8.1.1
|
|
rxdart: ^0.27.7
|
|
wyatt_architecture:
|
|
hosted:
|
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
|
name: wyatt_architecture
|
|
version: ^0.2.0
|
|
wyatt_type_utils:
|
|
hosted:
|
|
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
|
name: wyatt_type_utils
|
|
version: ^0.0.5
|
|
wyatt_bloc_helper:
|
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
|
version: 2.0.1
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
wyatt_analysis:
|
|
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
|
|
version: 2.2.2
|
|
|