simple_searching_flutter_algorithms 0.0.3 copy "simple_searching_flutter_algorithms: ^0.0.3" to clipboard
simple_searching_flutter_algorithms: ^0.0.3 copied to clipboard

This package provides three search functions Binary Search, Linear Search, and Jump Search.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_searching_flutter_algorithms

With Flutter:

 $ flutter pub add simple_searching_flutter_algorithms

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

dependencies:
  simple_searching_flutter_algorithms: ^0.0.3

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:simple_searching_flutter_algorithms/simple_searching_flutter_algorithms.dart';
2
likes
140
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides three search functions Binary Search, Linear Search, and Jump Search.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on simple_searching_flutter_algorithms