mirror of https://github.com/AMT-Cheif/drift.git
Merge branch 'master' into develop
This commit is contained in:
commit
3cc17b0a45
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue