flutter/examples/fitness/pubspec.yaml
Adam Barth 4467a268ce Move theme into material.dart
Also, introduce Colors and Typography to hold the material colors and the
typography declarations. Previously we expected clients of these libraries to
import them into a namespace, but that doesn't play nice with re-exporting them
from material.dart.
2015-09-18 09:57:21 -07:00

12 lines
228 B
YAML

name: fitness
dependencies:
sky: any
sky_tools: any
playfair: ^0.0.8
path: ^1.3.6
dependency_overrides:
material_design_icons:
path: ../../sky/packages/material_design_icons
sky:
path: ../../sky/packages/sky