From e0990fd81b872706fd2a406b7b4bc1cae33d4127 Mon Sep 17 00:00:00 2001 From: naman114 <57593654+naman114@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:56:11 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1192c6..147e9c4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ We’re going to build a modern messaging app where users can sign up and log in - How to incorporate Firebase into your Flutter projects. - How to use Firebase authentication to register and sign in users. - How to create beautiful animations using the Flutter Hero widget. -- How to create custom aniamtions using Flutter's animation controller. +- How to create custom animations using Flutter's animation controller. - Learn all about mixins and how they differ from superclasses. - Learn about Streams and how they work. - Learn to use ListViews to build scrolling views.