From 6a9b994849eb22ada0f97486fff7502b6e57a630 Mon Sep 17 00:00:00 2001 From: TheMuellenator Date: Wed, 17 Apr 2019 17:10:00 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 231a069..0234788 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,12 @@ * [Flash Chat Stub Project](https://github.com/londonappbrewery/flash-chat-flutter) * [Dart Language Keywords](https://www.dartlang.org/guides/language/language-tour#keywords) +* [Hero Animations](https://flutter.dev/docs/development/ui/animations/hero-animations)0 +* [Curves Class Documentation](https://docs.flutter.io/flutter/animation/Curves-class.html) +* [CurvedAnimation Class Documentation](https://docs.flutter.io/flutter/animation/CurvedAnimation-class.html) +* [Tween Animation Class](https://docs.flutter.io/flutter/animation/Tween-class.html) + +