354ae323b2
Bumps [connectivity_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus) from 4.0.2 to 5.0.1. - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/connectivity_plus-v5.0.1/packages/connectivity_plus) --- updated-dependencies: - dependency-name: connectivity_plus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Efthymis Sarmpanis <e.sarbanis@gmail.com>
30 lines
726 B
YAML
30 lines
726 B
YAML
name: stream_chat_flutter_core
|
|
homepage: https://github.com/GetStream/stream-chat-flutter
|
|
description: Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
|
|
version: 6.10.0
|
|
repository: https://github.com/GetStream/stream-chat-flutter
|
|
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
flutter: ">=3.10.0"
|
|
|
|
dependencies:
|
|
collection: ^1.17.1
|
|
connectivity_plus: ">=4.0.2 <6.0.0"
|
|
flutter:
|
|
sdk: flutter
|
|
freezed_annotation: ^2.4.1
|
|
meta: ^1.9.1
|
|
rxdart: ^0.27.7
|
|
stream_chat: ^6.9.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.4.6
|
|
fake_async: ^1.3.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
freezed: ^2.4.1
|
|
mocktail: ^1.0.0
|
|
|