|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/21-web-templates-learn-web-design-with-figma-only-practice/
课程评论:没有评论
课程名称:Figma 实践课程 课程概述: Figma 实践课程为学习者提供了掌握 Figma 设计工具的机会,重点在于应用此工具进行用户界面设计和原型制作。Figma 是一款基于云端的设计软件,支持团队协作,适用于网页和移动应用设计。该课程将帮助学员了解 Figma 的基本功能、界面操作以及如何高效地进行设计工作。 Figma 的独特之处在于其实时协作功能,允许多个用户同时在同一个项目中工作,这使得设计流程更加高效。同时,Figma 提供了丰富的组件库和插件,帮助设计师快速构建高质量的用户界面。 通过本课程,学员将学习如何创建和管理设计文件、使用设计组件、进行样式设置、以及导出资源。此外,课程还将涉及用户体验设计的基本原则,确保学员在设计时考虑到用户的需求。 总结: Figma 实践课程旨在帮助学员掌握使用 Figma 进行高效设计的技能,不论是对初学者还是希望提升技能的设计师都有很大的帮助。学员将通过实践项目来巩固所学知识,提高其设计能力和效率。
Flutter is a development kit and open-source framework for creating mobile applications for Android and iOS, web applications, as well as desktop applications for Windows, macOS and Linux using the Dart programming language, designed and developed by Google Corporation.The first version released in 2015 under the name "Sky", worked only for Android applications. The main claimed feature is high graphical performance (the ability to display 120 frames per second). Full support for creating web applications appeared in version 2.0 (March 2021), from the same version support for desktop applications for Windows, macOS and Linux and Google Fuchsia (in the Dart virtual machine with JIT-compiler) was implemented.Due to restrictions on dynamic code execution in the App Store, under iOS Flutter uses AOT compilation[3]. A widely used feature of the Dart platform is "hot reloading", where source code changes are applied immediately to a running application without the need to restart it.The main components of the kit are Dart platform, Flutter engine, Foundation library, widget sets and development tools (Flutter DevTools).Flutter engine is written primarily in C++, supports low-level rendering using the Google Skia graphics library, has the ability to interact with platform-dependent SDKs for Android and iOS.Foundation library[4], written in Dart language, contains basic classes and methods to create Flutter applications and interact with the Flutter engine.The user interface design of Flutter applications involves the use of widgets, described as immutable objects of any part of the user interface. All graphical objects, including text, shapes and animations, are created using widgets; combining simple widgets creates complex widgets. The framework comes with two main sets of widgets - Material Design (Google style) and Cupertino (Apple style).