mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #8] [MERGED] [core] Add Info Section to Settings #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/8
Author: @ricoberger
Created: 9/15/2023
Status: ✅ Merged
Merged: 9/15/2023
Merged by: @ricoberger
Base:
main← Head:core-add-info-section-to-settings📝 Commits (1)
28393a6[core] Add Info Section to Settings📊 Changes
7 files changed (+192 additions, -2 deletions)
View changed files
📝
app/lib/widgets/settings/profile/settings_profile.dart(+3 -0)📝
app/lib/widgets/settings/settings.dart(+5 -0)➕
app/lib/widgets/settings/settings_info.dart(+163 -0)📝
app/lib/widgets/settings/settings_payment_banner.dart(+2 -2)📝
app/macos/Flutter/GeneratedPluginRegistrant.swift(+2 -0)📝
app/pubspec.lock(+16 -0)📝
app/pubspec.yaml(+1 -0)📄 Description
The settings page now contains an info section, which is used to show the current app version via the "package_info_plus" package, the link to our website, the link to our GitHub repository and the link to our X account.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.