mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-19 20:13:44 +02:00
28 lines
623 B
YAML
28 lines
623 B
YAML
name: flutter_introduction
|
|
description: Combined Package of Flutter Introduction Widget and Flutter Introduction Service
|
|
version: 1.0.0
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.18.0 <3.0.0"
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_introduction_widget:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_introduction_widget.git
|
|
ref: 3.0.0
|
|
flutter_introduction_service:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_introduction_service.git
|
|
ref: 1.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|