mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update playfair revision
... and reattach fitness to the build. We detached fitness from the build because it was seeing an old version of playfair that didn't work with the most recent version of the Sky package.
This commit is contained in:
parent
6b355f4f07
commit
194c616b2a
@ -7,8 +7,7 @@ group("examples") {
|
||||
|
||||
deps = [
|
||||
"//examples/demo_launcher",
|
||||
# TODO(abarth): Add fitness back once playfair rolls
|
||||
#"//examples/fitness",
|
||||
"//examples/fitness",
|
||||
"//examples/game",
|
||||
"//examples/mine_digger",
|
||||
"//examples/rendering",
|
||||
|
@ -2,7 +2,7 @@ name: fitness
|
||||
dependencies:
|
||||
sky: any
|
||||
sky_tools: any
|
||||
playfair: any
|
||||
playfair: "^0.0.5"
|
||||
path: "^1.3.6"
|
||||
dependency_overrides:
|
||||
material_design_icons:
|
||||
|
Loading…
Reference in New Issue
Block a user