Skip to content

This repository includes all the Flutter UI Basics you need to start developing Beautiful UI Designs in Flutter!

Notifications You must be signed in to change notification settings

shahzaneer/Flutter-UI-Development

Repository files navigation

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!

About

This repository includes all the Flutter UI Basics you need to start developing Beautiful UI Designs in Flutter!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages