roblox_dart 0.1.3
roblox_dart: ^0.1.3 copied to clipboard
Dart-to-Luau transpiler for Roblox. Write Dart, compile to Luau with full Roblox API types and Rojo integration.
0.1.0 #
- Initial release
- Dart-to-Luau transpiler with Rojo integration
- Roblox API stubs: Vector3, CFrame, Color3, UDim2, Instance, BasePart, Humanoid
- Services: Workspace, Players
- CLI commands: init, watch, translate
0.1.1 #
- Added 'publish_to: none' to generated projects to prevent pub.dev errors.
- Improved path detection for roblox_dart dependency in 'init' command.
0.1.2 #
- Adaptive dependency detection:
initnow automatically chooses betweenpath(Dev) andversion(User) based on installation environment. - Dynamic version detection in
initcommand based on internal pubspec. - Project cleanliness: ensured all generated projects avoid hardcoded cache paths.
0.1.3 #
- Internal refactor: version management moved to
lib/version.dartfor maximum reliability. - Robust fallback mechanism for version detection across all operating systems.