43 lines
700 B
YAML
43 lines
700 B
YAML
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
|
|
freezed_annotation: ^2.4.1
|
|
json_annotation: ^4.7.0
|
|
|
|
# Common utilities
|
|
meta: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# Code generation
|
|
build_runner: ^2.4.13
|
|
freezed: ^2.4.5
|
|
json_serializable: ^6.8.0
|
|
|
|
# Linting
|
|
flutter_lints: ^6.0.0
|
|
|
|
# Testing utilities
|
|
mocktail: ^1.0.3
|
|
|
|
flutter:
|
|
uses-material-design: true
|