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
|
2025-04-13 13:15:48 +02:00
|
|
|
version: 4.1.1
|
|
|
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
environment:
|
2025-04-13 13:15:48 +02:00
|
|
|
sdk: '>=3.4.1 <4.0.0'
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2025-04-13 13:15:48 +02:00
|
|
|
intl: ^0.19.0
|
2023-11-18 13:21:42 +01:00
|
|
|
cached_network_image: ^3.2.2
|
2023-11-19 23:11:53 +01:00
|
|
|
dotted_border: ^2.1.0
|
2023-11-30 06:15:51 +01:00
|
|
|
flutter_html: ^3.0.0-beta.2
|
2023-11-19 23:11:53 +01:00
|
|
|
|
2023-10-09 08:16:04 +02:00
|
|
|
flutter_timeline_interface:
|
2025-04-13 13:15:48 +02:00
|
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
|
|
version: ^4.1.1
|
2023-11-18 13:21:42 +01:00
|
|
|
flutter_image_picker:
|
2025-04-13 13:15:48 +02:00
|
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
|
|
version: ^1.0.5
|
|
|
|
collection: ^1.18.0
|
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:
|
|
|
|
|