24 lines
612 B
YAML
24 lines
612 B
YAML
name: uuid
|
|
version: 2.0.2
|
|
description: >
|
|
RFC4122 (v1, v4, v5) UUID Generator and Parser for all Dart platforms (Web, VM, Flutter)
|
|
author: Yulian Kuncheff <yulian@kuncheff.com>
|
|
homepage: https://github.com/Daegalus/dart-uuid
|
|
environment:
|
|
sdk: '>=2.0.0 <3.0.0'
|
|
dependencies:
|
|
crypto: any
|
|
convert: any
|
|
dev_dependencies:
|
|
pedantic: '>=1.0.0'
|
|
test: any
|
|
dependency_overrides:
|
|
crypto:
|
|
git:
|
|
url: ssh://git@git.malloc.io:1122/j3g/flutter_web_plugins.git
|
|
path: packages/crypto
|
|
convert:
|
|
git:
|
|
url: ssh://git@git.malloc.io:1122/j3g/flutter_web_plugins.git
|
|
path: packages/convert
|