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-03-07 09:37:13 +01:00
|
|
|
version: 2.2.0
|
2023-10-09 08:16:04 +02:00
|
|
|
|
|
|
|
publish_to: none
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=3.1.3 <4.0.0'
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-11-20 07:52:47 +01:00
|
|
|
cloud_firestore: ^4.13.1
|
|
|
|
firebase_core: ^2.22.0
|
|
|
|
firebase_storage: ^11.5.1
|
|
|
|
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-03-07 10:10:57 +01:00
|
|
|
ref: 2.2.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:
|
|
|
|
|