flutter_introduction/packages/shared_preferences_introduction_repository/pubspec.yaml

58 lines
618 B
YAML
Raw Normal View History

name: shared_preferences_introduction_repository
2025-02-19 14:13:12 +01:00
description: "Shared_preference implementation of the introduction repository interface"
version: 6.0.0
publish_to: none
environment:
sdk: ^3.5.3
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.5.2
introduction_repository_interface:
path: ../introduction_repository_interface
dev_dependencies:
flutter_iconica_analysis:
git:
url: https://github.com/Iconica-Development/flutter_iconica_analysis
ref: 7.0.0