pubspec.yaml 372 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 13 14 15

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