searchfield 0.0.1 searchfield: ^0.0.1 copied to clipboard
A new Flutter package project.
searchfield #
searchfield: ^0.0.1 #
A simple and easy to use flutter package to add a searchfield to your Flutter project.This Widget allows you to search and select from list of values.
Getting Started #
Installation #
- Add the dependency
dependencies:
searchfield: ^0.0.1
- Import the package
import 'package:searchfield/searchfield.dart';
Use the Widget
SearchField(
suggestions: [
'United States',
'America',
'Washington',
'India',
'Paris',
'Jakarta',
'Australia',
'Lorem Ipsum'
],
),
you are welcome to contribute to this package,contribution doesnt necessarily mean sending a pull request it could be
- pointing out bugs/issues
- requesting a new feature
- improving the documentation
If you feel generous and confident send a PR but make sure theres an open issue if not feel free to create one before you send a PR. This helps Identify the problem and helps us to stay aligned about the issue :)