2023-10-09 08:16:04 +02:00
|
|
|
# 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.
|
2024-06-17 18:32:36 +02:00
|
|
|
version: 4.1.0
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.1.3 <4.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2025-04-13 12:55:20 +02:00
|
|
|
cloud_firestore: ^5.6.6
|
|
|
|
firebase_core: ^3.13.0
|
|
|
|
firebase_storage: ^12.4.5
|
2023-11-20 07:52:47 +01:00
|
|
|
uuid: ^4.2.1
|
|
|
|
|
2023-10-09 08:16:04 +02:00
|
|
|
flutter_timeline_interface:
|
2024-01-29 11:53:41 +01:00
|
|
|
git:
|
|
|
|
url: https://github.com/Iconica-Development/flutter_timeline
|
|
|
|
path: packages/flutter_timeline_interface
|
2024-06-17 18:32:36 +02:00
|
|
|
ref: 4.1.0
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
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:
|
|
|
|
|