Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

First pass at adding meal tracking to fitness app #204

Merged
merged 3 commits into from
Jul 22, 2015
Merged

First pass at adding meal tracking to fitness app #204

merged 3 commits into from
Jul 22, 2015

Conversation

collinjackson
Copy link
Contributor

No description provided.

@@ -208,33 +164,33 @@ class HomeFragment extends StatefulComponent {
Widget buildBody() {
TextStyle style = Theme.of(this).text.title;
switch (_fitnessMode) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be two classes somehow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it should -- will refactor in a future CL

@Hixie
Copy link
Contributor

Hixie commented Jul 22, 2015

LGTM.

Conflicts:
	sky/sdk/example/fitness/lib/feed.dart
collinjackson added a commit that referenced this pull request Jul 22, 2015
First pass at adding meal tracking to fitness app

R=hixie
@collinjackson collinjackson merged commit f292592 into flutter:master Jul 22, 2015
aam added a commit to aam/engine that referenced this pull request Dec 28, 2018
```
67befc4 Fix script so it assumes some default values for host_os, host_cpu vars. (flutter#204)
262d978 Android readme (flutter#202)
```
aam added a commit that referenced this pull request Dec 28, 2018
```
67befc4 Fix script so it assumes some default values for host_os, host_cpu vars. (#204)
262d978 Android readme (#202)
```
JediBurrell pushed a commit to JediBurrell/engine that referenced this pull request Jan 10, 2019
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
* Make Dart protobuf emite Kythe metdata.

* Fix Travis tests with proper names Set.

* Fix other Travis tests, update CHANGELOG and pubspec.

* Remove unused _offset from IndentingWriter.

* Fix whitespacing in meta goldens.

* Remove default explicit null value in IndentingWriter.

* Reformat test files to change line wrapping for external paths.
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
swift-kim referenced this pull request in swift-kim/engine Nov 12, 2021
* Fix vsync issue

After the engine is shutdown, OnVsync no longer be called.

* Add lock when call OnVsync

1.Remove lock when create TdmClient.
2.Add lock when call OnVsync.
3.Change tdmClient to tdm_client.
swift-kim referenced this pull request in swift-kim/engine Nov 15, 2021
* Fix vsync issue

After the engine is shutdown, OnVsync no longer be called.

* Add lock when call OnVsync

1.Remove lock when create TdmClient.
2.Add lock when call OnVsync.
3.Change tdmClient to tdm_client.
WonyoungChoi pushed a commit to WonyoungChoi/engine that referenced this pull request Dec 14, 2021
* Fix vsync issue

After the engine is shutdown, OnVsync no longer be called.

* Add lock when call OnVsync

1.Remove lock when create TdmClient.
2.Add lock when call OnVsync.
3.Change tdmClient to tdm_client.
WonyoungChoi pushed a commit to WonyoungChoi/engine that referenced this pull request Dec 23, 2021
* Fix vsync issue

After the engine is shutdown, OnVsync no longer be called.

* Add lock when call OnVsync

1.Remove lock when create TdmClient.
2.Add lock when call OnVsync.
3.Change tdmClient to tdm_client.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants