Skip to content

Commit

Permalink
[101] Starter code.
Browse files Browse the repository at this point in the history
[101] Making AppBar something you add in 102.

[Model] Adding model from the start.

[103] Adding fonts.

[103] Supplemental files.

[101] Correcting supplemental files.

[101] Copy correction.

[101] Minor renaming.

[101] Update for Dart 2.

[101] Missing dependency.

[101] Dart 2.

[101] Dart 2.

[101] Dart 2.

[101] Dart 2.

[101] Correcting model.

[Meta] README file.

[Meta] Clarification.

[101] Copy correction.

[104] Updating data.

[101] Correcting widget class. (#23)

Add link to actual codelab in the README

[Meta] README correction.

[101] README specificity.

Add the slanted_menu.png to assets for 101 branch so its ready when needed. (#44)

[101] TODOs for starter code (#50)

[101] Added future TODOs to 101 starter

[101] Included lines to ignore .iml files and files in idea/ (#67)

[101] Remove 104 comments
  • Loading branch information
willlarche authored and michdud committed Jul 3, 2018
1 parent 6a7ada9 commit f01349a
Show file tree
Hide file tree
Showing 89 changed files with 3,191 additions and 1 deletion.
42 changes: 41 additions & 1 deletion README.md
@@ -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-101-flutter](https://codelabs.developers.google.com/codelabs/mdc-101-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.
9 changes: 9 additions & 0 deletions mdc_100_series/.gitignore
@@ -0,0 +1,9 @@
.DS_Store
.dart_tool/
.packages
.pub/
.idea
.atom
.flutter-plugins
build/
*.iml
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
@@ -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
@@ -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
@@ -0,0 +1 @@
Please see the [Material Components code of conduct](https://github.com/material-components/material-components/blob/develop/CODE_OF_CONDUCT.md).

0 comments on commit f01349a

Please sign in to comment.