sagreine

Results 6 comments of sagreine

not out of the box, but you could do it this way indirectly and likely improve on it a lot: https://github.com/smartnsoft/flappy_search_bar/issues/40#issuecomment-751559884

> Hey @davidchan666999 > > You can set the placeHolder to a full e.g. _build() function. > > Best Seconding this. Look at building, for instance, as streambuilder. In the...

not out of the box, but you could do it this way indirectly and likely improve on it a lot: #40 (comment)

You could capture it indirectly by wrapping SearchBar with something like this, coupled with pagination. more here: https://github.com/smartnsoft/flappy_search_bar/issues/40#issuecomment-751559884 just a novice on my end :) ``` NotificationListener( onNotification: (notification) {...

you may need to update gradle build tools, modify /android/build.gradle to include classpath 'com.android.tools.build:gradle:**4.0.0**'

@Nandan-Wewhare did you find a resolution?