Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Dec 20, 2023
2 parents 57c019c + ed9b5fd commit b6e12f9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
24 changes: 22 additions & 2 deletions pubspec.foss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b6e12f9

Please sign in to comment.