flutter_introduction/pubspec.yaml

28 lines
623 B
YAML
Raw Normal View History

2022-10-07 15:31:07 +02:00
name: flutter_introduction
2023-06-02 13:26:43 +02:00
description: Combined Package of Flutter Introduction Widget and Flutter Introduction Service
version: 1.0.0
2022-10-07 15:31:07 +02:00
publish_to: none
environment:
2023-06-02 13:26:43 +02:00
sdk: ">=2.18.0 <3.0.0"
2022-10-07 15:31:07 +02:00
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_introduction_widget:
2023-06-02 13:26:43 +02:00
git:
2022-10-07 15:31:07 +02:00
url: https://github.com/Iconica-Development/flutter_introduction_widget.git
2023-06-02 13:26:43 +02:00
ref: 3.0.0
2022-10-07 15:31:07 +02:00
flutter_introduction_service:
git:
url: https://github.com/Iconica-Development/flutter_introduction_service.git
2023-06-02 13:26:43 +02:00
ref: 1.0.0
2022-10-07 15:31:07 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter: