Some checks failed
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Web App CI / test (push) Waiting to run
Web App CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Mobile App CI / test (push) Has been cancelled
Deploy Telegram Bot / Deploy Telegram Bot (push) Has been cancelled
Mobile App CI / build-android (push) Has been cancelled
Mobile App CI / build-ios (push) Has been cancelled
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: ^3.0.1
|
|
json_annotation: ^4.9.0
|
|
|
|
# Common utilities
|
|
meta: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
# Code generation
|
|
build_runner: ^2.4.13
|
|
freezed: ^3.0.6
|
|
json_serializable: ^6.8.0
|
|
|
|
# Linting
|
|
flutter_lints: ^6.0.0
|
|
|
|
# Testing utilities
|
|
mocktail: ^1.0.3
|
|
|
|
flutter:
|
|
uses-material-design: true
|