From 0d65cc02fe04c39143bb80f0c791a155f89e812d Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Wed, 6 Sep 2023 15:23:05 -0400 Subject: [PATCH] Readme updated --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 10ea372..a82c320 100644 --- a/README.md +++ b/README.md @@ -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); @@ -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.