Danil Karasev

Results 7 comments of Danil Karasev

just use some mask with it. On typing it will fill it with whatever you passed to it [https://github.com/PaulMaly/svelte-imask](https://github.com/PaulMaly/svelte-imask)

Same issue here, works in profile mode

class MyUpgraderMessages extends UpgraderMessages { @override String get buttonTitleIgnore => 'My Ignore'; } UpgradeAlert(Upgrader(messages: MyUpgraderMessages()));

![Simulator Screen Shot - iPhone 14 Pro - 2023-02-21 at 23 00 45](https://user-images.githubusercontent.com/88264176/220380983-34c1662e-ea73-450b-aee5-bdbd280e7001.png)

``` Swiper( control: kIsWeb && isLargeScreen && itemsCount > 1 ? const CustomHorizontalSwiperControl(size: 25) : null, scale: 0.75, scrollDirection: Axis.horizontal, controller: controller, itemCount: itemsCount, loop: false, pagination: itemsCount > 1...

Same here