pubspec.yaml 463 Bytes
Newer Older
Matt Perry's avatar
Matt Perry committed
1
name: flx
Adam Barth's avatar
Adam Barth committed
2
version: 0.0.10
3
author: Flutter Authors <flutter-dev@googlegroups.com>
Matt Perry's avatar
Matt Perry committed
4
description: Library for dealing with Flutter bundle (.flx) files
5
homepage: https://github.com/flutter/flutter/tree/master/packages/flx
6
dependencies:
7
  bignum: ^0.0.7
Matt Perry's avatar
Matt Perry committed
8 9
  asn1lib: ^0.4.1
  cipher: ^0.7.1
10
  crypto: ^0.9.1
11

12 13
environment:
  sdk: '>=1.12.0 <2.0.0'
14 15

dev_dependencies:
16 17 18
  flutter_tools:
    path: ../flutter_tools
  test: any # constrained by the dependency in flutter_tools