From 5a898cddb97850b326d2d34e3e12e85b3af6971f Mon Sep 17 00:00:00 2001 From: Ivan Tugay Date: Wed, 5 May 2021 00:58:03 +0300 Subject: [PATCH 1/2] Add Moor --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index 07e4517..a774bc1 100644 --- a/source.md +++ b/source.md @@ -332,6 +332,8 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase Storage](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage) - Firebase as data storage - [Secure Storage](https://github.com/mogol/flutter_secure_storage) - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol) +- [Moor](https://github.com/simolus3/moor) - Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [ +Simon Binder](https://github.com/simolus3) #### Preferences From 24fb8eccbdb8449b8d975a4960aa2b2fb4aed03b Mon Sep 17 00:00:00 2001 From: Ivan Tugay Date: Wed, 5 May 2021 01:06:47 +0300 Subject: [PATCH 2/2] Move to plugins --- source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index a774bc1..71f24fc 100644 --- a/source.md +++ b/source.md @@ -332,8 +332,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase Storage](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage) - Firebase as data storage - [Secure Storage](https://github.com/mogol/flutter_secure_storage) - Keychain and Keystore storage by [German Saprykin](https://github.com/mogol) -- [Moor](https://github.com/simolus3/moor) - Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [ -Simon Binder](https://github.com/simolus3) #### Preferences @@ -436,6 +434,8 @@ Simon Binder](https://github.com/simolus3) ### Storage - [Sqflite](https://github.com/tekartik/sqflite) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/) +- [Moor](https://github.com/simolus3/moor) - Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [ +Simon Binder](https://github.com/simolus3) ### Services