diff --git a/example/pubspec.lock b/example/pubspec.lock index 0eb6780..d81ed3c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e677498..107863b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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