tree: 4977995322e5776e1cf27846e46e0f3042495582
  1. example/
  2. lib/
  3. temporarily_disabled_tests/
  4. test/
  5. test_fixes/
  6. .gitignore
  7. .metadata
  8. analysis_options.yaml
  9. AUTHORS
  10. CHANGELOG.md
  11. ci_config.yaml
  12. LICENSE
  13. pubspec.yaml
  14. 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.