- Pubspec description rebranding: replaces
A new Nylo Flutter application.withA new Flutter application.in scaffolded projects - iOS
RunnerTestsbundle identifier replacement inproject.pbxproj(com.nylo.dev.RunnerTeststocom.<projectName>.ios.RunnerTests) - iOS
Info.plistdisplay name replacement (updatesNyloto project title case name) - Android
AndroidManifest.xmllabel replacement (updatesandroid:label="Nylo"to project title case name) - Comprehensive test coverage for all file operations in
NewCommand(pubspec, Android, iOS, .env, .git removal, test imports)
- Use backticks instead of double quotes in
NewCommanddoc comment to prevent angle brackets from being interpreted as HTML (fixes pub points static analysis)
- Kotlin source directory renaming during project scaffolding (renames
com/nylo/tocom/<projectName>/) - Automatic
packagedeclaration update inMainActivity.ktto match the new project name
- Test file import rewriting in NewCommand: updates
import '/toimport 'package:<project_name>/when scaffolding new Nylo projects
- Automatic environment file setup (copies
.env-exampleto.env) - App key generation step using
nylo_framework:main make:key - New console UI methods:
writeTaskHeader,writeSubtaskPending,writeSubtaskComplete
- Improved console output with task headers and subtask indicators
- Updated spinner alignment for better visual consistency
- Updated bundle identifier patterns for Android (
com.nylo.android) and iOS (com.nylo.ios)
- Update screenshots
- Update screenshots
- Initial release
- Added
nylo new <project_name>command to create new Nylo Flutter projects - Added
nylo initcommand to initialize Nylo in the current directory - Automatic project scaffolding from official Nylo template
- Platform-specific configuration updates (Android, iOS)
- Automatic dependency installation with
flutter pub get