121 lines
3.8 KiB
YAML
121 lines
3.8 KiB
YAML
name: ponshu_room_lite
|
|
description: "A new Flutter project."
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
# 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 is used as CFBundleVersion.
|
|
# Read more about iOS versioning at
|
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
|
# In Windows, build-name is used as the major, minor, and patch parts
|
|
# of the product and file versions while build-number is used as the build suffix.
|
|
version: 1.0.16+27
|
|
|
|
environment:
|
|
sdk: ^3.10.1
|
|
|
|
# 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:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^1.0.8
|
|
google_fonts: ^6.3.3
|
|
flutter_riverpod:
|
|
riverpod_annotation:
|
|
hive: ^2.2.3
|
|
hive_flutter: ^1.1.0
|
|
google_generative_ai: ^0.4.7
|
|
|
|
image_picker: ^1.1.2
|
|
image: ^4.3.0 # CR-005: 画像圧縮・リサイズ用
|
|
device_info_plus: ^10.1.0
|
|
http: ^1.2.0
|
|
crypto: ^3.0.3 # SHA-256 ハッシュ計算用(キャッシュ)
|
|
lucide_icons: ^0.257.0
|
|
reorderable_grid_view: ^2.2.5
|
|
camera: ^0.11.3
|
|
path_provider: ^2.1.5
|
|
uuid: ^4.5.2
|
|
intl: ^0.20.2
|
|
path: ^1.9.0
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
fl_chart: ^1.1.1
|
|
pdf: ^3.11.3
|
|
printing: ^5.14.2
|
|
package_info_plus: ^8.1.2
|
|
gal: ^2.3.0
|
|
shared_preferences: ^2.5.4
|
|
|
|
# Phase 9: Google Drive Backup
|
|
googleapis: ^13.2.0
|
|
google_sign_in: ^6.2.1
|
|
extension_google_sign_in_as_googleapis_auth: ^2.0.12
|
|
archive: ^3.6.1
|
|
qr_flutter: ^4.1.0
|
|
mobile_scanner: ^7.1.4
|
|
qr: ^3.0.2
|
|
screenshot: ^3.0.0
|
|
share_plus: ^12.0.1
|
|
flutter_speed_dial: ^7.0.0
|
|
carousel_slider: ^5.1.1
|
|
url_launcher: ^6.3.1
|
|
connectivity_plus: ^6.1.2 # Phase 1: オフライン検知
|
|
vector_math: ^2.2.0
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
build_runner:
|
|
hive_generator:
|
|
riverpod_generator:
|
|
flutter_launcher_icons: ^0.13.1
|
|
flutter_native_splash: ^2.4.4
|
|
|
|
flutter_launcher_icons:
|
|
android: "launcher_icon"
|
|
ios: true
|
|
image_path: "assets/images/app_icon.png"
|
|
min_sdk_android: 21
|
|
web:
|
|
generate: true
|
|
image_path: "assets/images/app_icon.png"
|
|
background_color: "#hex_code"
|
|
theme_color: "#hex_code"
|
|
windows:
|
|
generate: true
|
|
image_path: "assets/images/app_icon.png"
|
|
icon_size: 48
|
|
macos:
|
|
generate: true
|
|
image_path: "assets/images/app_icon.png"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
generate: true # Enable l10n auto-generation
|
|
assets:
|
|
- assets/fonts/NotoSansJP-Regular.ttf
|
|
- assets/images/
|
|
- assets/rive/
|
|
fonts:
|
|
- family: NotoSansJP
|
|
fonts:
|
|
- asset: assets/fonts/NotoSansJP-Regular.ttf
|