Releases: farsroidx/andromeda-plugin
Releases Β· farsroidx/andromeda-plugin
v1.0.1 - Bug Fixes & Improvements π οΈ
- π Fixed various bugs in Screen Generator to ensure correct file structure.
- π§ Resolved initialization issues in UiState.
- π Enhanced stability and performance in MVI architecture.
- β‘ Optimized ViewModel to reduce unnecessary state updates.
- π¨ Minor UI adjustments and overall performance improvements.
v1.0.0 - Initial Release
- Added Screen Generator for automatic Jetpack Compose screen file creation
- Supported MVI architecture for better UI state management
- Improved development efficiency by reducing boilerplate code
- Generated file structure includes:
- β Screen β Handles and structures UI elements like Scaffold, Column, etc.
- β UiAction β Handles user interactions.
- β UiState β Manages UI-related variables.
- β UiEvent β Sends events such as loading states and errors.
- β ViewModel β Controls business logic.