Csaba Toth

Results 259 comments of Csaba Toth

My fork: https://github.com/CsabaConsulting/question_extractor

My forked botched this up a lot. I used a different fork for the other PR because of that. I'd need to think how to distill the changes nicely.

I got it working with some adjustment. I still don't know how the endless name above forms. ``` static String fileName = "DebugLog"; ... if (!kDebugMode) { FlutterLogs.setDebugLevel(0); } final...

I'm trying to debug this. The problem is that when there are no files, then the `FlutterLogs.channel.setMethodCallHandler((call) async {` handler (see https://github.com/umair13adil/flutter_logs/blob/3ac8a1a9c02f31ca187950e9d5b917c4367b1ec5/example/lib/main.dart#L51) is not fired. The case when there are...

There's nothing in Logcat besides `I/ExportTypes(20611): getLogsForAllInRoot: Path: /storage/emulated/0/Android/data/dev.csaba.track_my_indoor_exercise/files/Logs/Logs/, Files: 0`, and nothing bubbles up.

Maybe the `emitter` is disposed? (`if (!emitter.isDisposed)`). I'd expect to see the `"No Files to zip!"` in the logs to appear somewhere. The control flow doesn't reach this point either...

Word by word duplicate of #24 Why did the author post it twice with different accounts?

Please use https://github.com/boskokg/flutter_blue_plus as a base for support because the old flutter_blue plugin seems to be not maintained any more

> I'm working on other issues at the moment, I'll look into this once that's done. I also have to add that there's no guarantee that at some point in...

> I've tried implementing bluetooth with `ffi` and `tizen_interop`, it doesn't seem to work when dart has to register callbacks to C code: > > ``` > [E] ../../third_party/dart/runtime/vm/runtime_entry.cc: 3766:...