You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data: It contains all the data accessing and manipulating components.
navigation: Navigation component classes
presentation: View classes.
ui: Component classes.
utils: Utility classes.
General
Example
Preview
Register Screen Used components: Surface, OutlinedTextField, Spacer, Icon, Radio Button, Checkbox, Button, Text. Note: No API call or database connection available. Only UI design and navigation operations are available.
Login Screen Used components: Scaffold, OutlinedTextField, Spacer, Icon, Checkbox, Button, Text. Note: No API call or database connection available. Only UI design and navigation operations are available.
List Screen Used components: Card, AsyncImage, Text, Spacer. Note: No API call or database connection available. Only UI design and navigation operations are available.