Anthony cc7504e062
update to image alt-texts (#97)
* Update radio_buttons.md

alt-text rework

* Update switches.md

Alt-text changed to better meet vision-impaired needs

* Update chips.md

Alt-text updated to be more descriptive.

* Update snackbars.md

Update to alt-text to improve adherence to accessibility guidelines

* Update banners.md

Updated alt-text to better adhere to accessibility guidelines

* Update progress_indicators.md

Changed alt-text to improve accessibility.

* Update sliders.md

updated alt-text to improve accessibility

* Update dividers.md

Updated alt-text to improve accessibility.

"Theming dividers" section ideally should have screenshot.

Co-authored-by: mingjane-work <54336411+mingjane-work@users.noreply.github.com>
Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
2021-05-17 09:13:25 +02:00
2020-09-02 15:59:45 +02:00
2018-03-05 19:22:01 -05:00
2018-03-05 19:22:01 -05:00
2018-03-05 19:22:01 -05:00
2018-03-05 19:22:01 -05:00
2021-01-25 09:53:41 +01:00

Material Components for Flutter

Material Components for Flutter (MDC-Flutter) helps developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable development workflow to build beautiful and functional Android and iOS apps. Learn more about how Material Components for Flutter supports design and usability best practices across platforms in the Flutter Material Catalog.

MDC-Flutter Source Code

All Material Components for Flutter can be found in the Flutter repository.

Usage

Material Components is included by default in Flutter's packages. To add access to MDC widgets in a file, simply import the material.dart file.

import 'package:flutter/material.dart';
Description
Modular and customizable Material Design UI components for Flutter
Readme 49 MiB
Languages
Dart 100%