2023-06-17 21:50:52 +00:00
|
|
|
name: tetra_stats
|
|
|
|
description: Track your and other player stats in TETR.IO
|
|
|
|
publish_to: 'none'
|
|
|
|
|
2024-05-28 21:05:01 +00:00
|
|
|
version: 1.5.3+19
|
2023-06-17 21:50:52 +00:00
|
|
|
|
|
|
|
environment:
|
2023-10-25 23:00:47 +00:00
|
|
|
sdk: '>=3.0.0'
|
2023-06-17 21:50:52 +00:00
|
|
|
|
|
|
|
# Dependencies specify other packages that your package needs in order to work.
|
|
|
|
# To automatically upgrade your package dependencies to the latest versions
|
|
|
|
# consider running `flutter pub upgrade --major-versions`. Alternatively,
|
|
|
|
# dependencies can be manually updated by changing the version numbers below to
|
|
|
|
# the latest version available on pub.dev. To see which dependencies have newer
|
|
|
|
# versions available, run `flutter pub outdated`.
|
|
|
|
dependencies:
|
|
|
|
http:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-07-10 17:42:20 +00:00
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
2023-06-17 21:50:52 +00:00
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
vector_math: any
|
|
|
|
sqflite: ^2.2.8+2
|
|
|
|
sqflite_common_ffi: any
|
|
|
|
sqlite3_flutter_libs: ^0.5.15
|
2023-07-20 20:56:00 +00:00
|
|
|
sqflite_common_ffi_web: '>=0.1.0-dev.1'
|
2023-06-17 21:50:52 +00:00
|
|
|
path_provider: ^2.0.15
|
|
|
|
path: ^1.8.2
|
2024-05-01 11:48:18 +00:00
|
|
|
fl_chart: ^0.66.0
|
2023-12-26 22:02:47 +00:00
|
|
|
package_info_plus: ^5.0.1
|
2023-06-17 21:50:52 +00:00
|
|
|
shared_preferences: ^2.1.1
|
2023-07-10 17:42:20 +00:00
|
|
|
intl: ^0.18.0
|
2023-12-26 22:02:47 +00:00
|
|
|
syncfusion_flutter_gauges: ^24.1.41
|
2023-09-03 18:25:59 +00:00
|
|
|
file_selector: ^1.0.1
|
2023-12-26 22:02:47 +00:00
|
|
|
file_picker: ^6.1.1
|
2023-07-10 17:42:20 +00:00
|
|
|
slang: ^3.20.0
|
|
|
|
slang_flutter: ^3.20.0
|
2023-07-17 17:57:24 +00:00
|
|
|
csv: ^5.0.2
|
2023-07-20 20:56:00 +00:00
|
|
|
url_launcher: ^6.1.12
|
2023-08-21 15:39:04 +00:00
|
|
|
flutter_svg: any
|
2023-10-08 17:20:42 +00:00
|
|
|
window_manager: ^0.3.7
|
|
|
|
flutter_markdown: ^0.6.18
|
2023-10-19 21:45:07 +00:00
|
|
|
flutter_colorpicker: ^1.0.3
|
2023-12-26 22:02:47 +00:00
|
|
|
go_router: ^13.0.0
|
2024-04-29 22:45:11 +00:00
|
|
|
syncfusion_flutter_charts: ^24.2.9
|
2023-06-17 21:50:52 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2023-12-26 22:02:47 +00:00
|
|
|
flutter_lints: ^3.0.1
|
2023-06-28 21:33:58 +00:00
|
|
|
flutter_launcher_icons: "^0.13.1"
|
2024-01-29 21:13:07 +00:00
|
|
|
test: ^1.24.9
|
2023-06-28 21:33:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
flutter_launcher_icons:
|
|
|
|
android: "launcher_icon"
|
|
|
|
ios: true
|
|
|
|
image_path: "res/icons/app.png"
|
|
|
|
min_sdk_android: 19 # android min sdk min:16, default 21
|
|
|
|
web:
|
|
|
|
generate: true
|
|
|
|
image_path: "res/icons/app.png"
|
|
|
|
background_color: "#000000"
|
|
|
|
theme_color: "#000000"
|
|
|
|
windows:
|
|
|
|
generate: true
|
|
|
|
image_path: "res/icons/app.png"
|
|
|
|
icon_size: 256 # min:48, max:256, default: 48
|
|
|
|
macos:
|
|
|
|
generate: true
|
|
|
|
image_path: "res/icons/app.png"
|
2023-06-17 21:50:52 +00:00
|
|
|
|
2023-07-10 17:42:20 +00:00
|
|
|
targets:
|
|
|
|
$default:
|
|
|
|
builders:
|
|
|
|
slang_build_runner:
|
|
|
|
options:
|
|
|
|
input_directory: res/i18n
|
|
|
|
output_directory: lib/i18n
|
|
|
|
|
|
|
|
|
2023-06-17 21:50:52 +00:00
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
2024-02-01 00:15:32 +00:00
|
|
|
- res/avatars/
|
|
|
|
- res/icons/
|
|
|
|
- res/tetrio_tl_alpha_ranks/
|
|
|
|
- res/tetrio_badges/
|
2023-06-17 21:50:52 +00:00
|
|
|
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware
|
|
|
|
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
|
|
# https://flutter.dev/assets-and-images/#from-packages
|
|
|
|
fonts:
|
|
|
|
- family: Eurostile Round
|
|
|
|
fonts:
|
|
|
|
- asset: res/fonts/EurostileRound-Black.ttf
|
|
|
|
- asset: res/fonts/EurostileRound-BlackItalic.ttf
|
|
|
|
- asset: res/fonts/EurostileRound-Bold.ttf
|
|
|
|
- asset: res/fonts/EurostileRound-BoldItalic.ttf
|
|
|
|
- asset: res/fonts/EurostileRound-Heavy.ttf
|
|
|
|
weight: 900
|
|
|
|
- asset: res/fonts/EurostileRound-HeavyItalic.ttf
|
|
|
|
weight: 900
|
|
|
|
style: italic
|
|
|
|
- asset: res/fonts/EurostileRound-Italic.ttf
|
|
|
|
style: italic
|
|
|
|
- asset: res/fonts/EurostileRound-Medium.ttf
|
|
|
|
- asset: res/fonts/EurostileRound-MediumItalic.ttf
|
|
|
|
weight: 500
|
|
|
|
style: italic
|
|
|
|
- asset: res/fonts/EurostileRound-Regular.ttf
|
|
|
|
- family: Eurostile Round Condensed
|
|
|
|
fonts:
|
|
|
|
- asset: res/fonts/EurostileRoundCondensed-Heavy.ttf
|
|
|
|
- asset: res/fonts/EurostileRoundCondensed-HeavyItalic.ttf
|
|
|
|
- asset: res/fonts/EurostileRoundCondensed-Italic.ttf
|
|
|
|
- asset: res/fonts/EurostileRoundCondensed-Regular.ttf
|
|
|
|
- family: Eurostile Round Extended
|
|
|
|
fonts:
|
|
|
|
- asset: res/fonts/EurostileRoundExtended-Black.ttf
|
|
|
|
- asset: res/fonts/EurostileRoundExtended-BlackItalic.ttf
|
|
|
|
weight: 900
|
|
|
|
style: italic
|
|
|
|
- asset: res/fonts/EurostileRoundExtended-Italic.ttf
|
|
|
|
style: italic
|
|
|
|
- asset: res/fonts/EurostileRoundExtended-Medium.ttf
|
|
|
|
weight: 500
|
|
|
|
- asset: res/fonts/EurostileRoundExtended-Regular.ttf
|