Skip to content

Commit 6e97a04

Browse files
author
Gordon Hayes
committed
Merge branch 'feature/null-safety' of https://github.com/funwithflutter/mastering_animation_course into feature/null-safety
2 parents dd1db55 + e1ecae4 commit 6e97a04

File tree

1 file changed

+5
-14
lines changed
  • section_2/built_in_explicit_animations

1 file changed

+5
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# transition_widgets_example
1+
# Transition Widgets
22

3-
A new Flutter project.
3+
Initialize build folders:
44

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.
5+
```dart
6+
flutter create .
7+
```

0 commit comments

Comments
 (0)