pubspec.yaml 321 Bytes
Newer Older
Matt Perry's avatar
Matt Perry committed
1
name: flx
2
version: 0.0.3
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 6
homepage: http://flutter.io
dependencies:
7 8
  sky_services: 
    '0.0.44'
Matt Perry's avatar
Matt Perry committed
9 10 11 12
  yaml: ^2.1.3
  asn1lib: ^0.4.1
  cipher: ^0.7.1
  path: ^1.3.0
13 14
environment:
  sdk: '>=1.12.0 <2.0.0'