Skip to content

Commit 03ada78

Browse files
committed
Refer github trufi fork in pubspec
1 parent 3f5fc3b commit 03ada78

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

pubspec.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -757,9 +757,11 @@ packages:
757757
trufi_core:
758758
dependency: "direct main"
759759
description:
760-
path: "../trufi-core"
761-
relative: true
762-
source: path
760+
path: "."
761+
ref: translation-am
762+
resolved-ref: f1a0d12ac6654f95d311659f801e3aaaef9db4e6
763+
url: "https://github.com/AddisMap/trufi-core.git"
764+
source: git
763765
version: "3.2.0"
764766
tuple:
765767
dependency: transitive

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ dependencies:
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.2
3737
trufi_core:
38-
path: ../trufi-core/
39-
38+
git:
39+
url: https://github.com/AddisMap/trufi-core.git
40+
ref: translation-am
4041
dev_dependencies:
4142
flutter_test:
4243
sdk: flutter

0 commit comments

Comments
 (0)