pubspec.yaml 275 Bytes
Newer Older
1
name: microbenchmarks
2
description: Small benchmarks for very specific parts of the Flutter framework.
3
dependencies:
4
  meta: ^1.0.5
5
  flutter:
6
    sdk: flutter
7
  flutter_test:
8
    sdk: flutter
9 10
  stocks:
    path: ../../../examples/stocks
11 12
flutter:
  uses-material-design: true