mnemo_cards/chat/mnemo_cards_chat/pubspec.yaml

44 lines
700 B
YAML
Raw Permalink Normal View History

2025-11-10 23:55:41 +00:00
name: mnemo_cards_chat
description: "Chat module for mnemo_cards applications with LLM integration"
version: 1.0.0
publish_to: 'none'
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
# YX Framework for DI and state management
yx_scope: ^1.1.2
yx_state: ^1.0.0
# HTTP client
dio: ^5.3.3
# Immutable data models
2025-12-14 01:01:44 +00:00
freezed_annotation: ^3.0.1
json_annotation: ^4.9.0
2025-11-10 23:55:41 +00:00
# Common utilities
meta: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
# Code generation
build_runner: ^2.4.13
2025-12-14 01:01:44 +00:00
freezed: ^3.0.6
2025-11-10 23:55:41 +00:00
json_serializable: ^6.8.0
# Linting
flutter_lints: ^6.0.0
# Testing utilities
mocktail: ^1.0.3
flutter:
uses-material-design: true