Jisho-Study-Tool/pubspec.yaml

41 lines
763 B
YAML
Raw Permalink Normal View History

2020-06-28 00:39:45 +02:00
name: jisho_study_tool
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
2020-07-09 20:06:48 +02:00
# cupertino_icons: ^0.1.2
2020-06-30 13:28:07 +02:00
unofficial_jisho_api: ^1.1.0
2020-08-17 21:54:34 +02:00
flutter_bloc: ^6.0.1
2020-07-09 22:17:10 +02:00
url_launcher: ^5.5.0
division: ^0.8.8
2020-06-28 00:39:45 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
2020-06-28 00:39:45 +02:00
# assets:
# - 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