mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
19 lines
463 B
YAML
19 lines
463 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.0.7
|
|
asn1lib: ^0.4.1
|
|
cipher: ^0.7.1
|
|
crypto: ^0.9.1
|
|
|
|
environment:
|
|
sdk: '>=1.12.0 <2.0.0'
|
|
|
|
dev_dependencies:
|
|
flutter_tools:
|
|
path: ../flutter_tools
|
|
test: any # constrained by the dependency in flutter_tools
|