flutter_start/example/pubspec.yaml

31 lines
648 B
YAML
Raw Normal View History

2024-01-24 14:37:59 +01:00
name: example
2024-01-31 11:56:38 +01:00
description: "Flutter_start example app"
2024-01-24 14:37:59 +01:00
publish_to: "none"
2024-01-31 11:56:38 +01:00
2024-01-24 14:37:59 +01:00
environment:
sdk: ">=3.2.5 <4.0.0"
2024-01-31 11:56:38 +01:00
2024-01-24 14:37:59 +01:00
dependencies:
flutter:
sdk: flutter
2024-01-31 11:56:38 +01:00
go_router: any
2024-01-24 14:37:59 +01:00
flutter_start:
path: ../
flutter_introduction_shared_preferences:
git:
url: https://github.com/Iconica-Development/flutter_introduction
2024-06-05 10:35:03 +02:00
ref: 3.1.0
2024-01-24 14:37:59 +01:00
path: packages/flutter_introduction_shared_preferences
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
2024-01-31 11:56:38 +01:00
flutter_iconica_analysis:
git:
url: https://github.com/Iconica-Development/flutter_iconica_analysis
ref: 6.0.0
2024-01-24 14:37:59 +01:00
flutter:
uses-material-design: true