Back to Flutter Rust Bridge

uuid

website/v1_mdbook/src/feature/lang_uuid.md

2.12.0585 B
Original Source

uuid

Codegen optionally support uuid crate with feature uuid.

:crab: Rust:dart: Dart
UuidUuidValue see package uuid

:warning: Please note that you need to add package uuid to your Dart/Flutter dependencies in pubspec.yaml as well.

:bulb: Vec<Uuid> implementation detail : all the uuids get concatenated as a single array of bytes for performance optimization.