From 4b0fc1a5ab6f333268d02f70c60f6f9a3cb97c98 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 10 Jun 2018 21:47:59 +0200 Subject: [PATCH] Animation section in Framework --- source.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source.md b/source.md index 751a54e..aa4d732 100644 --- a/source.md +++ b/source.md @@ -123,10 +123,6 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! - [Parallax Image](https://github.com/pulyaevskiy/parallax-image) - Image parallax by [Anatoly Pulyaevskiy](https://github.com/pulyaevskiy). - [Image Placeholder](https://github.com/FaisalAbid/pluto) - While large images load, show a fallback asset by [Faisal Abid](https://twitter.com/FaisalAbid). -### Animation - -- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir) - ### Map - [Google Map View](https://github.com/apptreesoftware/flutter_google_map_view) - Displaying google map plugin by [AppTree Software](https://www.linkedin.com/company/apptree-software/). @@ -267,10 +263,15 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! - [Cache Manager](https://github.com/renefloor/flutter_cache_manager) - Generic cache manager by [Rene Floor](https://github.com/renefloor). - [ZSH Completion](https://github.com/NiKoTron/zsh-flutter-completition) - ZSH completion for the Flutter CLI tool by [Nikolai Simonov](https://github.com/NiKoTron) -### Animation / Game +### Animation + +- [Sequence Animation](https://github.com/Norbert515/flutter_sequence_animation) - Composite staggered animations by [Norbert Kozsir](https://twitter.com/norbertkozsir) + +### Game - [Flame](https://github.com/luanpotter/flame) - Minimalist game engine by [Luan Nico](https://github.com/luanpotter). - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by [Viktor Lidholt](https://github.com/vlidholt). + ## Open Source Apps - [FriendlyChat](https://github.com/flutter/friendlychat-flutter) - Offline/Firebase chat by a team of Googlers.