mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
19 lines
468 B
YAML
19 lines
468 B
YAML
name: flx
|
|
version: 0.0.10
|
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
|
description: Library for dealing with Flutter bundle (.flx) files
|
|
homepage: https://github.com/flutter/flutter/tree/master/packages/flx
|
|
dependencies:
|
|
bignum: ^0.1.0
|
|
asn1lib: ^0.4.1
|
|
pointycastle: 0.10.0
|
|
crypto: 0.9.2
|
|
|
|
environment:
|
|
sdk: '>=1.12.0 <2.0.0'
|
|
|
|
dev_dependencies:
|
|
flutter_tools:
|
|
path: ../flutter_tools
|
|
test: any # constrained by the dependency in flutter_tools
|