mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
Bumps [uuid](https://github.com/Daegalus/dart-uuid) from 3.0.7 to 4.0.0. - [Release notes](https://github.com/Daegalus/dart-uuid/releases) - [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/Daegalus/dart-uuid/compare/3.0.7...4.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
587 B
YAML
29 lines
587 B
YAML
name: flutter_community_chat_firebase
|
|
description: A new Flutter package project.
|
|
version: 0.3.1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.18.2 <3.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
firebase_core: ^2.1.1
|
|
cloud_firestore: ^4.0.5
|
|
firebase_storage: ^11.0.5
|
|
firebase_auth: ^4.1.2
|
|
uuid: ^4.0.0
|
|
flutter_community_chat_interface:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_community_chat.git
|
|
path: packages/flutter_community_chat_interface
|
|
ref: 0.3.1
|
|
|
|
dev_dependencies:
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
|