|
1 | | -### 3.1.0 |
| 1 | +## NEXT |
| 2 | + |
| 3 | +* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2. |
| 4 | +* Transfers the package source from https://github.com/flutter/packages |
| 5 | + to https://github.com/dart-lang/platform. |
| 6 | + |
| 7 | +## 3.1.4 |
| 8 | + |
| 9 | +* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0. |
| 10 | +* Fixes new lint warnings. |
| 11 | + |
| 12 | +## 3.1.3 |
| 13 | + |
| 14 | +* Adds example app. |
| 15 | + |
| 16 | +## 3.1.2 |
| 17 | + |
| 18 | +* Adds pub topics to package metadata. |
| 19 | +* Updates minimum supported SDK version to Flutter 3.7/Dart 2.19. |
| 20 | + |
| 21 | +## 3.1.1 |
| 22 | + |
| 23 | +* Transfers the package source from https://github.com/google/platform.dart to |
| 24 | + https://github.com/flutter/packages. |
| 25 | + |
| 26 | +## 3.1.0 |
2 | 27 |
|
3 | 28 | * Removed `Platform.packageRoot`, which was already marked deprecated, and which |
4 | 29 | didn't work in Dart 2. |
5 | 30 |
|
6 | | -### 3.0.2 |
| 31 | +## 3.0.2 |
7 | 32 |
|
8 | 33 | * Added `FakePlatform.copyWith` function. |
9 | 34 |
|
10 | | -### 3.0.1 |
| 35 | +## 3.0.1 |
11 | 36 |
|
12 | 37 | * Added string constants for each of the supported platforms for use in switch |
13 | 38 | statements. |
14 | 39 |
|
15 | | -### 3.0.0 |
| 40 | +## 3.0.0 |
16 | 41 |
|
17 | 42 | * First stable null safe release. |
18 | 43 |
|
19 | | -### 3.0.0-nullsafety.4 |
| 44 | +## 3.0.0-nullsafety.4 |
20 | 45 |
|
21 | 46 | * Update supported SDK range. |
22 | 47 |
|
23 | | -### 3.0.0-nullsafety.3 |
| 48 | +## 3.0.0-nullsafety.3 |
24 | 49 |
|
25 | 50 | * Update supported SDK range. |
26 | 51 |
|
27 | | -### 3.0.0-nullsafety.2 |
| 52 | +## 3.0.0-nullsafety.2 |
28 | 53 |
|
29 | 54 | * Update supported SDK range. |
30 | 55 |
|
31 | | -### 3.0.0-nullsafety.1 |
| 56 | +## 3.0.0-nullsafety.1 |
32 | 57 |
|
33 | 58 | * Migrate package to null-safe dart. |
34 | 59 |
|
35 | | -### 2.2.1 |
| 60 | +## 2.2.1 |
36 | 61 |
|
37 | 62 | * Add `operatingSystemVersion` |
38 | 63 |
|
39 | | -### 2.2.0 |
| 64 | +## 2.2.0 |
40 | 65 |
|
41 | 66 | * Declare compatibility with Dart 2 stable |
42 | 67 | * Update dependency on `package:test` to 1.0 |
43 | 68 |
|
44 | | -### 2.1.2 |
| 69 | +## 2.1.2 |
45 | 70 |
|
46 | 71 | * Relax sdk upper bound constraint to '<2.0.0' to allow 'edge' dart sdk use. |
47 | 72 |
|
48 | | -### 2.1.1 |
| 73 | +## 2.1.1 |
49 | 74 |
|
50 | 75 | * Bumped maximum Dart SDK version to 2.0.0-dev.infinity |
51 | 76 |
|
52 | | -### 2.1.0 |
| 77 | +## 2.1.0 |
53 | 78 |
|
54 | 79 | * Added `localeName` |
55 | 80 | * Bumped minimum Dart SDK version to 1.24.0-dev.0.0 |
56 | 81 |
|
57 | | -### 2.0.0 |
| 82 | +## 2.0.0 |
58 | 83 |
|
59 | 84 | * Added `stdinSupportsAnsi` and `stdinSupportsAnsi` |
60 | 85 | * Removed `ansiSupported` |
61 | 86 |
|
62 | | -### 1.1.1 |
| 87 | +## 1.1.1 |
63 | 88 |
|
64 | 89 | * Updated `LocalPlatform` to use new `dart.io` API for ansi color support queries |
65 | 90 | * Bumped minimum Dart SDK version to 1.23.0-dev.10.0 |
66 | 91 |
|
67 | | -### 1.1.0 |
| 92 | +## 1.1.0 |
68 | 93 |
|
69 | 94 | * Added `ansiSupported` |
70 | 95 | * Bumped minimum Dart SDK version to 1.23.0-dev.9.0 |
71 | 96 |
|
72 | | -#### 1.0.2 |
| 97 | +## 1.0.2 |
73 | 98 |
|
74 | 99 | * Minor doc updates |
75 | 100 |
|
76 | | -#### 1.0.1 |
| 101 | +## 1.0.1 |
77 | 102 |
|
78 | 103 | * Added const constructors for `Platform` and `LocalPlatform` |
79 | 104 |
|
80 | | -#### 1.0.0 |
| 105 | +## 1.0.0 |
81 | 106 |
|
82 | 107 | * Initial version |
0 commit comments