MarceloRab / get_async_page

MIT License
3 stars 0 forks source link

Please merge app_bar_search_page & get_async_page packages. #1

Open prakash-indorkar opened 3 years ago

prakash-indorkar commented 3 years ago

Hi, I'm using both of your packages, and it is excellent, but I have to use two packages to use functionality for search and just obs list.

Also in the search package, I could not add SliverAppBar as it's in the body using the CustomeScrollView widget. It's very common to use SliverAppBar, would be really good to have that in your package.

Please consider merging them and also adding more features in the search package... options to add multiple filters. At the moment there is the only filter (eg. Person.name) we can use. multiple filter meaning .. like we can search by mobile number, date of birth, If a person is a user and Roles are defined like category, so category-wise as well.

Anyway, thank for creating this on top GetX package. Great work. Regards. Prakash

MarceloRab commented 3 years ago

Good afternoon. At least here in Brazil. You can use any search string. And use three types of filters: startsWith, equals, contains.

MarceloRab commented 3 years ago

If you want to change the meter to search, just change the stringfilter.

Ex.: stringFilter: (Person person) => person.name, // stringFilter: (Person person) => person.age.toString (),

MarceloRab commented 3 years ago

Added [GertStreamPage] and [GetStreamWidget] merging another package to make life easier for the developer. Updated packages in use. Waiting for this package to update to null-safe.