Fix for build

This commit is contained in:
Hillel Coren 2022-06-22 08:44:28 +03:00
parent d48c39d6bb
commit e02b3e8800
5 changed files with 9 additions and 27 deletions

View File

@ -88,7 +88,7 @@ jobs:
cp lib/utils/oauth.dart.foss lib/utils/oauth.dart cp lib/utils/oauth.dart.foss lib/utils/oauth.dart
cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart cp lib/ui/app/upgrade_dialog.dart.foss lib/ui/app/upgrade_dialog.dart
cp pubspec.foss.yaml pubspec.yaml cp pubspec.foss.yaml pubspec.yaml
rm pubspec.lock flutter pub get
flutter build web flutter build web

View File

@ -71,7 +71,7 @@ const String kGitHubDiffUrl =
'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable'; 'https://github.com/invoiceninja/invoiceninja/compare/vVERSION...v5-stable';
const String kGitHubLangUrl = const String kGitHubLangUrl =
'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php'; 'https://github.com/invoiceninja/invoiceninja/blob/master/resources/lang/en/texts.php';
const String kStatusCheckUrl = 'https://status.invoiceninja.com/'; const String kStatusCheckUrl = 'https://status.invoiceninja.com';
const String kGoogleAnalyticsUrl = const String kGoogleAnalyticsUrl =
'https://support.google.com/analytics/answer/1037249?hl=en'; 'https://support.google.com/analytics/answer/1037249?hl=en';

View File

@ -42,7 +42,7 @@ packages:
name: attributed_text name: attributed_text
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.1" version: "0.1.3"
barcode: barcode:
dependency: transitive dependency: transitive
description: description:
@ -354,13 +354,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.9.2" version: "0.9.2"
flutter_lints:
dependency: transitive
description:
name: flutter_lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
flutter_localizations: flutter_localizations:
dependency: "direct main" dependency: "direct main"
description: flutter description: flutter
@ -612,13 +605,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "4.1.0" version: "4.1.0"
lints:
dependency: transitive
description:
name: lints
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
local_auth: local_auth:
dependency: "direct main" dependency: "direct main"
description: description:
@ -1178,19 +1164,17 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: super_editor path: super_editor
ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb ref: HEAD
resolved-ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb resolved-ref: "810f4b3644363c7746e742fdb3ea09b9af23e9fe"
url: "https://github.com/superlistapp/super_editor.git" url: "https://github.com/superlistapp/super_editor.git"
source: git source: git
version: "0.2.0" version: "0.2.0"
super_text: super_text_layout:
dependency: transitive dependency: transitive
description: description:
path: super_text name: super_text_layout
ref: HEAD url: "https://pub.dartlang.org"
resolved-ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb source: hosted
url: "https://github.com/superlistapp/super_editor.git"
source: git
version: "0.1.0" version: "0.1.0"
sync_http: sync_http:
dependency: transitive dependency: transitive

View File

@ -66,7 +66,6 @@ dependencies:
git: git:
url: https://github.com/superlistapp/super_editor.git url: https://github.com/superlistapp/super_editor.git
path: super_editor path: super_editor
ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb
html2md: ^1.2.5 html2md: ^1.2.5
printing: ^5.8.0 printing: ^5.8.0
image_cropper: ^2.0.2 image_cropper: ^2.0.2

View File

@ -66,7 +66,6 @@ dependencies:
git: git:
url: https://github.com/superlistapp/super_editor.git url: https://github.com/superlistapp/super_editor.git
path: super_editor path: super_editor
ref: c284ee9b0a008fd507d9cc3dae7f03078592f9eb
html2md: ^1.2.5 html2md: ^1.2.5
printing: ^5.8.0 printing: ^5.8.0
image_cropper: ^2.0.2 image_cropper: ^2.0.2