Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Sep 2, 2022
1 parent f2dd050 commit 7508784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/fleet/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ demonstrate the Fleet framework:
- [interactive_box_fleet.dart] and [interactive_box_flutter.dart] implement the
same interactive animation, one using the Fleet framework and the other using
the standard components from the Flutter framework.
- [simple_declarative_animation.dart] show how to use animate though a
- [simple_declarative_animation.dart] shows how to animate though in a
declarative style with `Animated`.
- [simple_imperative_animation.dart] show how to use animate though a imperative
style with `setStateWithAnimation`.
- [stack.dart] show how to stagger animations through `AnimatedSpec.delay`.
- [simple_imperative_animation.dart] shows how to animate though in an
imperative style with `setStateWithAnimation`.
- [stack.dart] shows how to stagger animations through `AnimatedSpec.delay`.

[interactive_box_fleet.dart]:
https://github.com/blaugold/fleet/blob/main/packages/fleet/example/lib/interactive_box_fleet.dart
Expand Down

0 comments on commit 7508784

Please sign in to comment.