Merge branch 'master' into develop

This commit is contained in:
Simon Binder 2021-10-11 15:57:42 +02:00
commit 3cc17b0a45
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 2 additions and 1 deletions

View File

@ -10,5 +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 drift. [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/drift_shared).
[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.

View File

@ -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: