material_widgets 0.4.0-preview.9
material_widgets: ^0.4.0-preview.9 copied to clipboard
An package of widgets conforming to the material design spec.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add material_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
material_widgets: ^0.4.0-preview.9Alternatively, 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_widgets/material_widgets.dart';