Files
feeddeck/app/pubspec.yaml
2024-08-04 14:38:08 +02:00

182 lines
6.4 KiB
YAML

name: feeddeck
description: Follow your RSS and Social Media Feeds
# 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.4.0+11
environment:
sdk: '>=3.3.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
flutter_web_plugins:
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
app_links: ^6.1.4
cached_network_image: ^3.3.1
carousel_slider: ^4.2.1
collection: ^1.17.0
crypto: ^3.0.3
flutter_cache_manager: ^3.4.0
flutter_markdown: ^0.7.3
flutter_native_splash: ^2.4.1
html: ^0.15.4
html2md: ^1.3.2
http: ^1.2.2
intl: ^0.19.0
just_audio: ^0.9.39
just_audio_background: ^0.0.1-beta.13
just_audio_media_kit: ^2.0.5
media_kit: ^1.1.10+1
media_kit_video: ^1.2.4
media_kit_libs_video: ^1.0.4
package_info_plus: ^8.0.1
piped_client: ^0.1.0
provider: ^6.1.2
purchases_flutter: ^6.30.2
rxdart: ^0.27.7
scroll_to_index: ^3.0.1
shared_preferences: ^2.3.0
sign_in_with_apple: ^6.1.1
supabase_flutter: ^2.5.11
timeago: ^3.7.0
url_launcher: ^6.3.0
window_manager: ^0.3.9
youtube_explode_dart: ^2.2.1
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: ^4.0.0
flutter_launcher_icons: ^0.13.1
import_sorter: ^4.6.0
msix: ^3.16.7
# 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:
- assets/icons/
# 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: FDIcons
fonts:
- asset: fonts/FDIcons.ttf
# The following section specifies the settings for the "import_sorter" package,
# to automatically organize our dart imports, see
# https://pub.dev/packages/import_sorter
import_sorter:
emojis: false
comments: false
ignored_files: []
# The following section specifies the settings for the "flutter_launcher_icons"
# package, which simplifies the task of updating our Flutter app's launcher
# icon, see
# https://pub.dev/packages/flutter_launcher_icons
flutter_launcher_icons:
image_path_android: templates/app-icon/android.png
image_path_ios: templates/app-icon/ios.png
android: true
ios: true
adaptive_icon_background: "#49d3b4"
adaptive_icon_foreground: templates/app-icon/android-adaptive.png
web:
generate: true
image_path: templates/app-icon/web.png
background_color: "#49d3b4"
theme_color: "#49d3b4"
windows:
generate: true
image_path: templates/app-icon/windows.png
icon_size: 256
macos:
generate: true
image_path: templates/app-icon/macos.png
# The following section specifies the settings for the "flutter_native_splash"
# package, to automatically generate iOS, Android, and Web-native code for
# customizing the native splash screen background color and splash image, see
# https://pub.dev/packages/flutter_native_splash
flutter_native_splash:
color: "#49d3b4"
image: templates/splash-screen/splash.png
android_12:
image: templates/splash-screen/splash-android12.png
color: "#49d3b4"
icon_background_color: "#49d3b4"
fullscreen: true
# The following section specifies the settings for the "msix" package, to build
# an MSIX package for Windows which can be distributed via the Windows app
# store, see https://pub.dev/packages/msix
msix_config:
# MSIX Configuration
display_name: FeedDeck
publisher_display_name: Rico Berger
identity_name: 26077RicoBerger.FeedDeck
publisher: CN=7740451A-C179-450A-B346-7231CA231332
msix_version: 1.4.0.0
logo_path: templates/app-icon/windows.png
languages: en-us
capabilities: internetClient
protocol_activation: http,https
execution_alias: feeddeck
store: true
install_certificate: false
# Build Configuration
build_windows: false