Last updated:
0 purchases
flutter snowflake
Language: 中文简体 | English
flutter_snowflake #
SnowFlake id generator, inspired by Twitter. For more details, you can read the following doc: Twitter IDs
🐱 Usage #
Add dependency #
dependencies:
flutter_snowflake: ^0.0.4
copied to clipboard
Generate id #
final int id = Snowflake(2, 3).getId();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.