-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
100 lines (92 loc) · 4.02 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
# See: https://dart.dev/tools/pub/pubspec
name: pedax
description: Reversi Board with edax.
publish_to: none
homepage: https://sensuikan1973.github.io/pedax/
repository: https://github.com/sensuikan1973/pedax
issue_tracker: https://github.com/sensuikan1973/pedax/issues
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
#
# NOTE: you can't specify duplicated build number.
# See: https://appstoreconnect.apple.com/apps/1557500142/buildactivity
version: 6.76.0+174
environment: # See: https://dart.dev/tools/pub/pubspec#sdk-constraints
sdk: ">=3.7.0 <4.0.0"
flutter: ^3.29.0 # See: https://flutter.dev/docs/development/tools/sdk/releases
dependencies:
crypto: ^3.0.6
cupertino_icons: ^1.0.8
# See: https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_selector
file_selector: ^1.0.3
file_selector_linux: ^0.9.3+2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
font_awesome_flutter: ^10.8.0
intl: ^0.19.0 # https://docs.flutter.dev/accessibility-and-localization/internationalization#adding-your-own-localized-messages
libedax4dart: ^7.37.0
logger: ^2.5.0
macos_secure_bookmarks: ^0.2.1
meta: ^1.16.0
package_info_plus: ^8.2.1
pasteboard: ^0.3.0
path: ^1.9.1
path_provider: ^2.1.5 # See: https://flutter.dev/docs/cookbook/persistence/reading-writing-files
provider: ^6.1.2
sentry_flutter: ^8.13.0
shared_preferences: ^2.5.2
window_manager: ^0.4.3 # for "onWindowResize" and "onWindowMoved"
window_size:
git:
# See: https://github.com/google/flutter-desktop-embedding/tree/main/plugins/window_size
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
# https://dart.dev/tools/pub/dependencies#git-packages
ref: main
dev_dependencies:
cider: ^0.2.8
file_selector_platform_interface: ^2.6.2
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
msix: ^3.16.8
path_provider_platform_interface: ^2.1.2
pedantic_sensuikan1973: ^5.11.0
plugin_platform_interface: ^2.1.8
# https://pub.dev/packages/shared_preferences_platform_interface/changelog#220
# https://github.com/sensuikan1973/pedax/pull/1387#issuecomment-1489619974
shared_preferences_platform_interface: ^2.4.1
flutter:
uses-material-design: true
# https://docs.flutter.dev/accessibility-and-localization/internationalization#adding-your-own-localized-messages
generate: true # See: https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source
# generate: false # for synthetic-package. for https://github.com/sensuikan1973/pedax/pull/1890#issuecomment-2111442778
# See: https://flutter.dev/docs/development/ui/assets-and-images
assets:
- assets/images/
- assets/libedax/data/
- assets/libedax/dll/
# windows desktop app is not sandboxed
# - https://docs.microsoft.com/ja-jp/windows/security/threat-protection/windows-sandbox/windows-sandbox-overview
# - https://learn.microsoft.com/ja-jp/windows/msix/desktop/desktop-to-uwp-behind-the-scenes
msix_config: # See: https://pub.dev/packages/msix#-configuring-your-installer
store: true
display_name: pedax
publisher_display_name: Naoki Shimizu
identity_name: 1781NaokiShimizu.pedax
publisher: CN=4CCE9711-39B6-4ECC-AA74-A350014A69B0
languages: en, ja
logo_path: assets/images/pedax_logo.png
architecture: x64