From 595c7919154fd4ef81778fe8177dfb669fcda271 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mostafa Elmarakby <43115402+abdelrahmanelmarakby@users.noreply.github.com> Date: Sun, 22 Aug 2021 14:08:16 +0200 Subject: [PATCH 1/3] another example but with animation added --- docs/pages/docs/Examples/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/docs/Examples/index.md b/docs/pages/docs/Examples/index.md index 1f3842e7..bf580d65 100644 --- a/docs/pages/docs/Examples/index.md +++ b/docs/pages/docs/Examples/index.md @@ -11,4 +11,6 @@ We have an [example in the repo](https://github.com/simolus3/moor/tree/master/mo written with moor. [Rody Davis](https://github.com/rodydavis) has built a cleaner version of the example that works on all Flutter platforms - including Web and Desktop! You can check it out [here](https://github.com/rodydavis/moor_shared). +and we also have another [example with animation](https://github.com/abdelrahmanelmarakby/todo_with_moor_and_animation) + The [HackerNews reader app](https://github.com/filiph/hn_app) from the [Boring Flutter Show](https://www.youtube.com/playlist?list=PLjxrf2q8roU3ahJVrSgAnPjzkpGmL9Czl) also uses moor to keep a list of favorite articles. From 1df7056a07234a59ad60321d44f25e511c72f035 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mostafa Elmarakby <43115402+abdelrahmanelmarakby@users.noreply.github.com> Date: Sun, 22 Aug 2021 21:47:11 +0200 Subject: [PATCH 2/3] Update docs/pages/docs/Examples/index.md Co-authored-by: Simon Binder --- docs/pages/docs/Examples/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/docs/Examples/index.md b/docs/pages/docs/Examples/index.md index bf580d65..fafc1158 100644 --- a/docs/pages/docs/Examples/index.md +++ b/docs/pages/docs/Examples/index.md @@ -10,7 +10,6 @@ template: layouts/docs/list We have an [example in the repo](https://github.com/simolus3/moor/tree/master/moor_flutter/example), it's a simple todo list app, written with moor. [Rody Davis](https://github.com/rodydavis) has built a cleaner version of the example that works on all Flutter platforms - including Web and Desktop! You can check it out [here](https://github.com/rodydavis/moor_shared). - -and we also have another [example with animation](https://github.com/abdelrahmanelmarakby/todo_with_moor_and_animation) +[Abdelrahman Mostafa Elmarakby](https://github.com/abdelrahmanelmarakby) wrote an animated version of the todo app available [here](https://github.com/abdelrahmanelmarakby/todo_with_moor_and_animation). The [HackerNews reader app](https://github.com/filiph/hn_app) from the [Boring Flutter Show](https://www.youtube.com/playlist?list=PLjxrf2q8roU3ahJVrSgAnPjzkpGmL9Czl) also uses moor to keep a list of favorite articles. From 643eeba67e6c8c144ddf375139f74938f6cae4f9 Mon Sep 17 00:00:00 2001 From: maxstubbersfield Date: Mon, 30 Aug 2021 12:31:06 +0200 Subject: [PATCH 3/3] Minor typo in FAQ --- docs/pages/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/faq.md b/docs/pages/docs/faq.md index 6639f40b..026537b9 100644 --- a/docs/pages/docs/faq.md +++ b/docs/pages/docs/faq.md @@ -82,7 +82,7 @@ MigrationStrategy( ) ``` -You can even use transactions or batcehs in the `onCreate` callback. +You can even use transactions or batches in the `onCreate` callback. Another approach is to include a pre-populated database in your app's asset and use that one: