nylo_installer 1.1.0
nylo_installer: ^1.1.0 copied to clipboard
CLI tool to create new Nylo Flutter projects. Quickly scaffold production-ready Flutter applications.
1.1.0 - 2026-02-01 #
Added #
- 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
Changed #
- 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)
1.0.2 - 2026-01-31 #
- Update screenshots
1.0.1 - 2026-01-31 #
- Update screenshots
1.0.0 - 2026-01-31 #
- 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
