Mangirdas Kazlauskas
Mangirdas Kazlauskas
Implemented with https://github.com/mkobuolys/flutter_deck/pull/115
Could you let me know why you're not using keyboard shortcuts? There are several reasons why controls were implemented this way: 1. Usually, slideshows support both - "click anywhere to...
Hey @matthew-carroll, here are my thoughts: 1) The current `FlutterDeckCodeHighlight` must be revisited and its implementation, ideally, should be replaced. If that's not possible, I am completely fine removing/replacing this...
@nietsmmar Thanks for the input. I will keep this in mind. Just wondering, what difference does it make for Web, though 🤔
I need to verify this, but having an initial route on Web makes zero sense - if you enter a specific route in the browser, that's the initial route you...
@nietsmmar Hey, it's hard to tell. GoRouter is pretty deeply integrated into the framework (how the whole navigation tree is built, slide pages having their routes, etc.), thus I am...
@aloisdeniel Hey, yeah, makes total sense. I was trying to postpone using any plugin for this, considering that native Flutter multi-window support was coming for desktop soon, but... I said...
I think it's kind of related to my answer in https://github.com/mkobuolys/flutter_deck/issues/105. I agree that the route could be optional or simply generated on the slide deck launch. For now, the...
Fixed with https://github.com/mkobuolys/flutter_deck/pull/115
Good catch, completely agree.