Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
### Fixed
- Silent failure when opening Flutter projects without `.idea` directory in IntelliJ IDEA, by removing `FlutterProjectOpenProcessor` and
migrating configuration logic to `FlutterInitializer`. (#8903)
- IDE focus loss when running in full screen mode. (#8906)
- Excessive toolbar updates causing exceptions in Android Studio, by making device selector updates targeted instead of global. (#8891)

## 91.0.0

Expand Down
Loading