From 386a8f681193eb5362fee37f73a57c65036fb48a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 20 Dec 2023 11:02:11 +0200 Subject: [PATCH 1/2] Fix for selfhost build --- pubspec.foss.yaml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/pubspec.foss.yaml b/pubspec.foss.yaml index ffa2d547f2..143930cee9 100644 --- a/pubspec.foss.yaml +++ b/pubspec.foss.yaml @@ -66,8 +66,8 @@ dependencies: contacts_service: ^0.6.3 diacritic: ^0.1.3 states_rebuilder: ^6.2.0 - super_editor: ^0.2.6 - super_editor_markdown: ^0.1.5 + #super_editor: ^0.2.6 + #super_editor_markdown: ^0.1.5 #markdown: ^5.0.0 # REMOVE THIS #super_editor: # git: @@ -95,6 +95,26 @@ dependency_overrides: intl: any navigation_builder: ^0.0.3 states_rebuilder: ^6.3.0 + super_editor: + git: + url: https://github.com/superlistapp/super_editor + path: super_editor + ref: stable + super_editor_markdown: + git: + url: https://github.com/superlistapp/super_editor + path: super_editor_markdown + ref: stable + super_text_layout: + git: + url: https://github.com/superlistapp/super_editor + path: super_text_layout + ref: stable + attributed_text: + git: + url: https://github.com/superlistapp/super_editor + path: attributed_text + ref: stable dev_dependencies: flutter_driver: From ed9b5fd8e09462d43eeaa5d24b5dd0e86c225a3f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 20 Dec 2023 11:02:27 +0200 Subject: [PATCH 2/2] Force build --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index a6d1026c38..e4d51d4645 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -8,7 +8,7 @@ const String kClientVersion = '5.0.146'; const String kMinServerVersion = '5.0.4'; const String kAppName = 'Invoice Ninja'; -const String kSiteUrl = 'https://invoiceninja.com'; +const String kSiteUrl = 'https://invoiceninja.com/'; const String kAppProductionUrl = 'https://invoicing.co'; const String kAppReactUrl = 'https://app.invoicing.co'; const String kAppStagingUrl = 'https://staging.invoicing.co';