flutter_availability/packages/flutter_availability_data_interface/pubspec.yaml
Freek van de Ven bf591a45a2 feat: add Semantics widget to inputs and dynamic texts
This will add accessibility id and id to the inputfields, buttons and dynamic texts so they can be accessed in appium for automated tests
2025-02-03 08:10:11 +01:00

21 lines
492 B
YAML

name: flutter_availability_data_interface
description: "The data interface for the flutter_availability component"
version: 1.1.0
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
environment:
sdk: ">=3.3.0 <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