use custom drift with isolate fixes
parent
82b7b8a0b1
commit
172180d03f
|
|
@ -452,10 +452,11 @@ packages:
|
|||
drift:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: drift
|
||||
sha256: "14a61af39d4584faf1d73b5b35e4b758a43008cf4c0fdb0576ec8e7032c0d9a5"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
path: drift
|
||||
ref: e7c909f0483b84510a9a60da8b020adc82ff16a3
|
||||
resolved-ref: e7c909f0483b84510a9a60da8b020adc82ff16a3
|
||||
url: "https://github.com/shenlong-tanwen/drift"
|
||||
source: git
|
||||
version: "2.26.0"
|
||||
drift_dev:
|
||||
dependency: "direct dev"
|
||||
|
|
|
|||
|
|
@ -113,6 +113,13 @@ dev_dependencies:
|
|||
riverpod_generator: ^2.6.1
|
||||
riverpod_lint: ^2.6.1
|
||||
|
||||
dependency_overrides:
|
||||
drift:
|
||||
git:
|
||||
url: https://github.com/shenlong-tanwen/drift
|
||||
ref: 'e7c909f0483b84510a9a60da8b020adc82ff16a3'
|
||||
path: drift/
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
|
|
|
|||
Loading…
Reference in New Issue