From ccbd2eb381b1f9772768eacee43e37ed68c4a81d Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 18 Aug 2019 18:01:34 +0200 Subject: [PATCH] Cleanup --- source.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/source.md b/source.md index fc05e03..82a279f 100644 --- a/source.md +++ b/source.md @@ -411,7 +411,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Storage - [Sqflite](https://github.com/tekartik/sqflite) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/) -- [MMKV](https://github.com/OpenFlutter/mmkv_flutter) - WeChat ultra fast & persistent key-value storage by [BigBug](https://github.com/yuyongmao) - [Hive](https://github.com/leisim/hive) - Lightweight and blazing fast key-value store written in pure Dart by [Simon Leier](https://github.com/leisim) ### Services @@ -441,7 +440,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Built redux](https://github.com/davidmarne/flutter_built_redux) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne) - [Redux.dart](https://github.com/johnpryan/redux.dart) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects) - [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 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 by Google - [Flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google - [Fish](https://github.com/alibaba/fish-redux) - Alibaba Redux implementation