Committed by
GitHub
feat: Update CHANGELOG.md for version 5.0.1
Showing
1 changed file
with
5 additions
and
0 deletions
| 1 | +## 5.0.1 | ||
| 2 | + | ||
| 3 | +Improvements: | ||
| 4 | +* Change platform OS detection pattern. According to the official Dart documentation, the `dart:io.Platform` object should only be used directly when it's critical to detect the actual current platform, without allowing overrides (for example, when calling native system APIs). With this change, we can override the platform in test code. | ||
| 5 | + | ||
| 1 | ## 5.0.0 | 6 | ## 5.0.0 |
| 2 | 7 | ||
| 3 | This major release contains all the changes from the 5.0.0 beta releases, along with the following changes: | 8 | This major release contains all the changes from the 5.0.0 beta releases, along with the following changes: |
-
Please register or login to post a comment