34 lines
676 B
YAML
34 lines
676 B
YAML
name: hedgehog
|
|
description: Multiuser Igel Verwaltung mit Flutter & PHP-API
|
|
environment:
|
|
sdk: '>=3.4.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter: { sdk: flutter }
|
|
flutter_riverpod: ^2.5.1
|
|
go_router: ^14.2.0
|
|
http: ^1.2.2
|
|
flutter_secure_storage: ^9.2.2
|
|
json_annotation: ^4.9.0
|
|
image_picker: ^1.0.7
|
|
intl: ^0.20.2
|
|
http_parser: ^4.0.2
|
|
exif: ^3.3.0
|
|
share_plus: ^10.0.0
|
|
path_provider: ^2.1.4
|
|
file_saver: ^0.2.12
|
|
pdf: ^3.11.0
|
|
printing: ^5.13.4
|
|
csv: ^5.0.2
|
|
file_picker: ^8.0.0
|
|
video_player: ^2.9.1
|
|
cupertino_icons: ^1.0.2
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.11
|
|
json_serializable: ^6.9.0
|
|
flutter_lints: ^3.0.2
|
|
|
|
flutter:
|
|
uses-material-design: true
|