flutter_agenda/pubspec.yaml

28 lines
686 B
YAML
Raw Normal View History

2022-12-27 10:19:05 +01:00
name: flutter_agenda
description: Agenda widget with an underlying timetable included
version: 2.0.0
2022-12-27 10:19:05 +01:00
homepage: https://github.com/Iconica-Development/flutter_agenda
2022-09-01 08:08:44 +02:00
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
2022-09-01 10:30:08 +02:00
2022-09-01 08:08:44 +02:00
environment:
sdk: ">=3.0.0 <4.0.0"
2022-09-01 08:08:44 +02:00
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
2022-09-01 10:30:08 +02:00
flutter_date_time_picker:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ">=3.3.0 <4.0.0"
2023-08-17 11:08:07 +02:00
flutter_timetable:
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
version: ">=2.0.0 <3.0.0"
2022-09-01 08:08:44 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
2022-09-01 10:30:08 +02:00
flutter: