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."
|
|
|
|
publish_to: "none"
|
2024-01-24 16:56:53 +01:00
|
|
|
version: 1.1.0
|
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
|
2024-01-24 14:37:59 +01:00
|
|
|
flutter_introduction:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_introduction
|
|
|
|
ref: 2.0.0
|
|
|
|
path: packages/flutter_introduction
|
2024-01-24 15:43:17 +01:00
|
|
|
flutter_introduction_shared_preferences:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_introduction
|
|
|
|
ref: 2.0.0
|
|
|
|
path: packages/flutter_introduction_shared_preferences
|
2024-01-24 14:37:59 +01:00
|
|
|
go_router: ^13.0.1
|
2024-01-24 16:56:53 +01:00
|
|
|
http: ^1.2.0
|
|
|
|
package_info_plus: ^5.0.1
|
2024-01-24 10:59:53 +01:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|