Skip to content

Commit 7918d86

Browse files
committed
Small updates in pubspec.
1 parent 8d96385 commit 7918d86

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.pubignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
assets/*
2+
.DS_Store
3+
.dart_tool/
4+
5+
.packages
6+
.pub/
7+
8+
build/

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: flutter_media_info
22
description: Library for use LibMediaInfo in flutter with support for macos, windows, linux.
33
version: 0.0.1
44
homepage: https://pcpl2lab.ovh
5+
repository: https://github.com/pcpl2/flutterMediainfo
6+
issue_tracker: https://github.com/pcpl2/flutterMediainfo/issues
57

68
environment:
79
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)