Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Material Design Components in Flutter

Material Design Components in Flutter

A session to cover material design components and how to make them useful in a Flutter App

Maureen Josephine

August 08, 2019
Tweet

More Decks by Maureen Josephine

Other Decks in Programming

Transcript

  1. Material design is a visual language that synthesizes the classic

    principles of good design with the innovation of technology and science.
  2. WHY MATERIAL DESIGN? • Helps in delivering high quality outputs

    consistently across all platforms • Produces pleasant looking components that behave like real world objects. • Enhances user experience
  3. FACTORS TO CONSIDER • Brand • Color • Layout •

    Content doesn’t have to bore • Data
  4. FLUTTER APPROACH IN MATERIAL DESIGN Flutter is a technology developed

    by Google that can run on Android and iOS devices from a single codebase.
  5. MATERIAL COMPONENTS WIDGETS These are visual,behavioral and motion rich widgets

    implementing Material Design Guidelines. • App structure and navigation • Buttons • Input and selections • Dialogs, alerts and panels • Layouts.