Shreeman Arjun Sahu
Shreeman Arjun Sahu
Yes sure @bibekpanda55 .Please let me know for any help .
Ok will write down those steps: 1. Create a DownloadDBService in `lib/data/service` which will use AppStorage for storing download info (name,path,time,sender_device_info) 2. Go to `lib/features/file_download_btn/controller/notifier/file_download_notifier.dart` on 3. `startDownload()` function. Navigate...
> Will I have to create a new model class for storing the download info? @Shreemanarjun Yes. We have to.
Hi @YesThatGy .Sorry for this but I will fix all these dependencies problems.
@YesThatGy Can you checkout this branch and let me know if it helps. link: [https://github.com/Shreemanarjun/flutter_sharez/tree/v2](https://github.com/Shreemanarjun/flutter_sharez/tree/v2)
Sorry for late reply. i solved this way. ```dart import 'dart:async'; import 'package:brick_offline_first/brick_offline_first.dart'; import 'package:brick_offline_first_with_supabase/brick_offline_first_with_supabase.dart'; import 'package:supabase_flutter/supabase_flutter.dart'; mixin SubscribeWithChannels on OfflineFirstWithSupabaseRepository { @override Stream subscribe({ OfflineFirstGetPolicy policy = OfflineFirstGetPolicy.localOnly, Query?...
@tshedor I have locally tested this code manually. Please review if you have any suggestions. **Thanks for this amazing library.** ```dart import 'dart:async'; import 'package:audionotes/bootstrap.dart'; import 'package:brick_offline_first/brick_offline_first.dart'; import 'package:brick_offline_first_with_supabase/brick_offline_first_with_supabase.dart'; import...
Hey you can fix by adding info.plist by disable merge thread changes ``` FLTEnableMergedPlatformUIThread ``` Or You [printing_ffi](https://pub.dev/packages/printing_ffi) you can use this plugin which uses ffi rather than platform channel...
Still facing this issue.