Skip to content

Commit 172d047

Browse files
committed
[101] Starter code.
[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)
1 parent 6a7ada9 commit 172d047

File tree

89 files changed

+3167
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3167
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
1-
# material-components-flutter-codelabs
1+
# Material Components for Flutter Codelabs
2+
3+
This repository contains four codelabs for [Material Components for Flutter](https://github.com/material-components/material-components-flutter).
4+
5+
## Introduction
6+
7+
Codelabs MDC-101 through MDC-104 will guide you through building and integrating one application with MDC-Flutter.
8+
9+
## Branches
10+
11+
The starter and completed code is in the various branches of this repo.
12+
13+
## Getting Started
14+
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.
15+
16+
## Support
17+
18+
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).
19+
20+
Patches are encouraged, and may be submitted by forking this project and
21+
submitting a pull request through GitHub.
22+
23+
24+
## License
25+
26+
Copyright 2018 Google, Inc.
27+
28+
Licensed to the Apache Software Foundation (ASF) under one or more contributor
29+
license agreements. See the NOTICE file distributed with this work for
30+
additional information regarding copyright ownership. The ASF licenses this
31+
file to you under the Apache License, Version 2.0 (the "License"); you may not
32+
use this file except in compliance with the License. You may obtain a copy of
33+
the License at
34+
35+
http://www.apache.org/licenses/LICENSE-2.0
36+
37+
Unless required by applicable law or agreed to in writing, software
38+
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
39+
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
40+
License for the specific language governing permissions and limitations under
41+
the License.

mdc_100_series/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.DS_Store
2+
.dart_tool/
3+
4+
.packages
5+
.pub/
6+
7+
build/
8+
9+
.flutter-plugins
10+
.idea/workspace.xml

mdc_100_series/.idea/codeStyles/Project.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.idea/libraries/Dart_Packages.xml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.idea/libraries/Dart_SDK.xml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.idea/libraries/Flutter_Plugins.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.idea/misc.xml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.idea/modules.xml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.idea/runConfigurations/main_dart.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdc_100_series/.metadata

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: 7ffcd3d22d7bc1222d53d6d3bb83f59891aac2c2
8+
channel: dev

mdc_100_series/AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This is the list of Material Components for Flutter Codelabs authors for
2+
# copyright purposes.
3+
#
4+
# This does not necessarily list everyone who has contributed code, since in
5+
# some cases, their employer may be the copyright holder. To see the full list
6+
# of contributors, see the revision history in source control.
7+
Google Inc.

mdc_100_series/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see the [Material Components code of conduct](https://github.com/material-components/material-components/blob/develop/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)