From 172180d03fe49e9267c2ac9bd1c9982f59a37f50 Mon Sep 17 00:00:00 2001 From: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:35:04 +0530 Subject: [PATCH] use custom drift with isolate fixes --- mobile/pubspec.lock | 9 +++++---- mobile/pubspec.yaml | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index 0b10384621..944f6faf92 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -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" diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 617516b94a..de11b0f393 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -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: