Mangirdas Kazlauskas

Results 47 comments of Mangirdas Kazlauskas

> Hi @mkobuolys, thanks for the suggestion! > > Are there any good alternatives to the `uni_links` package? Well, I am not entirely sure what are you using this package...

`Uri.parse` is a standard Dart core method, so you should take care of `uriLinkStream.listen`. It seems that you only need to be notified about deep links happening on the native...

+1 to this. I agree that the title of the package should have a high priority. However, that’s not how people are usually searching for the packages they need to...

> @mkobuolys would you like to invite me as a contributor so that I can assign myself to issues? Sure, invitation sent.

Hi @tomaszpolanski, thanks for the feature request. In flutter_deck, the fullscreen controls are managed through this component https://github.com/mkobuolys/flutter_deck/tree/main/packages/flutter_deck/lib/src/controls/fullscreen. At the moment, only Web is supported, hence this could be a...

In this case, it's fine - it does not make sense to re-implement since you will probably end up implementing the same thing all over again.

Implemented with https://github.com/mkobuolys/flutter_deck/pull/98

Good insights. This is indeed true for simple slide templates like `title`, `quote`, `big fact`, etc., but this pattern could easily become cumbersome once you need to pass widget builders...

> @mkobuolys did you have any follow up on my comments here and related comments on other issues? > > I think these are some important things to iron out,...

@matthew-carroll Hi Matt, I've created a POC for this issue. Could you take a look and share your opinion about it? https://github.com/mkobuolys/flutter_deck/pull/115