1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2025-02-17 13:30:49 +01:00
Jisho-Study-Tool/pubspec.yaml
h7x4 28f900c02e
Add more content to search results (#31)
* Add lots of new functionality to search results

* Fix jlpt level

* Make antonyms clickable

* Add kanji list

* Replace Blocof with BlocBuilder

* Make kanji widgets squared

* Add missing colons to headers

* add romaji under sentences

* Fix extensive search not showing

* Miscellaneous refactoring
2022-01-23 18:27:00 +01:00

64 lines
1.3 KiB
YAML

name: jisho_study_tool
description: A dictionary app for studying japanese
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
animated_size_and_fade: ^3.0.0
collection: ^1.15.0
confirm_dialog: ^1.0.0
division: ^0.9.0
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
flutter_slidable: ^1.1.0
flutter_svg: ^1.0.2
get_it: ^7.2.0
http: ^0.13.4
just_audio: ^0.9.18
mdi: ^5.0.0-nullsafety.0
path: ^1.8.0
path_provider: ^2.0.2
sembast: ^3.1.1
flutter_settings_ui: ^2.0.1
shared_preferences: ^2.0.6
signature: ^5.0.0
unofficial_jisho_api: ^2.0.2
url_launcher: ^6.0.9
dev_dependencies:
build_runner: ^2.0.6
flutter_test:
sdk: flutter
flutter_native_splash: ^1.2.0
flutter_launcher_icons: "^0.9.1"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/logo/logo_icon.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/logo/
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700