Mahesh Jamdade

Results 463 comments of Mahesh Jamdade

I am not able to reproduce this bumping down the priority until I have clear reproducible steps

Fixed: [wrap selection with paranthesis](https://github.com/maheshj01/pastelog/commit/bca15b91f80eb5cc416d92dcf3751beb97809b10)

Hey @osmanjavaid10, Thanks for filing the issue. Can you please share the build error and the output of flutter doctor -v? Just tried the searchfield sample app with SearchDecoration.hint on...

> Did you seriously remove our comments @maheshj01 ? What comments are you talking about? No comment is ever deleted. > Instead of actually approving the pull request to fix...

Thanks for your feedback, @utkuvrs. I understand the concern about the `super.constructor` issue and the package's maintenance. First, regarding the `super.constructor` parameters and the "Getter hint and maintainHintSize not defined"...

> These parameters (maintainHintSize, hint) do not exist anymore in Flutter’s InputDecoration class (they were removed in Flutter 3.24). @utkuvrs Whats the source of this? the latest docs shows both...

@utkuvrs Searchfield has already deprecated `maintainHintHeight` in favour of `maintainHintSize` https://github.com/maheshj01/searchfield/blob/c3fb57a88a1689c61606e648412b26f1749783da/lib/src/input_decoration.dart#L86-L95 and `SearchInputDecoration.hint` does exist as of latest version 1.3.4

Hi @bambinoua, Thanks for filing the issue. When your app isn't hosted at the root you will need to change the baseUrl of your app to `.` in `index.html` as...

- [x] Text editor is not getting cleared on published

Auto Complete Sample code code sample ```ts "use client" import type React from "react" import { useState, useRef, useEffect } from "react" import { Card, CardContent } from "@/components/ui/card" export...