Commit 0fdf15c
authored
[CQ] remove (dead)
`FlutterStudioInitializer` exists to perform a check at startup to
ensure AS is current enough for... something...
I can't recall the motivation for this extra check (despite having
reviewed it in flutter#1346 😬)
but it was **8 years ago**!
Needless to say, removing it is surely safe:
1. the `com.intellij.androidStudioInitializer` extension point seems to
have gone away, and even if it hadn't,
2. we're surely past the window where there are any version out there
that are too early for the version check
---
- [x] I’ve reviewed the contributor guide and applied the relevant
portions to this PR.
<details>
<summary>Contribution guidelines:</summary><br>
- See our [contributor
guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview)
for general expectations for PRs.
- Larger or significant changes should be discussed in an issue before
creating a PR.
- Dart contributions to our repos should follow the [Dart style
guide](https://dart.dev/guides/language/effective-dart) and use `dart
format`.
- Java and Kotlin contributions should strive to follow Java and Kotlin
best practices
([discussion](flutter#8098)).
</details>FlutterStudioInitializer (flutter#8212)1 parent 546022d commit 0fdf15c
File tree
3 files changed
+0
-30
lines changed- flutter-studio/src/io/flutter
- resources/META-INF
3 files changed
+0
-30
lines changedLines changed: 0 additions & 28 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments