Files
org.eu.mumulhl.ciyue/pubspec.yaml
T
dependabot[bot]andGitHub e9ff834de8 build(deps): bump flutter_smart_dialog from 4.9.8+9 to 5.0.1
Bumps [flutter_smart_dialog](https://github.com/fluttercandies/flutter_smart_dialog) from 4.9.8+9 to 5.0.1.
- [Release notes](https://github.com/fluttercandies/flutter_smart_dialog/releases)
- [Changelog](https://github.com/fluttercandies/flutter_smart_dialog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fluttercandies/flutter_smart_dialog/commits)

---
updated-dependencies:
- dependency-name: flutter_smart_dialog
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 18:47:41 +00:00

163 lines
5.6 KiB
YAML

name: ciyue
description: "A mdict dictionary with Android/Windows/Linux support"
# 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.22.2+86
environment:
sdk: ">=3.4.0 <4.0.0"
# 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
drift: ^2.31.0
drift_flutter: ^0.3.0
dict_reader:
git:
url: https://github.com/mumu-lhl/dict_reader.git
ref: af687fb3c30f36d3e7679b0eeb6c2b993c5300a8
shared_preferences: ^2.5.4
go_router: ^17.1.0
flutter_inappwebview: ^6.2.0-beta.3
path: ^1.9.1
path_provider: ^2.1.5
mime: ^2.0.0
flutter_localizations:
sdk: flutter
intl: ^0.20.2
flutter_launcher_icons: ^0.14.4
dynamic_color: ^1.8.1
flutter_tts: ^4.2.5
package_info_plus: ^9.0.0
url_launcher: ^6.3.2
file_selector: ^1.1.0
html_unescape: ^2.0.0
flutter_local_notifications: ^20.1.0
dio: ^5.9.2
gpt_markdown: ^1.1.5
provider: ^6.1.5+1
freezed_annotation: ^3.1.0
audioplayers: ^6.5.1
permission_handler: ^12.0.1
logger: ^2.6.2
translator: ^1.0.4+1
talker: ^5.1.14
talker_flutter: ^5.1.15
talker_dio_logger: ^5.1.14
flutter_smart_dialog: ^5.0.1
device_info_plus: ^12.3.0
table_calendar: ^3.2.0
launch_at_startup: ^0.5.1
tray_manager: ^0.5.2
window_manager: ^0.5.1
hotkey_manager: ^0.2.3
fuzzy: ^0.5.1
flutter_riverpod: ^3.2.1
riverpod: ^3.2.1
dependency_overrides:
hotkey_manager_linux:
git:
path: packages/hotkey_manager_linux
url: https://github.com/gepbird/hotkey_manager.git
ref: fix-build-failure
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^6.0.0
drift_dev: ^2.31.0
build_runner: ^2.11.1
test: ^1.28.0
freezed: ^3.2.5
mockito: ^5.6.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- changelogs/
- assets/wechat_pay.webp
# 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
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# 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
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
generate: true
default-flavor: common
flutter_launcher_icons:
android: "launcher_icon"
image_path: "assets/icon.png"
min_sdk_android: 19 # android min sdk min:16, default 21
adaptive_icon_background: "#3D7DE8"
adaptive_icon_foreground: "assets/ic_launcher_foreground.png"
adaptive_icon_monochrome: "assets/ic_launcher_monochrome.png"
adaptive_icon_foreground_inset: 10
windows:
generate: true
image_path: "assets/icon.png"
icon_size: 256