We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4c7f5 commit 64100b0Copy full SHA for 64100b0
section_4/login_example_sequence_animation/README.md
@@ -1,16 +1,7 @@
1
-# login
+# Sequence Animation - Login example
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