This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## 0.9.0-alpha+4
22
33> NOTE: This code is considered production quality, but depends on angular:
4- > 5.0.0-alpha+4 . The alpha tag represents the evolving nature of the AngularDart
4+ > 5.0.0-alpha+5 . The alpha tag represents the evolving nature of the AngularDart
55> api, not code quality (5.0.0-alpha+5 is used in production Google apps).
66
77 * Material Dialog: Add mixin for bottom border on header.
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ code generation through package [build]. To build your project with
3838
3939 ``` yaml
4040 dev_dependencies :
41- build_runner : ^0.7.0
42- build_web_compilers : ^0.1 .1
41+ build_runner : ^0.7.8
42+ build_web_compilers : ^0.2 .1
4343 ` ` `
4444
45452. Run ` pub get` on your package.
@@ -95,7 +95,7 @@ component's provided [Sass mixins](http://sass-lang.com/guide#topic-6).
9595
9696 ``` yaml
9797 dev_dependencies :
98- sass_builder : ^1.0.1 # update for the latest version
98+ sass_builder : ^1.1.2 # update for the latest version
9999 ` ` `
100100
1011012. Now you can import styles and mixins from this package via dart style package
You can’t perform that action at this time.
0 commit comments