Files
feeddeck/app/pubspec.yaml
dependabot[bot] 062db5d13a Bump the pub group in /app with 3 updates (#151)
* Bump the pub group in /app with 3 updates

Bumps the pub group in /app with 3 updates: [provider](https://github.com/rrousselGit/provider), [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) and [sign_in_with_apple](https://github.com/aboutyou/dart_packages).


Updates `provider` from 6.1.1 to 6.1.2
- [Commits](https://github.com/rrousselGit/provider/compare/provider-v6.1.1...provider-v6.1.2)

Updates `purchases_flutter` from 6.21.1 to 6.22.0
- [Release notes](https://github.com/RevenueCat/purchases-flutter/releases)
- [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/RevenueCat/purchases-flutter/compare/6.21.1...6.22.0)

Updates `sign_in_with_apple` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/aboutyou/dart_packages/releases)
- [Commits](https://github.com/aboutyou/dart_packages/commits)

---
updated-dependencies:
- dependency-name: provider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub
- dependency-name: purchases_flutter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub
- dependency-name: sign_in_with_apple
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Flutter Version and Podfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ricoberger <mail@ricoberger.de>
2024-03-02 11:08:50 +01: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.3.0+10
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.2
app_links: ^3.4.3
cached_network_image: ^3.3.1
carousel_slider: ^4.2.1
collection: ^1.17.0
crypto: ^3.0.3
flutter_cache_manager: ^3.3.1
flutter_markdown: ^0.6.14
flutter_native_splash: ^2.3.10
html: ^0.15.4
html2md: ^1.2.6
http: ^1.2.0
intl: ^0.19.0
just_audio: ^0.9.32
just_audio_background: ^0.0.1-beta.10
just_audio_media_kit: ^2.0.1
media_kit: ^1.1.10+1
media_kit_video: ^1.2.4
media_kit_libs_video: ^1.0.4
package_info_plus: ^5.0.1
piped_client: ^0.1.0
provider: ^6.1.2
purchases_flutter: ^6.22.0
rxdart: ^0.27.7
scroll_to_index: ^3.0.1
shared_preferences: ^2.1.0
sign_in_with_apple: ^6.0.0
supabase_flutter: ^2.3.2
timeago: ^3.6.0
url_launcher: ^6.2.4
window_manager: ^0.3.8
youtube_explode_dart: ^2.1.0
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: ^3.0.1
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.3.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