search_bar_bloc 1.0.1 copy "search_bar_bloc: ^1.0.1" to clipboard
search_bar_bloc: ^1.0.1 copied to clipboard

A Flutter package for creating a SearchBar that uses bloc package to handle the state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add search_bar_bloc

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  search_bar_bloc: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:search_bar_bloc/search_bar_bloc.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for creating a SearchBar that uses bloc package to handle the state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

bloc, equatable, flutter, flutter_bloc

More

Packages that depend on search_bar_bloc