Skip to content

Commit ac08b43

Browse files
authored
Deleted typed wrappers, use Dart 2 instead. (flutter#86)
* Deleted typed wrappers, use Dart 2 instead. * Address feedback.
1 parent 9ad39ba commit ac08b43

File tree

8 files changed

+16
-1837
lines changed

8 files changed

+16
-1837
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.14.8
2+
3+
* Deprecated `Delegating{Name}.typed` static methods in favor of the new Dart 2
4+
`cast` methods. For example, `DelegatingList.typed<String>(list)` can now be
5+
written as `list.cast<String>()`.
6+
17
## 1.14.7
28

39
* Only the Dart 2 dev SDK (`>=2.0.0-dev.22.0`) is now supported.

0 commit comments

Comments
 (0)