Skip to content

Commit

Permalink
fix dependency example for new lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhem committed Jan 5, 2020
1 parent d3be876 commit 4654319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
name: dollar_gesture_recognizer
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
version: "0.0.2"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
dollar_gesture_recognizer : ^0.0.1
dollar_gesture_recognizer : ^0.0.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 4654319

Please sign in to comment.