some build stuff and quick fix
This commit is contained in:
26
pubspec.yaml
26
pubspec.yaml
@@ -2,27 +2,27 @@ 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.3.0 <4.0.0'
|
||||
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+1
|
||||
http: ^1.5.0
|
||||
audioplayers: ^6.0.0
|
||||
http: any
|
||||
path: any
|
||||
path_provider: any
|
||||
provider: any
|
||||
shared_preferences: any
|
||||
sqflite: any
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: ^5.5.0
|
||||
test: ^1.26.2
|
||||
build_runner: ^2.4.10
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
flutter_lints: ^6.0.0
|
||||
mockito: any
|
||||
test: any
|
||||
build_runner: any
|
||||
flutter_launcher_icons: any
|
||||
flutter_lints: any
|
||||
|
||||
flutter_icons:
|
||||
android: true
|
||||
|
||||
Reference in New Issue
Block a user