More forking chores
This commit is contained in:
parent
55d60853b3
commit
522d36be6b
|
@ -1,9 +1,9 @@
|
|||
abstract class AppConfig {
|
||||
static const String applicationName = 'FluffyChat';
|
||||
static const String applicationName = 'FurryChat';
|
||||
static const String defaultHomeserver = 'matrix.tchncs.de';
|
||||
static const String privacyUrl = 'https://fluffychat.im/en/privacy.html';
|
||||
static const String sourceCodeUrl =
|
||||
'https://gitlab.com/ChristianPauly/fluffychat-flutter';
|
||||
'https://github.com/innereq/FurryChat';
|
||||
static const String supportUrl =
|
||||
'https://gitlab.com/ChristianPauly/fluffychat-flutter/issues';
|
||||
'https://github.com/innereq/FurryChat/issues';
|
||||
}
|
||||
|
|
|
@ -186,9 +186,11 @@ packages:
|
|||
famedlysdk:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "../famedlysdk"
|
||||
relative: true
|
||||
source: path
|
||||
path: "."
|
||||
ref: yiffed
|
||||
resolved-ref: "8d3fb1d64ba99392728951c79ccafb3c9481b5da"
|
||||
url: "https://github.com/innereq/famedlysdk-fork.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
ffi:
|
||||
dependency: transitive
|
||||
|
|
|
@ -11,7 +11,7 @@ description: Chat with your friends.
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 0.19.1+46
|
||||
version: 0.1.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.6.0 <3.0.0"
|
||||
|
@ -25,7 +25,10 @@ dependencies:
|
|||
cupertino_icons: ^0.1.2
|
||||
|
||||
famedlysdk:
|
||||
path: ../famedlysdk
|
||||
git:
|
||||
url: https://github.com/innereq/famedlysdk-fork.git
|
||||
ref: yiffed
|
||||
# path: ../famedlysdk
|
||||
|
||||
localstorage: ^3.0.1+4
|
||||
file_picker_cross: ^4.2.2
|
||||
|
|
Loading…
Reference in a new issue