2023-10-09 08:16:04 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 Iconica
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
name: flutter_timeline_view
|
|
|
|
description: Visual elements of the Flutter Timeline Component
|
2024-08-01 13:39:38 +02:00
|
|
|
version: 5.0.0
|
|
|
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
environment:
|
2024-07-29 16:39:56 +02:00
|
|
|
sdk: ">=3.1.3 <4.0.0"
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-11-18 13:21:42 +01:00
|
|
|
intl: any
|
|
|
|
cached_network_image: ^3.2.2
|
2023-11-19 23:11:53 +01:00
|
|
|
dotted_border: ^2.1.0
|
2024-01-25 13:36:56 +01:00
|
|
|
collection: any
|
2024-07-31 10:31:56 +02:00
|
|
|
flutter_svg: ^2.0.10+1
|
2024-07-29 16:39:56 +02:00
|
|
|
flutter_timeline_interface:
|
2024-08-01 13:39:38 +02:00
|
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
|
|
version: ^5.0.0
|
|
|
|
flutter_image_picker:
|
|
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
2024-08-07 13:34:04 +02:00
|
|
|
version: ^4.0.0
|
2024-07-29 16:39:56 +02:00
|
|
|
|
2023-10-09 08:16:04 +02:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter_iconica_analysis:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
|
|
ref: 6.0.0
|
|
|
|
|
|
|
|
flutter:
|
2024-07-31 10:31:56 +02:00
|
|
|
assets:
|
|
|
|
- assets/
|