flutter_start/pubspec.yaml

34 lines
935 B
YAML
Raw Normal View History

2024-01-24 10:59:53 +01:00
name: flutter_start
2024-01-24 14:37:59 +01:00
description: "Flutter_start is a package that allows you to jumpstart your application with a splashScreen, introduction and a home."
version: 4.2.0
2024-01-24 10:59:53 +01:00
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
2024-01-24 10:59:53 +01:00
environment:
2024-01-24 14:37:59 +01:00
sdk: ">=3.2.5 <4.0.0"
2024-01-24 10:59:53 +01:00
dependencies:
flutter:
sdk: flutter
cupertino_icons: ">=1.0.2 <2.0.0"
go_router: ">=14.2.0 <15.0.0"
http: ">=1.2.1 <2.0.0"
package_info_plus: ">=8.0.0 <9.0.0"
2024-01-24 14:37:59 +01:00
flutter_introduction:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
2024-01-24 15:43:17 +01:00
flutter_introduction_shared_preferences:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: "^4.0.0"
2024-01-31 11:56:38 +01:00
2024-01-24 10:59:53 +01:00
dev_dependencies:
flutter_test:
sdk: flutter
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 10:59:53 +01:00
flutter:
uses-material-design: true