mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-19 03:53:45 +02:00
24 lines
520 B
YAML
24 lines
520 B
YAML
|
name: firebase_introduction_repository
|
||
|
description: "A new Flutter package project."
|
||
|
version: 0.0.1
|
||
|
publish_to: none
|
||
|
|
||
|
environment:
|
||
|
sdk: ^3.5.3
|
||
|
flutter: ">=1.17.0"
|
||
|
|
||
|
dependencies:
|
||
|
flutter:
|
||
|
sdk: flutter
|
||
|
firebase_auth: ^5.4.2
|
||
|
cloud_firestore: ^5.6.3
|
||
|
introduction_repository_interface:
|
||
|
path: ../introduction_repository_interface
|
||
|
device_info_plus: ^11.3.0
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_iconica_analysis:
|
||
|
git:
|
||
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
||
|
ref: 7.0.0
|