2022-10-07 15:31:07 +02:00
|
|
|
name: example
|
|
|
|
description: A new Flutter project.
|
|
|
|
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.18.0 <3.0.0'
|
|
|
|
|
2023-06-02 13:26:43 +02:00
|
|
|
|
2022-10-07 15:31:07 +02:00
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
flutter_introduction:
|
|
|
|
path: ../
|
2023-06-02 13:26:43 +02:00
|
|
|
flutter_introduction_shared_preferences:
|
|
|
|
git:
|
2022-10-07 15:59:02 +02:00
|
|
|
url: https://github.com/Iconica-Development/flutter_introduction_shared_preferences.git
|
2023-06-02 13:26:43 +02:00
|
|
|
ref: 1.0.0
|
2022-10-07 15:31:07 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|