Files
feeddeck/app/pubspec.yaml
Rico Berger 4df54be0df [core] Fix Issues with App Submission (#14)
During the review of the submission of the iOS and macOS versions of
FeedDeck we encountered some problems, so that the app was rejected. For
that we had to make the following changes:

- Change the foreground and background color of the "Sign in with Apple"
  button. This means we are now using black as foreground and white as
  background color.
- Add the "Sign in with Apple" capability to the macOS version, to
  handle the sign in within the app as it is done for the iOS version.
- Add description in the "CreateDeck" widget, because it was confusing
  for the review and they were thinking that they had to provide their
  name.
2023-09-22 09:15:03 +02:00

173 lines
6.2 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.0.0+3
environment:
sdk: '>=2.19.6 <3.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.2
app_links: ^3.4.3
cached_network_image: ^3.2.3
carousel_slider: ^4.2.1
collection: ^1.17.0
flutter_markdown: ^0.6.14
flutter_native_splash: ^2.2.19
html2md: ^1.2.6
intl: ^0.18.1
just_audio: ^0.9.32
just_audio_background: ^0.0.1-beta.10
just_audio_windows: ^0.2.0
just_audio_mpv: ^0.1.6
package_info_plus: ^4.1.0
provider: ^6.0.4
rxdart: ^0.27.7
scroll_to_index: ^3.0.1
shared_preferences: ^2.1.0
supabase_flutter: ^1.10.6
timeago: ^3.4.0
url_launcher: ^6.1.10
window_manager: ^0.3.4
youtube_player_iframe: ^4.0.4
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: ^2.0.0
flutter_launcher_icons: ^0.13.1
import_sorter: ^4.6.0
msix: ^3.16.1
# 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.0.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