Skip to content

Releases: farsroidx/andromeda-plugin

v1.0.1 - Bug Fixes & Improvements πŸ› οΈ

02 Apr 22:58

Choose a tag to compare

  • πŸ› 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

30 Mar 13:14

Choose a tag to compare

  • 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.