mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-18 18:13:46 +02:00
We don't currently use API that's incompatible with the latest versions of all Firebase packages, so let's indicate that we support them.
34 lines
882 B
YAML
34 lines
882 B
YAML
# SPDX-FileCopyrightText: 2023 Iconica
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
name: flutter_timeline_firebase
|
|
description: Implementation of the Flutter Timeline interface for Firebase.
|
|
version: 5.1.1
|
|
homepage: https://github.com/Iconica-Development/flutter_timeline
|
|
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
|
|
cloud_firestore: '>=4.13.1 <6.0.0'
|
|
firebase_core: '>=2.22.0 <4.0.0'
|
|
firebase_storage: '>=11.5.1 <13.0.0'
|
|
uuid: ^4.2.1
|
|
collection: ^1.18.0
|
|
flutter_timeline_interface:
|
|
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
version: ^5.1.1
|
|
|
|
dev_dependencies:
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 6.0.0
|
|
|
|
flutter:
|