mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-12 01:54:51 -05:00
* Bump the pub group in /app with 8 updates Bumps the pub group in /app with 8 updates: | Package | From | To | | --- | --- | --- | | [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `2.0.3` | `3.0.1` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.3.3` | `2.3.5` | | [msix](https://github.com/YehudaKremer/msix) | `3.16.4` | `3.16.6` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `4.1.0` | `4.2.0` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `6.0.0` | `6.2.0` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `1.10.22` | `1.10.24` | | [timeago](https://github.com/andresaraujo/timeago.dart) | `3.5.0` | `3.6.0` | | [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.1.14` | `6.2.1` | Updates `flutter_lints` from 2.0.3 to 3.0.1 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/pigeon-v3.0.1/packages) Updates `flutter_native_splash` from 2.3.3 to 2.3.5 - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonbhanson/flutter_native_splash/commits/v2.3.5) Updates `msix` from 3.16.4 to 3.16.6 - [Release notes](https://github.com/YehudaKremer/msix/releases) - [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md) - [Commits](https://github.com/YehudaKremer/msix/compare/v3.16.4...v3.16.6) Updates `package_info_plus` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v4.2.0/packages/package_info_plus) Updates `purchases_flutter` from 6.0.0 to 6.2.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.0.0...6.2.0) Updates `supabase_flutter` from 1.10.22 to 1.10.24 - [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v1.10.24/packages) Updates `timeago` from 3.5.0 to 3.6.0 - [Commits](https://github.com/andresaraujo/timeago.dart/commits) Updates `url_launcher` from 6.1.14 to 6.2.1 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.2.1/packages/url_launcher) --- updated-dependencies: - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: msix dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: supabase_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: timeago dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Flutter Packages --------- 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>
184 lines
6.6 KiB
YAML
184 lines
6.6 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.1.1+7
|
|
|
|
environment:
|
|
sdk: '>=3.1.3 <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.2.3
|
|
carousel_slider: ^4.2.1
|
|
collection: ^1.17.0
|
|
flutter_cache_manager: ^3.3.1
|
|
flutter_markdown: ^0.6.14
|
|
flutter_native_splash: ^2.3.5
|
|
html: ^0.15.4
|
|
html2md: ^1.2.6
|
|
intl: ^0.18.1
|
|
just_audio: ^0.9.32
|
|
just_audio_background: ^0.0.1-beta.10
|
|
# We use our own fork of the "just_audio_media_kit" package, where we
|
|
# replaced the "media_kit_libs_windows_audio" with
|
|
# "media_kit_libs_windows_video" package, so that we can play video files on
|
|
# Windows via the "media_kit" package.
|
|
just_audio_media_kit:
|
|
git:
|
|
url: https://github.com/feeddeck/just_audio_media_kit.git
|
|
media_kit: ^1.1.10+1
|
|
media_kit_video: ^1.2.4
|
|
media_kit_libs_video: ^1.0.4
|
|
package_info_plus: ^4.2.0
|
|
provider: ^6.0.4
|
|
purchases_flutter: ^6.2.0
|
|
rxdart: ^0.27.7
|
|
scroll_to_index: ^3.0.1
|
|
shared_preferences: ^2.1.0
|
|
supabase_flutter: ^1.10.24
|
|
timeago: ^3.6.0
|
|
url_launcher: ^6.2.1
|
|
window_manager: ^0.3.4
|
|
youtube_explode_dart: ^2.0.2
|
|
|
|
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.6
|
|
|
|
# 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.1.1.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
|