Mikhail Novoseltsev
Mikhail Novoseltsev
**Describe the bug** Hi! I was interested in proceeding work on [#868](https://github.com/rrousselGit/provider/issues/868) to improve DevTools extension. Here is my dev environment: ``` OS: macOS 14.3.1 Flutter: 3.22.2 Dart: 3.4.3 DevTools:...
This PR is an attempt to adapt provider's devtools extension to modern version of dependencies, especially dependencies related to DevTools itself. Main changes: 1. Extension is adapted to situation when...
### Steps to reproduce 1. Make sure `Flutter` and/or `Dart` plugins installed in Android Studio 2. Run `flutter doctor -v` Tested on these versions of Android Studio: - `2024.1.2` -...
This PR attempts to improve clarity of androids section of `flutter doctor -v` output by providing explicit information about which JDK is being used and how to configure a different...
fixes #153476 More context in https://github.com/flutter/flutter/issues/153476#issuecomment-2849311523 and https://github.com/flutter/flutter/issues/153476#issuecomment-2866416786 TLDR: `abiFilters` cannot be added to templates (the original issue proposes that) because it will break the Gradle build if the `--splits-per-abi`...