
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.
12 lines
228 B
YAML
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
|