mirror of
https://github.com/Iconica-Development/flutter_start.git
synced 2025-05-19 02:23:46 +02:00
26 lines
544 B
YAML
26 lines
544 B
YAML
|
name: example
|
||
|
description: "A new Flutter project."
|
||
|
publish_to: "none"
|
||
|
environment:
|
||
|
sdk: ">=3.2.5 <4.0.0"
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
cupertino_icons: ^1.0.2
|
||
|
go_router: ^13.0.1
|
||
|
flutter_start:
|
||
|
path: ../
|
||
|
flutter_introduction_shared_preferences:
|
||
|
git:
|
||
|
url: https://github.com/Iconica-Development/flutter_introduction
|
||
|
ref: 2.0.0
|
||
|
path: packages/flutter_introduction_shared_preferences
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
flutter_lints: ^2.0.0
|
||
|
|
||
|
flutter:
|
||
|
uses-material-design: true
|