You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix typo in changelog
* add Flutter version constraint
This was done to prevent the following error when publishing to pub.dev:
```
Package validation found the following error:
* pubspec.yaml allows Flutter SDK version 1.9.x, which does not support the flutter.plugin.platforms key.
Please consider increasing the Flutter SDK requirement to ^1.10.0 (environment.sdk.flutter)
```
* increase Flutter SDK requirement so that no `ios/` folder is necessary
I recently added an “Older macOS versions” section to macos_window_utils’ readme, and I think it should be copied to macos_ui as well.
The text was updated successfully, but these errors were encountered: