Category : Search

Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle. Features Highlight text in a search result with custom highlight Color and highlight TextStyle. Highlight text in a search result without prasing the search text directly. Parse the search text as a regular expression. Usage SearchTextInheritedWidget( searchText: ‘search ..

Read more

free_text_search Search a inverted positional index and return ranked references to documents relevant to the search phrase. THIS PACKAGE IS IN BETA DEVELOPMENT AND SUBJECT TO DAILY BREAKING CHANGES. Overview The components of this library: parse a free-text phrase with query modifiers to a query; search the dictionary and postings of a text index for the query terms; perform iterative scoring and ranking of ..

Read more

A highly customizable multiple selection widget with fuzzy search functionality MultipleSearchSelection<Country>( items: countries, fieldToCheck: (c) { return (c).name; }, itemBuilder: (country) { return Padding( padding: const EdgeInsets.all(6.0), child: Container( decoration: BoxDecoration( borderRadius: BorderRadius.circular(6), color: Colors.white, ), child: Padding( padding: const EdgeInsets.symmetric( vertical: 20.0, horizontal: 12, ), child: Text((country).name), ), ), ); }, pickedItemBuilder: (country) { ..

Read more

Credits Many thanks to : @Cuberto for the amazing @design thanks to : @Mert Şimşek for the inspiration with the @Android version  Demo Basic usage Options choosing the indicator shape (default is line shape): indicator color: changing the width (default is screen size width): changing the icon color: changing the delete item icon color: changing the delete item icon color: setting ..

Read more

Table of contents Project Description Working App Architecture BLoC/Cubit Pattern Caching using HiveDB App UI Project Setup To-Do Project Description WikiSearch is a Flutter search engine which was build using BLoC/Cubit pattern and powered by the MediaWiki API. It also uses the NewsApi to show the latest news in its homescreen. WikiSearch also uses caching to improve UX, for caching we ..

Read more

Flutter Platform Search Flutter platform search is an abstract implementation of the Flutter search delegate. It is a time saving way to implement a platform adaptive search. The example includes reference implementations for Android(Material), iOS(Cupertino) and Windows(FluentUI). If you are looking for a guide on how to use it check out the blog article: Flutter platform ..

Read more

Material Floating Search Bar A Flutter implementation of an expandable floating search bar, also known as persistent search, similar to the ones used extensively by Google in their own apps. Click here to view the full example. Installing Add it to your pubspec.yaml file: dependencies: material_floating_search_bar: ^0.3.4 Install packages from the command line If you like this package, consider ..

Read more

Flutter DropdownSearch Flutter simple and robust DropdownSearch with item search feature, making it possible to use an offline item list or filtering URL for easy customization. Key Features • Examples • License Key Features Online and offline items Searchable dropdown Three dropdown mode: Menu/ BottomSheet/ Dialog Material dropdown Easy customizable UI Handle Light and Dark theme Easy implementation into statelessWidget ..

Read more

fsearch Help developers build the most beautiful search bar. [FSearch] provides developers with a one-stop search bar construction service. Supports borders, corners, gradient background colors and shadows, as well as any number of prefix and suffix action buttons. Provides beautiful Hint animation. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star  !  Features Support beautiful border effect ..

Read more

A library for searching for podcasts (via iTunes), parsing podcast RSS feeds and obtaining episodes details. Usage Search for podcasts with ‘widgets’ in the title and find the top podcasts. Both examples limit to 10 results and are set for the United Kingdom: import ‘package:podcast_search/podcast_search.dart’; main() async { var search = Search(); /// Search for ..

Read more

About This package provides some widgets to use in conjunction to mapbox_search library. Also, it contains an static map image generator . Installing Add the following to your pubspec.yaml file: Example MapBoxPlaceSearchWidget( popOnSelect: true, apiKey: “API KEY”, limit: 10, searchHint: ‘Your Hint here’, onSelected: (place) {}, context: context, ) Screenshots Search Widget Download MapBox Search Widget source code on GitHub ..

Read more

Search Widget        This Flutter package provides a Search Widget for selecting an option from a data list. Provides filtering of items based on the search text.  Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: search_widget: <latest version>  Usage Import this class import ‘package:search_widget/search_widget.dart’; Add Search Widget Accepts data list as input Option for ..

Read more