Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.06 KB

Flutter-UI

when it comes to Flutter, Building beautiful User interaces is not hectic at all!

UI contains Building Layouts , adding interactivity, Using Assets (images , videos , fonts etc) , Navigtion and Routing , Animations and Advance UI shortcuts.


Flutter UI

UI Classes

  • There are two main Classes for UI developemnt in Flutter Statefull and Stateless

Stateless Widget

  • The UI widget whose state is not changed
  • Mostly Used for Composition i.e building UI Blocks
  • It supports Hot reload

Statefull Widget

  • The UI widget whose state is changed
  • Mostly used in Actual Functioning App
  • It supports hot restart

Famous Libraries for Widgets

  • Material Library Mostly for Android development
  • Cupertino Mostly for IOS

Not Enough? of course!

Log onto pub.dev for more exciting UI Components and Snippets to add vigour in your Flutter Apps!