A Flutter based Search Field component, used to search data from network, local db or array.
- Flutter Support
- Demo
- Features
- Getting started
- Usage
- Methods
- Want to Contribute?
- Need Help / Support?
- Collection of Components
- Changelog
- License
- Keywords
Version - Flutter 3.13.1 (stable)
We have tested our program in above version, however you can use it in other versions as well.
- Search field with list suggestion.
- Download this sample project and import widget dart files in your Flutter App.
- Update Widgets UI based on your requirements.
Setup process is described below to integrate in sample project.
Configure Search Filed Widget e.g
// Put Search Filed Widget
SearchField(
selectedData : _callBackFunction
);
// Create callback function
void _callBackFunction(String selectedData) {
// place your code
}
// Fields
controller : TextEditing controller to retrive data from Search Filed
enabled : Boolean field for enable or disable widget
labelText: Text for label need to show in search field
focusNode: Object for focous node
key: Unique key for widget
readOnly: Boolean value tp make search field readonly
- Created something awesome, made this code better, added some functionality, or whatever (this is the hardest part).
- Fork it.
- Create new branch to contribute your changes.
- Commit all your changes to your branch.
- Submit a pull request.
We have built many other components and free resources for software development in various programming languages. Kindly click here to view our Free Resources for Software Development.
Detailed changes for each release are documented in CHANGELOG.
Flutter-Search-Field, Search-Field, List-Search-Field, Search-Text-Field
