v1
This commit is contained in:
30
pubspec.yaml
Normal file
30
pubspec.yaml
Normal 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
|
||||
Reference in New Issue
Block a user