Skip to content

[103] TODOs for 103 #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b4a52c3
[101] Starter code.
willlarche Apr 25, 2018
87b2d5a
[101] Making AppBar something you add in 102.
willlarche Apr 27, 2018
2a773e6
[Model] Adding model from the start.
willlarche Apr 30, 2018
b3bef89
[103] Adding fonts.
willlarche May 1, 2018
a65d3df
[103] Supplemental files.
willlarche May 1, 2018
5815d06
[101] Correcting supplemental files.
willlarche May 1, 2018
b2b8183
[101] Copy correction.
willlarche May 2, 2018
abdad8a
[101] Minor renaming.
willlarche May 7, 2018
4705e0d
[101] Update for Dart 2.
willlarche May 7, 2018
9cb8f91
[101] Missing dependency.
willlarche May 7, 2018
e3f3011
[101] Dart 2.
willlarche May 7, 2018
eb89195
[101] Dart 2.
willlarche May 7, 2018
785c433
[101] Dart 2.
willlarche May 7, 2018
b6b1401
[101] Dart 2.
willlarche May 7, 2018
f12a400
[101] Correcting model.
willlarche May 7, 2018
7950bed
[Meta] README file.
willlarche May 8, 2018
52ff5c3
[Meta] Clarification.
willlarche May 8, 2018
e4387c8
[101] Copy correction.
willlarche May 8, 2018
c432589
[104] Updating data.
willlarche May 8, 2018
87b43cc
[101] Correcting widget class. (#23)
willlarche May 16, 2018
0501092
Add link to actual codelab in the README
clocksmith Jun 6, 2018
183fb6a
[Meta] README correction.
willlarche Jun 11, 2018
c2a2714
[101] README specificity.
willlarche Jun 11, 2018
2c59123
[101] Complete code.
willlarche Apr 25, 2018
ff09b39
[102] Minor copy correction.
willlarche Apr 26, 2018
5e5765c
[101] Update for Dart 2
willlarche May 7, 2018
b73c9ea
[102] Rebase.
willlarche Jun 11, 2018
a382d05
[102] Complete code.
willlarche Apr 25, 2018
7ddad74
[102] Correcting home being stateful.
willlarche Apr 27, 2018
e8d82a7
[103] Correcting order of fields. (#10)
willlarche Apr 28, 2018
ea1dd51
[102] Removing unneeded value.
willlarche Apr 30, 2018
1aa5983
[102] Dart 2.
willlarche May 7, 2018
b940f2e
[102] Data correction.
willlarche May 8, 2018
44c90f1
[103] README specificity.
willlarche Jun 11, 2018
ab8393e
[103] Add TODOs for 103 starter
Jun 25, 2018
fe0ac68
[103] Added spaces at the start of TODOs
Jun 25, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
# material-components-flutter-codelabs
# Material Components for Flutter Codelabs

This repository contains four codelabs for [Material Components for Flutter](https://github.com/material-components/material-components-flutter).

## Introduction

Codelabs MDC-101 through MDC-104 will guide you through building and integrating one application with MDC-Flutter.

## Branches

The starter and completed code is in the various branches of this repo.

## Getting Started
Visit the [Google codelabs site](https://codelabs.developers.google.com/), or [codelabs.developers.google.com/codelabs/mdc-103-flutter](https://codelabs.developers.google.com/codelabs/mdc-103-flutter), to follow along the guided steps.

## Support

If you've found an error in this sample, please file an issue on [GitHub](https://github.com/material-components/material-components-flutter-codelabs/issues).

Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub.


## License

Copyright 2018 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
10 changes: 10 additions & 0 deletions mdc_100_series/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.DS_Store
.dart_tool/

.packages
.pub/

build/

.flutter-plugins
.idea/workspace.xml
29 changes: 29 additions & 0 deletions mdc_100_series/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions mdc_100_series/.idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions mdc_100_series/.idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions mdc_100_series/.idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions mdc_100_series/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions mdc_100_series/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mdc_100_series/.idea/runConfigurations/main_dart.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions mdc_100_series/.metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.

version:
revision: 7ffcd3d22d7bc1222d53d6d3bb83f59891aac2c2
channel: dev
7 changes: 7 additions & 0 deletions mdc_100_series/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This is the list of Material Components for Flutter Codelabs authors for
# copyright purposes.
#
# This does not necessarily list everyone who has contributed code, since in
# some cases, their employer may be the copyright holder. To see the full list
# of contributors, see the revision history in source control.
Google Inc.
1 change: 1 addition & 0 deletions mdc_100_series/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please see the [Material Components code of conduct](https://github.com/material-components/material-components/blob/develop/CODE_OF_CONDUCT.md).
Loading