mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 13:13:44 +02:00
Bumps [rxdart](https://github.com/ReactiveX/rxdart) from 0.27.7 to 0.28.0. - [Release notes](https://github.com/ReactiveX/rxdart/releases) - [Commits](https://github.com/ReactiveX/rxdart/compare/0.27.7...0.28.0) --- updated-dependencies: - dependency-name: rxdart dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
492 B
YAML
21 lines
492 B
YAML
name: flutter_availability_data_interface
|
|
description: "The data interface for the flutter_availability component"
|
|
version: 1.0.0
|
|
|
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
|
|
|
environment:
|
|
sdk: ">=3.4.3 <4.0.0"
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
rxdart: ">=0.27.0 <0.29.0"
|
|
|
|
dev_dependencies:
|
|
test: ^1.16.0
|
|
mocktail: ^1.0.4
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 7.0.0
|