pubspec.yaml 367 Bytes
Newer Older
1 2 3
name: microbenchmarks
description: A new flutter project.
dependencies:
4 5 6 7 8 9

  # version 0.13.6+1 does not return the value from the command
  # causing flutter tools to always have exit code 0
  # see https://github.com/flutter/flutter/issues/6766
  args: 0.13.6

10
  flutter:
11
    sdk: flutter
12
  flutter_test:
13
    sdk: flutter
14 15
  stocks:
    path: ../../../examples/stocks