You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
567 B
31 lines
567 B
name: decky_app
|
|
description: A Flutter app for practicing with spaced repetition
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
practice_engine:
|
|
path: packages/practice_engine
|
|
cupertino_icons: ^1.0.6
|
|
shared_preferences: ^2.2.2
|
|
file_picker: ^8.1.6
|
|
flutter_dotenv: ^5.1.0
|
|
http: ^1.2.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- .env
|
|
- android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
|
|
|