abylaykhan

Results 11 comments of abylaykhan

but when `keyboardType: TextInputType.text` symbols on typing appears on textfield

I have a problem that is similar like this, I guess. Producing code: ``` @freezed class TimeslotForTheDay with _$TimeslotForTheDay { const TimeslotForTheDay._(); factory TimeslotForTheDay({ required String id, @JsonKey(name: 'planned_quantity') int?...

@HansMuller If I can open a PR, I wanna to try do that thing ;) But, I am seeing an problem with Object.hash If I will add an additional property...

@HansMuller Opened an PR, you're welcome to Review ;)

Flutter doctor output: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.5, on macOS 14.4 23E214 darwin-arm64, locale en-KZ) [✓] Android toolchain - develop...

Or another case. We have old UI-kit, and updated UI-kit, and we don't wanna to update all in one time. Doing it again part by part.

@tirth-patel-nc Hi! Who will review this PR?