tree: b2d92f52229ffe57f5de3818de4ad8bc88ded42f
  1. examples/
  2. lib/
  3. test/
  4. .gitignore
  5. .metadata
  6. AUTHORS
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
packages/material_ui/README.md

material_ui

Coming soon - the official Material Design widget library for Flutter as its own standalone package!

material_ui will contain the standard collection of visual components (Buttons, Cards, AppBars, etc.) that implement Google's latest Material Design specification.

Note: This package will contain the material library previously part of the Flutter framework itself (package:flutter/material.dart). It is being decoupled to allow for faster iteration and a more modular ecosystem.

What's (going to be) inside?

This package will provide the Material widgets you know and love, including but not limited to:

  • Structure: Scaffold, AppBar, Drawer
  • Inputs: FloatingActionButton, TextField, Slider
  • Display: Card, Chip, ListTile
  • Theming: ThemeData, ColorScheme

Once landed and published, look forward to updates from Material 3 Expressive! 🚀

Feedback & roadmap

We are currently migrating the Material library out of the core framework.