Skip to content

Commit

Permalink
Changing back the dependency to hosted
Browse files Browse the repository at this point in the history
With a path dependency, the project beautiful_timelines can't use the example project as dependency.
  • Loading branch information
JHBitencourt committed Sep 16, 2020
1 parent 78272f9 commit 5fc788a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ packages:
timeline_tile:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
name: timeline_tile
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
typed_data:
dependency: transitive
Expand Down
4 changes: 1 addition & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ dependencies:
flutter:
sdk: flutter

timeline_tile:
path: ../

timeline_tile: ^1.0.0
google_fonts: ^1.1.0
flutter_highlight: ^0.6.0

Expand Down

0 comments on commit 5fc788a

Please sign in to comment.