snowFlake id generator inspired by Twitter
More...
Language: 中文简体 | English
SnowFlake id generator, inspired by Twitter. For more details, you can read the following doc: Twitter IDs
dependencies: flutter_snowflake: ^0.0.3
final int id = SnowflakeIdGenerator.getId();
huhx.cn
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on flutter_snowflake
Back