Thito Yalasatria Sunarya

Results 45 comments of Thito Yalasatria Sunarya

> Why not replace PhoneInput with intl_phone_number_input Of course, directly using intl_phone_number_input will not work but we can copy internal logic from github and replace the Flutter widget with the...

I personally don't like additional prefixes in front of the class name, the package aims to replace the entire material design system, so there's no reason to use TextField from...

I'm gonna mark this as onhold until the [dart macros](https://dart.dev/language/macros) feature is finally released on the stable channel. Without it, all of the 71 components would create such a huge...

Actually i'm gonna try to use [freezed](https://pub.dev/packages/freezed) to see if it's possible.

Closing this in favor of #98 and few other more theme data issues

I'm just following the original color scemes https://github.com/shadcn-ui/ui/blob/main/apps/www/registry/registry-base-colors.ts If it's inconsistent, its probably because its outdated, most of the components are just direct port from old version, I cant always...

I don't think there is a problem with current OrValidator logic. The `validate` method can return a Future value that might returns null value (which means the form accepts the...

Hi, its been months and i hope youre doing okay! For now, i'm going to close this PR. Feel free to open another PR if you want to keep the...

Hard for me to reproduce the issue since i don't have linux, but i tried on win 11, its not slow for me Firefox 135.0.1 (64-bit) Win 11 Firefox is...

> is there a reason for not using [freezed](https://pub.dev/packages/freezed) for these objects? it would automatically generate `copyWith`, `==`, `hashCode` and `toString` Personally I think it is much of a hastle...