This commit is contained in:
Rene Kievits
2025-10-27 18:52:16 +01:00
commit ba82e662f6
140 changed files with 6443 additions and 0 deletions

30
pubspec.yaml Normal file
View File

@@ -0,0 +1,30 @@
name: wanikani_kanji_srs
description: A modern Flutter app for practicing unlocked WaniKani kanji with three quiz modes.
version: 0.1.0+1
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.0.15
sqflite: ^2.2.8+4
sqflite_common_ffi: ^2.3.0
path_provider: ^2.0.14
path: ^1.8.3
provider: ^6.0.5
http: ^1.5.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.4.0
test: ^1.24.0
flutter_launcher_icons: ^0.11.0
flutter_icons:
android: true
image_path: "assets/icon/app_icon.png"
flutter:
uses-material-design: true