-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update implementations of the
cast
and the deprecated retype
meth…
…ods. (#70) * Update ObservableList * Update observable_map.dart * Update pubspec.yaml
- Loading branch information
1 parent
baa813d
commit e9369be
Showing
3 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: observable | ||
version: 0.22.1+2 | ||
version: 0.22.1+3 | ||
author: Dart Team <[email protected]> | ||
description: Support for marking objects as observable | ||
homepage: https://github.com/dart-lang/observable | ||
environment: | ||
sdk: '>=2.0.0-dev.23.0 <2.0.0' | ||
sdk: '>=2.0.0-dev.55.0 <2.0.0' | ||
dependencies: | ||
collection: '^1.11.0' | ||
dart_internal: '^0.1.1' | ||
|