standard_searchbar_v2 2.1.2 copy "standard_searchbar_v2: ^2.1.2" to clipboard
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_v2

With Flutter:

 $ flutter pub add standard_searchbar_v2

This 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.2

Alternatively, 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';
3
likes
0
points
9
downloads

Publisher

verified publisherrizkyghofur.blogspot.com

Weekly Downloads

A simple and very customizable search bar widget for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on standard_searchbar_v2