dart_objectid

时间:2024-03-16 00:23:21
【文件属性】:

文件名称:dart_objectid

文件大小:403KB

文件格式:ZIP

更新时间:2024-03-16 00:23:21

Dart

对象编号 Dart语言的快速,跨平台ObjectId实现! 为什么要这个包? :rocket: 快速地。 :mobile_phone: 跨平台。 :test_tube: 经过测试。 :ledger: 满足。 :memo: 记录下来。 入门。 依靠它。 dependencies : objectid : 2.0.0-nullsafety.0 玩吧! final id = ObjectId (); // That's all :fire::face_with_open_mouth:! print (id.hexString); // it's working! => 5f52c805df41c9df948e6135 文献资料 ObjectId() 根据当前时间戳,进程唯一性和计数器创建ObjectId实例。 有关更多信息,请查看。 /// Creates ObjectId instance. final id = ObjectId (); print (id.hexString); // =>


【文件预览】:
dart_objectid-master
----pubspec.yaml(354B)
----.github()
--------workflows()
----lib()
--------src()
--------objectid.dart(56B)
----pubspec.lock(8KB)
----example()
--------pubspec.yaml(211B)
--------pubspec.lock(742B)
--------README.md(263B)
--------analysis_options.yaml(434B)
--------.gitignore(153B)
--------bin()
--------CHANGELOG.md(42B)
----LICENSE(1KB)
----.metadata(309B)
----test()
--------test_plan_test.dart(4KB)
--------objectid_test.dart(6KB)
----README.md(5KB)
----analysis_options.yaml(60B)
----.gitignore(2KB)
----CHANGELOG.md(943B)

网友评论