Skip to content

Commit cc0345b

Browse files
Googlernatebosch
Googler
authored andcommitted
PiperOrigin-RevId: 344198596
1 parent 3567b3d commit cc0345b

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

pkgs/intl/.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

pkgs/intl/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## 0.17.0
2-
3-
* Stable release for null safety.
4-
51
## 0.17.0-nullsafety.2
62

73
* Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.

pkgs/intl/lib/message_format.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import 'intl.dart';
7676
/// produce `"I see Mark and one other person in Athens."` as output.
7777
///
7878
/// Calling `format({'NUM_PEOPLE': 5, 'WHO': 'Mark', 'PLACE': 'Athens'})` would
79-
/// produce `"I see Mark and one 4 other people in Athens."` as output.
79+
/// produce `"I see Mark and 4 other people in Athens."` as output.
8080
/// Notice how the "#" is the value of `NUM_PEOPLE` - 1 (the offset).
8181
///
8282
/// Another important thing to notice is the existence of both `"=1"` and

pkgs/intl/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: intl
2-
version: 0.17.0
2+
version: 0.17.0-nullsafety.2
33
homepage: https://github.com/dart-lang/intl
44
description: >-
55
Contains code to deal with internationalized/localized messages, date and
@@ -10,8 +10,8 @@ environment:
1010
sdk: '>=2.12.0-0 <3.0.0'
1111

1212
dependencies:
13-
clock: ^1.1.0
14-
path: ^1.8.0
13+
clock: ^1.1.0-nullsafety.1
14+
path: ^1.8.0-nullsafety.1
1515

1616
dev_dependencies:
1717
ffi: any

0 commit comments

Comments
 (0)