Skip to content

Commit

Permalink
Drop "Building a Cupertino app with Flutter" codelab (#10085)
Browse files Browse the repository at this point in the history
_Description of what this PR is changing or adding, and why:_ Drop the
"Building a Cupertino app with Flutter" codelab

_Issues fixed by this PR (if any):_

## Presubmit checklist

- [x] This PR doesn’t contain automatically generated corrections
(Grammarly or similar).
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style) — for example, it
doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
of 80 characters or fewer.
  • Loading branch information
domesticmouse authored Jan 25, 2024
1 parent c7aa09d commit 1214cc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions src/codelabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@ Learn how to test your Flutter application.
Learn how to write code that's targeted for specific platforms,
like iOS, Android, desktop, or the web.

* [Building a Cupertino app with Flutter][]<br>
Build a version of the Shrine shopping app
(used in the Material Design codelabs) using the
Cupertino package to create an iOS style look and feel.
Create multiple tabs and navigate between them.
Use the [provider][] package to manage state between screens.

* [How to write a Flutter plugin][]<br>
Learn how to write a plugin by creating a music plugin
for iOS and Android that processes audio on the host platform.
Expand All @@ -303,7 +296,6 @@ like iOS, Android, desktop, or the web.
on iOS. This applies to your home screen, lock screen, or the
today view.

[Building a Cupertino app with Flutter]: {{site.codelabs}}/codelabs/flutter-cupertino
[home-screen]: {{site.codelabs}}/flutter-home-screen-widgets
[How to write a Flutter plugin]: {{site.codelabs}}/codelabs/write-flutter-plugin
[provider]: {{site.pub-pkg}}/provider
Expand Down
6 changes: 0 additions & 6 deletions src/cookbook/design/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ Material Design guidelines.
Flutter includes a convenient way to create tab layouts as part of
the [material library][].

{{site.alert.note}}
To create tabs in a Cupertino app, see the
[Building a Cupertino app with Flutter][] codelab.
{{site.alert.end}}

This recipe creates a tabbed example using the following steps;

1. Create a `TabController`.
Expand Down Expand Up @@ -147,7 +142,6 @@ class TabBarDemo extends StatelessWidget {


[`AppBar`]: {{site.api}}/flutter/material/AppBar-class.html
[Building a Cupertino app with Flutter]: {{site.codelabs}}/codelabs/flutter-cupertino
[`DefaultTabController`]: {{site.api}}/flutter/material/DefaultTabController-class.html
[material library]: {{site.api}}/flutter/material/material-library.html
[`Tab`]: {{site.api}}/flutter/material/Tab-class.html
Expand Down

0 comments on commit 1214cc8

Please sign in to comment.