about: add pixymeta to plugins
This commit is contained in:
parent
da66a90716
commit
cc673da91f
1 changed files with 5 additions and 0 deletions
|
@ -77,6 +77,11 @@ class Constants {
|
||||||
license: 'Apache 2.0',
|
license: 'Apache 2.0',
|
||||||
sourceUrl: 'https://github.com/drewnoakes/metadata-extractor',
|
sourceUrl: 'https://github.com/drewnoakes/metadata-extractor',
|
||||||
),
|
),
|
||||||
|
Dependency(
|
||||||
|
name: 'PixyMeta Android (Aves fork)',
|
||||||
|
license: 'Eclipse Public License 1.0',
|
||||||
|
sourceUrl: 'https://github.com/deckerst/pixymeta-android',
|
||||||
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
static const List<Dependency> flutterPlugins = [
|
static const List<Dependency> flutterPlugins = [
|
||||||
|
|
Loading…
Reference in a new issue