standard_searchbar_v2 2.1.2
standard_searchbar_v2: ^2.1.2 copied to clipboard
A simple and very customizable search bar widget for Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add standard_searchbar_v2With Flutter:
$ flutter pub add standard_searchbar_v2This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
standard_searchbar_v2: ^2.1.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:standard_searchbar_v2/new/standard_icons.dart';
import 'package:standard_searchbar_v2/new/standard_search_anchor.dart';
import 'package:standard_searchbar_v2/new/standard_search_bar.dart';
import 'package:standard_searchbar_v2/new/standard_search_controller.dart';
import 'package:standard_searchbar_v2/new/standard_suggestion.dart';
import 'package:standard_searchbar_v2/new/standard_suggestions.dart';
import 'package:standard_searchbar_v2/old/standard_icon.dart';
import 'package:standard_searchbar_v2/old/standard_searchbar.dart';
import 'package:standard_searchbar_v2/old/standard_suggestions_box.dart';
import 'package:standard_searchbar_v2/old/standard_text_field.dart';