search_package_one 1.0.5 copy "search_package_one: ^1.0.5" to clipboard
search_package_one: ^1.0.5 copied to clipboard

Supports lists of integers and strings, returning the index of target element or -1 if not found.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add search_package_one

With Flutter:

 $ flutter pub add search_package_one

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

dependencies:
  search_package_one: ^1.0.5

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:search_package_one/search_package_one.dart';
1
likes
155
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Supports lists of integers and strings, returning the index of target element or -1 if not found.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

repository, test

More

Packages that depend on search_package_one