Student Reviews
( 5 Of 5 )
1 review
Video of 5- Flutter Introduction to widgets (Arabic) in Flutter course by Code2Start - Mohamed Fathy Taha channel, video No. 5 free certified online
Flutter widgets are built using a modern framework that takes inspiration from React. The central idea is that you build your UI out of widgets. Widgets describe what their view should look like given their current configuration and state. When a widget’s state changes, the widget rebuilds its description, which the framework diffs against the previous description in order to determine the minimal changes needed in the underlying render tree to transition from one state to the next.