2023-10-09 08:16:04 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 Iconica
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
name: flutter_timeline_interface
|
|
|
|
description: Interface for the service of the Flutter Timeline component
|
2024-08-14 15:10:55 +02:00
|
|
|
version: 5.1.0
|
2024-08-01 13:39:38 +02:00
|
|
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
environment:
|
2025-04-18 16:38:41 +02:00
|
|
|
sdk: '>=3.4.3 <4.0.0'
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_iconica_analysis:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
|
|
ref: 6.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|