From 3cc6193b33010332b8f3576fb970d1ee689a35e2 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 10 Jun 2018 21:49:44 +0200 Subject: [PATCH] Ordering Framework section --- source.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source.md b/source.md index aa4d732..3401399 100644 --- a/source.md +++ b/source.md @@ -256,12 +256,7 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! - [Flutter_redux](https://github.com/brianegan/flutter_redux) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Flutter Widgets. - [Dartea](https://github.com/p69/dartea) - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69). - [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection for Dart and Flutter by Google. - -### Misc - - [Flutter_flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google. -- [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 @@ -272,6 +267,12 @@ Also like 👍, star ⭐, clap 👏 links to support their authors ! - [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). +### Misc + +- [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) + + ## Open Source Apps - [FriendlyChat](https://github.com/flutter/friendlychat-flutter) - Offline/Firebase chat by a team of Googlers.