material2_dart 0.4.1 copy "material2_dart: ^0.4.1" to clipboard
material2_dart: ^0.4.1 copied to clipboard

outdatedDart 1 only

angular/material2 for Dart.

This is the Dart version of angular/material2 being ported by individual.

Gitter

Note #

You may be looking for the official Material Design components for AngularDart?

Project Status #

Synced with the 2.0.0-alpha.9 except gesture support and non 'available' components.

Demo app. #

This is the e2e example app which includes all of the components and core functions usages.

Components #

Usage #

  1. Add this to your package's pubspec.yaml file. (The example)

     dependencies:
       material2_dart:
    
  2. Run pub get.

  3. Import this library as import 'package:material2_dart:material.dart'. (The example)

Contributing #

Your contribution is welcome. Please note that this project is nothing more than a porting work of angular/material2.

Many tests have not been ported, so it is much appreciated if you help to port them.

Features and bugs #

I would not add any original features on it. If you need some new features, please consider contributing angular/material2.

If you find this Dart version's specific bugs, please file them at the issue tracker.

Testing material2_dart. #

Run test server on the project root.

pub serve

Run tests on dartium.

pub run test --pub-serve=8080 -p dartium