Skip to content

Commit

Permalink
Merge pull request #5 from jonasfj/patch-1
Browse files Browse the repository at this point in the history
Format "repository" property in pubspec correctly
  • Loading branch information
akashMehta-STL committed Jan 17, 2019
2 parents e12de4f + f89c512 commit 001040c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ description: >-
User ListHelper widget and pass call back method to listen scroll event
using your custom ItemListCallback.
author: akashMehta-STL <akash.mehta@solutelabs.com>
repository:
- https://github.com/akashMehta-STL/FlutterPaginationHelper.git
repository: https://github.com/akashMehta-STL/FlutterPaginationHelper.git
issue_tracker:
- https://github.com/akashMehta-STL/FlutterPaginationHelper/issues
homepage: https://github.com/akashMehta-STL/FlutterPaginationHelper.git
Expand Down

3 comments on commit 001040c

@akashMehta-STL
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonasfj It i updated the dependency on pub.dartlang.org but it didn't helped to resolve issue. Can you please help regarding this?

@jonasfj
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akashMehta-STL

I filed dart-lang/pub-dev#1960

The problem here is issue_tracker you made it a list of a string.. rather than just a string.

try:

issue_tracker: 'https://....'

Note: if you set repository to github.com/..., then you don't need to set issue_tracker, pub will guess the link :)

@akashMehta-STL
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jonasfj will refactor it.

Please sign in to comment.