mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 02:23:46 +02:00
27 lines
489 B
YAML
27 lines
489 B
YAML
# 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
|
|
version: 4.0.0
|
|
|
|
publish_to: none
|
|
|
|
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:
|
|
|