AKAshutosh Kapoorinkapoor0905.hashnode.dev路May 16, 2024 路 2 min readMultiColor hintText in TextField in FlutterIntroduction 馃憢馃徎 Designers always design custom UI, which cannot be implemented using Material widgets of Flutter. Recently, I got a design in which I was supposed to give a multi color hint text in a TextField. Problem 馃 The TextField widget of Fl...01S
AKAshutosh Kapoorinkapoor0905.hashnode.dev路Aug 7, 2023 路 3 min readGesture Detector v/s InkWellIn Flutter, to perform gesture operations there are different methods for different widgets. But to use gestures globally for any widget there are majorly these two widgets Gesture Detector and Ink Well. If we deep dive into the core of these two wid...02DG