Rizal Hadiyansah
Rizal Hadiyansah
### Environment **Vuetify Version:** 3.0.0-beta.13 **Vue Version:** 3.2.41 **Browsers:** Chrome 106.0.0.0 **OS:** Linux x86_64 ### Steps to reproduce Add closable to v-alert ### Expected Behavior The space is just taken...
I often come across cases where I have this code: ``` someNullOrEmptyStr?.isNullOrEmpty ? 'not null or empty str' : someNullOrEmptyStr ``` I feel like that should be more simplified for...
It seems, the Flutter SDK is not detected when installed with [Puro](https://puro.dev/). It's not running `flutter build`, but `dart run build_runner`. I got this log ``` ❯ flutter pub global...