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-01-25 14:49:49 +01:00
|
|
|
version: 2.0.0
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.1.3 <4.0.0'
|
|
|
|
|
|
|
|
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
|
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:
|
2024-01-25 14:49:49 +01:00
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_timeline
|
|
|
|
path: packages/flutter_timeline_interface
|
|
|
|
ref: 2.0.0
|
2023-11-18 13:21:42 +01:00
|
|
|
flutter_image_picker:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_image_picker
|
|
|
|
ref: 1.0.4
|
2024-01-25 13:36:56 +01:00
|
|
|
collection: any
|
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:
|
|
|
|
|