Skip to content

Commit bd95d2b

Browse files
committed
New core commit (no-reviews)
1 parent 03ada78 commit bd95d2b

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

pubspec.lock

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
app_review:
5-
dependency: transitive
6-
description:
7-
name: app_review
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "2.1.2+1"
114
async:
125
dependency: transitive
136
description:
@@ -757,11 +750,9 @@ packages:
757750
trufi_core:
758751
dependency: "direct main"
759752
description:
760-
path: "."
761-
ref: translation-am
762-
resolved-ref: f1a0d12ac6654f95d311659f801e3aaaef9db4e6
763-
url: "https://github.com/AddisMap/trufi-core.git"
764-
source: git
753+
path: "../trufi-core"
754+
relative: true
755+
source: path
765756
version: "3.2.0"
766757
tuple:
767758
dependency: transitive

pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ environment:
2929
dependencies:
3030
flutter:
3131
sdk: flutter
32-
33-
3432
# The following adds the Cupertino Icons font to your application.
3533
# Use with the CupertinoIcons class for iOS style icons.
3634
cupertino_icons: ^1.0.2
3735
trufi_core:
3836
git:
39-
url: https://github.com/AddisMap/trufi-core.git
40-
ref: translation-am
37+
url: git://github.com/AddisMap/trufi-core.git
38+
ref: no-reviews
39+
4140
dev_dependencies:
4241
flutter_test:
4342
sdk: flutter

0 commit comments

Comments
 (0)