We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd1db55 + e1ecae4 commit 6e97a04Copy full SHA for 6e97a04
section_2/built_in_explicit_animations/README.md
@@ -1,16 +1,7 @@
1
-# transition_widgets_example
+# Transition Widgets
2
3
-A new Flutter project.
+Initialize build folders:
4
5
-## Getting Started
6
-
7
-This project is a starting point for a Flutter application.
8
9
-A few resources to get you started if this is your first Flutter project:
10
11
-- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12
-- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13
14
-For help getting started with Flutter, view our
15
-[online documentation](https://flutter.dev/docs), which offers tutorials,
16
-samples, guidance on mobile development, and a full API reference.
+```dart
+flutter create .
+```
0 commit comments