Martin Klüpfel

Results 18 comments of Martin Klüpfel

@lohanidamodar Yes, I am interested, but I have no experience with such templates. Do I just need to edit the twig files? And also should a migrator be written to...

This feature was implemented in this issue: #291

@apps-auth Why didn't you open a pull request for this feature?

@haidernaqvi87 Can't you stop the video the moment it is swiped? Depending on what widget you use to play the video, there should be a controller that lets you stop...

First, if you want to use initFlutter, you have to `import 'package:hive_flutter/hive_flutter.dart'`. Also, you don't pass an absolute path to `Hive.initFlutter()` because the method itself does it for you. If...

@obiwanzenobi Other apps cannot access it with this. But it's about the situation when someone comes to your phone. They could then read the app documents, but not the encrypted...

I think this has nothing to do with Isar, unless it caches the data itself somewhere in the code. Dart has a garbage collector for that. If you are working...

@simc I don't understand why `TypeConverters` were removed. Why can't they work in parallel with the new system? For some data `@embedded` doesn't just work without much boilerblate. For example,...

This has nothing to do with this plugin. Foreground services must always have a notification on Android. If you don't want this, you have to use the `WorkManager`, for example....