material_ui 0.0.2 copy "material_ui: ^0.0.2" to clipboard
material_ui: ^0.0.2 copied to clipboard

unlisted

The official Flutter Material UI Library, implementing Google's Material Design design system.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  material_ui: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:material_ui/material_ui.dart';
164
likes
70
points
19.3k
downloads

Documentation

API reference

Publisher

verified publisherflutter.dev

Weekly Downloads

The official Flutter Material UI Library, implementing Google's Material Design design system.

Repository (GitHub)
View/report issues
Contributing

Topics

#ui #widget #material

License

BSD-3-Clause (license)

Dependencies

collection, cupertino_ui, flutter, flutter_localizations, intl, material_color_utilities, vector_math

More

Packages that depend on material_ui