---
layout: page
title: "@(title)"
permalink: /catalog/samples/@(link)/
---
@(summary)
@(description)
Try this app out by creating a new project with `flutter create` and replacing the contents of `lib/main.dart` with the code that follows.
```dart
@(source)
```
See also:
@(see also)
- The source code in [@(path)](https://github.com/flutter/flutter/blob/master/@(path)).