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 1
1
## 0.9.0-alpha+4
2
2
3
3
> 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
5
5
> api, not code quality (5.0.0-alpha+5 is used in production Google apps).
6
6
7
7
* 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
38
38
39
39
``` yaml
40
40
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
43
43
` ` `
44
44
45
45
2. Run ` pub get` on your package.
@@ -95,7 +95,7 @@ component's provided [Sass mixins](http://sass-lang.com/guide#topic-6).
95
95
96
96
``` yaml
97
97
dev_dependencies :
98
- sass_builder : ^1.0.1 # update for the latest version
98
+ sass_builder : ^1.1.2 # update for the latest version
99
99
` ` `
100
100
101
101
2. 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