haikunator 0.1.0 copy "haikunator: ^0.1.0" to clipboard
haikunator: ^0.1.0 copied to clipboard

Dart 1 only

Generate Heroku-like random names to use in your dart applications.

example/haikunator.dart

// Copyright (c) 2015, Atrox. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library haikunator.example;

import 'package:haikunator/haikunator.dart';

main() {
  // For more examples please take a view at the tests
  print(Haikunator.haikunate(tokenChars: 'abc', delimiter: '+'));
}
1
likes
40
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Generate Heroku-like random names to use in your dart applications.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

BSD-3-Clause (license)

More

Packages that depend on haikunator