sqids 0.0.2 copy "sqids: ^0.0.2" to clipboard
sqids: ^0.0.2 copied to clipboard

Official dart port of Sqids. Generate short YouTube-looking IDs from numbers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqids

With Flutter:

 $ flutter pub add sqids

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

dependencies:
  sqids: ^0.0.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:sqids/sqids.dart';
7
likes
135
points
1.71k
downloads

Publisher

verified publisherjodeveloper8.me

Weekly Downloads

Official dart port of Sqids. Generate short YouTube-looking IDs from numbers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on sqids