Skip to content

v1.2.0

Choose a tag to compare

@agordn52 agordn52 released this 06 Feb 16:39
· 10 commits to main since this release

What's New

Added

  • Test file import rewriting in NewCommand: updates import '/ to import 'package:<project_name>/ when scaffolding new Nylo projects

This ensures that test files in the Nylo template have their imports correctly updated from import '/bootstrap/providers.dart' to import 'package:<project_name>/bootstrap/providers.dart' during project scaffolding.