Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
1.2 KiB

# Design Principles
Here are some common design principles that are often followed in Flutter development:
- Material Design: A design system developed by Google that provides a consistent look and feel across all platforms and devices.
- Responsiveness: Designing the user interface to work seamlessly on different screen sizes and aspect ratios.
- User-centered Design: Designing the application with the user's needs and goals in mind.
- Simplicity: Designing the user interface to be simple and intuitive, minimizing the number of steps needed to complete a task.
- Consistency: Maintaining a consistent look and feel throughout the application, using consistent colors, typography, and layout.
- Accessibility: Making the application usable by people with disabilities, including screen reader support, keyboard accessibility, and high-contrast mode.
- Performance: Designing the application to be fast and responsive, even on low-end devices.
By following these design principles, you can create a user-friendly and visually appealing application that provides a great user experience.
Learn more from the following:
- [Design - Principles](https://docs.flutter.dev/cookbook/design)