mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-18 18:13:46 +02:00
We're very inconsistent with marking what Flutter and Dart versions we support. The .fvmrc indicates Flutter 3.27.4 which comes with Dart 3.6.2, but the packages said 3.0 and 3.1. This commit brings all versions in line and sets the minimum to Dart 3.4.3. This version is chosen so it can be used as is with one of our projects that currently uses that Dart version.
38 lines
908 B
YAML
38 lines
908 B
YAML
# SPDX-FileCopyrightText: 2023 Iconica
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
name: flutter_timeline_view
|
|
description: Visual elements of the Flutter Timeline Component
|
|
version: 5.1.0
|
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
|
|
environment:
|
|
sdk: ">=3.4.3 <4.0.0"
|
|
flutter: ^3.22.2
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
intl: ^0.19.0
|
|
cached_network_image: ^3.2.2
|
|
dotted_border: ^2.1.0
|
|
collection: ^1.18.0
|
|
flutter_svg: ^2.0.10+1
|
|
flutter_timeline_interface:
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
version: ^5.1.0
|
|
flutter_image_picker:
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
version: ^4.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 6.0.0
|
|
|
|
flutter:
|
|
assets:
|
|
- assets/
|