xid 1.2.1 xid: ^1.2.1 copied to clipboard
Xid is a globally unique id generator. Xids are small, fast to generate, sortable, compact URL-safe string with no configuration or central generator server.
1.2.1 #
- update readme file to reflect repo
1.2.0 #
- stop supporting dart versions prior to 2.17.0
- switch to using flutter_lint away from lints
- optimize memory usage when declaring binary structure
1.1.2 #
- fix issue related to missing gh permission
1.1.1 #
- fix issue related to publishing reference
1.1.0 #
- migrate to dart ecosystem publishing mechanisms @pitabwire (#14)
- introduce matrix testing for all supported versions @pitabwire (#14)
- cleanup precommit file
1.0.11 #
- fix bug in machine id gen when less than 10k @pitabwire (#3)
1.0.7 #
- fix to apply dart formatting
1.0.6 #
- Update pubspec description
1.0.5 #
- Remove dependancy to dart::io to allow multi platform use
1.0.4 #
- Correctly indicate license in use
1.0.3 #
- Update license to reflect correctly
1.0.2 #
- Document public api for the xid object
1.0.1 #
- Improvements to reference github repo on pub.dev
1.0.0 #
- Initial version.