pubspec.yaml 309 Bytes
Newer Older
1
name: flutter_sprites
2
description: A sprite toolkit built on top of Flutter
Adam Barth's avatar
Adam Barth committed
3
version: 0.0.15
Adam Barth's avatar
Adam Barth committed
4
author: Flutter Authors <flutter-dev@googlegroups.com>
5
homepage: http://flutter.io
6

7
dependencies:
8 9 10
  box2d: '>=0.2.0 <0.3.0'
  flutter:
    path: ../flutter
11 12

dev_dependencies:
13 14
  flutter_test:
    path: ../flutter_test