shadcn_flutter icon indicating copy to clipboard operation
shadcn_flutter copied to clipboard

https://pub.dev/packages/shadcn_ui ?

Open jtkeyva opened this issue 1 year ago • 2 comments

Very nice job!

Why this and not collab with that? https://pub.dev/packages/shadcn_ui

jtkeyva avatar Oct 14 '24 02:10 jtkeyva

I initially made this for my college projects, it was originally part of a smaller project but I decided to split it and make it its own library. And back then, I don't think that package has been released or maybe I wasn't aware of it, I don't know, but some of my projects already heavily depended on this, and switching to that package would take a lot of time, so I decided to continue this one instead.

sunarya-thito avatar Oct 14 '24 06:10 sunarya-thito

This repository behaves better than that one. Keep going, good job!

JinkeJ avatar Oct 14 '24 08:10 JinkeJ

cool thanks! nice you have a carousel which the other one doesn't.

hmm i'm at a crossroads here. do you plan on completing the full entire implementation?

also, any chance of something like https://www.embla-carousel.com like the js shadcn uses?

jtkeyva avatar Oct 17 '24 05:10 jtkeyva

cool thanks! nice you have a carousel which the other one doesn't.

hmm i'm at a crossroads here. do you plan on completing the full entire implementation?

also, any chance of something like https://www.embla-carousel.com like the js shadcn uses?

I actually implemented the current carousel based on the embla-carousel (and shadcn UI carousel), unless I miss specific implementation/feature from embla-carousel, just let me know which one

sunarya-thito avatar Oct 17 '24 05:10 sunarya-thito

@sunarya-thito that's great. i really like that it's extensible and has a plugin system to expand capabilities https://www.embla-carousel.com/plugins/ can yours use those plugins?

jtkeyva avatar Oct 20 '24 00:10 jtkeyva

@sunarya-thito that's great. i really like that it's extensible and has a plugin system to expand capabilities https://www.embla-carousel.com/plugins/ can yours use those plugins?

There won't be such thing as plugins, but what I can do is add more params and functionality to the base carousel as a built-in features

sunarya-thito avatar Oct 25 '24 09:10 sunarya-thito