jbl_search 1.0.0 copy "jbl_search: ^1.0.0" to clipboard
jbl_search: ^1.0.0 copied to clipboard

The unique package for three types of search(linear, binary, jump or box). And you can also see time of searching of each search.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jbl_search

With Flutter:

 $ flutter pub add jbl_search

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

dependencies:
  jbl_search: ^1.0.0

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:jbl_search/jbl_search.dart';
1
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

The unique package for three types of search(linear, binary, jump or box). And you can also see time of searching of each search.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on jbl_search