mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 19:43:44 +02:00
25 lines
578 B
YAML
25 lines
578 B
YAML
name: flutter_introduction_widget
|
|
description: Flutter Introduction Widget for showing a list of introduction pages on a single scrollable page or horizontal pageview
|
|
version: 3.0.0
|
|
homepage: https://github.com/Iconica-Development/flutter_introduction_widget
|
|
|
|
environment:
|
|
sdk: ">=2.18.0 <3.0.0"
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 6.0.0
|
|
|
|
flutter:
|
|
assets:
|
|
- assets/
|