uid 0.0.1 copy "uid: ^0.0.1" to clipboard
uid: ^0.0.1 copied to clipboard

outdated

Generate a unique id from datetime convert to millisecondsSinceEpoch combine with random position and string.

example/lib/main.dart

import 'package:flutter/foundation.dart';
import 'package:uid/uid.dart';

void main() {
  var id = UId.getId();
  debugPrint(id);
}
11
likes
0
points
304
downloads

Publisher

unverified uploader

Weekly Downloads

Generate a unique id from datetime convert to millisecondsSinceEpoch combine with random position and string.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on uid