Tim Lehmann
Tim Lehmann
https://github.com/natario1/Transcoder/blob/ba8f098c9461a12da1c11d26c9f32feb1e69b4d5/lib/src/main/java/com/otaliastudios/transcoder/internal/DataSources.kt#L53 This looks like it should fill missing audio tracks with BlankAudioDataSources automatically
Hi Dem, thanks for the positive feedback! Yeah I've noticed that too, also with other packages that support freehand input on the canvas (e.g. scratcher). I'll investigate, but I assume...
> In my case, I have a StreamProvider that I want to observe all changes on in another provider, and take some action when certain types of events occur on...
@rrousselGit @dickermoshe This is fixed in #417 and could be closed right?
> The new `steps` feature solved this: https://melos.invertase.dev/configuration/scripts#steps I like the `steps` feature, but to my understanding it doesn't really fix the issue. One major drawback is that steps seem...
Background images are not planned to be part of the scribble package, since scribble sketches are meant to be lightweight and JSON serializable by design. However, this should be quite...
Hi, that certainly sounds like a nice feature! I'll put it on the roadmap, feel free to contribute :)
Hi, thanks for opening up an issue. Could you tell me which version of scribble you are on? I can't reproduce this on the latest version. Also, is it possible,...
@kushal2021 @anaghvj I still can't reproduce. Could you share a minimal example, ideally without any 3rd party dependencies?
This is the example I'm running now: When switching orientation, everything works fine, no exceptions in the console. ```dart import 'package:flutter/material.dart'; import 'package:scribble/scribble.dart'; void main() { runApp(const MyApp()); } class...