Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Klerith committed Sep 6, 2023
1 parent f29243f commit 0d65cc0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,10 @@ Just add the property animate to **true** to trigger the animation, and to **fal



```
## Example: 02-Basic - Now with Toggle
Just toggle the __animate__ property to animate in or out easily.
Check the full code inside the example folder

```
class MyApp extends StatefulWidget {
const MyApp({Key? key}) : super(key: key);
Expand Down Expand Up @@ -239,7 +237,3 @@ Since version ```1.2.0```, there is a way to get the AnimationController easily,
child: YourWidget(),
```
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit 0d65cc0

Please sign in to comment.