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-06-17 18:32:36 +02:00
|
|
|
version: 4.1.0
|
2025-04-22 14:48:14 +02:00
|
|
|
homepage: https://github.com/Iconica-Development/flutter_timeline
|
|
|
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.1.3 <4.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
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:
|
|
|
|
|