Files

150 lines
5.1 KiB
YAML

name: whitenoise
description: "Secure messaging app using the Marmot Protocol"
# 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: 2026.5.22+25
environment:
sdk: ^3.11.1
flutter: ">=3.41.4 <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
flutter_localizations:
sdk: flutter
intl: ^0.20.2
rust_lib_whitenoise:
path: rust_builder
flutter_rust_bridge: 2.12.0
logging: ^1.2.0
freezed_annotation: ^3.1.0
connectivity_plus: ^7.1.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.9
flutter_screenutil: ^5.9.3
collection: ^1.19.1
gap: ^3.0.1
emoji_picker_flutter: ^4.4.0
flutter_svg: ^2.3.0
go_router: ^17.2.3
flutter_riverpod: ^3.3.1
flutter_secure_storage: ^10.2.0
flutter_hooks: ^0.21.3
hooks_riverpod: ^3.1.0
path: ^1.9.1
path_provider: ^2.1.5
image_picker: ^1.2.2
video_player: ^2.10.1
mime: ^2.0.0
qr_flutter: ^4.1.0
cached_network_image: ^3.4.1
mobile_scanner: ^7.2.0
scroll_to_index: ^3.0.1
crypto: ^3.0.7
flutter_local_notifications: ^21.0.0
flutter_foreground_task: ^9.2.2
permission_handler: ^12.0.0
unique_names_generator: ^3.1.2
flutter_blurhash: ^0.9.1
thumbhash: ^0.1.0+1
share_plus: ^12.0.1
package_info_plus: ^9.0.0
url_launcher: ^6.3.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
leak_tracker_flutter_testing: ^3.0.10
flutter_native_splash: ^2.4.7
image_picker_platform_interface: ^2.11.1
video_player_platform_interface: ^6.7.0
plugin_platform_interface: ^2.1.8
flutter_secure_storage_platform_interface: ^2.0.1
url_launcher_platform_interface: ^2.3.2
# 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
freezed: ^3.2.5
build_runner: ^2.15.0
widgetbook: ^3.23.0
widgetbook_annotation: ^3.9.0
widgetbook_generator: ^3.23.0
# 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:
generate: true
# 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
assets:
- assets/images/
- assets/svgs/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# https://flutter.dev/to/font-from-package
fonts:
- family: Manrope
fonts:
- asset: assets/fonts/Manrope-Medium.ttf
weight: 500
- asset: assets/fonts/Manrope-SemiBold.ttf
weight: 600
- asset: assets/fonts/Manrope-Bold.ttf
weight: 700
flutter_native_splash:
color: "#FFFFFF"
color_dark: "#000000"
image: assets/whitenoise-light.png
image_dark: assets/whitenoise-dark.png
android: true
ios: true
android_12:
color: "#FFFFFF"
color_dark: "#000000"
image: assets/whitenoise-light.png
image_dark: assets/whitenoise-dark.png
android_gravity: center
ios_content_mode: center
web_image_mode: center