Files
Hirameki-SRS/pubspec.yaml
2025-10-30 18:02:06 +01:00

37 lines
737 B
YAML

name: hirameki_srs
description: A simple and effective Spaced Repetition System (SRS) app for learning Japanese kanji and vocabulary.
version: 0.1.0+1
environment:
sdk: ">=3.9.0 <4.0.0"
dependencies:
audioplayers: any
flutter:
sdk: flutter
shared_preferences: ^2.5.3
sqflite: ^2.4.2
path_provider: ^2.1.5
path: ^1.9.1
provider: ^6.1.5
http: ^1.5.0
kana_kit: ^2.1.1
flutter_tts: ^3.8.5
flutter_dotenv: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: any
test: any
build_runner: any
flutter_launcher_icons: any
flutter_lints: any
flutter_icons:
android: true
image_path: "assets/icon/app_icon.png"
flutter:
uses-material-design: true
assets:
- assets/sfx/confirm.mp3