Bartek Pacia
Bartek Pacia
This line is a leftover. Removing it is a no-op.
I'm trying to modernize the Gradle buildscripts of the Android part of my Flutter app, but I'm encountering problems. ### Use case I want to get rid of the `allprojects`...
This PR updates almost* all Gradle buildscripts in the Flutter repo the `example` and `dev` (in particular, in `dev/integration_tests` and in `dev/benchmarks`) directories to apply Flutter's Gradle plugins using the...
This PR is aimed at #130616 (specifically, suggestions from [this comment](https://github.com/flutter/flutter/issues/130616#issuecomment-1638419030)). It updates the templates for `flutter create` so new plugins/apps won't use Gradle `allprojects` too much, which is an...
### Description The [`module_plugin_loader.gradle`](https://github.com/flutter/flutter/blob/3.16.0/packages/flutter_tools/gradle/module_plugin_loader.gradle) file is a Gradle script. It should be a Gradle plugin instead, for all reasons mentioned in #121552 and #125009. ### More context For an example...
#### Issue details `gdx-setup` generates the libGDX project which uses Gradle's Groovy DSL. It's also possible to write Gradle buildscripts in Kotlin DSL, which: > provides an alternative syntax to...
## 🚀 Feature Requests I'd like to be able to check if the location service is activated, and if it isn't, prompt the user to activate it. See also: -...
**Description** `print`ing when a progress is active doesn't look good **Steps To Reproduce** `dart run` the following file: ```dart import 'package:mason_logger/mason_logger.dart'; Future main() async { final log = Logger(); final...
**Description** `mason_logger`'s tests fail when run with `dart test`. What's interesting is that the same tests pass when run using VS Code's test runner or when using `spec_cli`. 1. Checkout...
Since I mainly work with Flutter these days, I'm happy to see that this repo contains completions for both `dart` and `flutter`. However I'm unable to get the latter one...