design_flutter_ui
Design Flutter screens with responsive Material 3 layouts, Riverpod/Bloc state integration, and fluid animations.
Instructions
Designs production-ready Flutter widgets, Material 3 responsive layouts (Mobile/Web/Desktop), Riverpod/Bloc state integration, and fluid animations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenName | Yes | Name of the screen (e.g. 'DashboardScreen', 'UserProfileScreen'). | |
| stateManagement | No | State management system. | riverpod |
| targetPlatforms | No | Target platforms for adaptive layout rendering. | |
| layoutDescription | Yes | Detailed description of screen layout, widgets, and user interactions. |