Bartek Pacia

Results 199 issues of Bartek Pacia

This line is a leftover. Removing it is a no-op.

tool

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`...

platform-android
tool
t: gradle
P2
team-android
triaged-android

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...

tool
framework
d: api docs
d: examples
f: integration_test

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...

platform-android
tool

### 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...

c: new feature
platform-android
tool
t: gradle
c: proposal
P2
team-android
triaged-android

#### 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: -...

platform: android
platform: ios
type: enhancement
P3
refactor

**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...

bug

**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...

bug

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...