Bartek Pacia

Results 199 issues of Bartek Pacia

### Describe the bug The plugin doesn't request notifications permissions, therefore no notifications are ever shown. ### To Reproduce **iOS** Just run the sample app and observe that no notifications...

bug

**Is your feature request related to a problem?** Currently mentorship-system supports only English – all messages sent by server are in English. We may think everyone knows it but it's...

Category: Coding
Type: Enhancement
Status: On Hold

I think it should be public. It makes testing unnecessarily harder. [Link to source code](https://github.com/dart-lang/args/blob/master/lib/command_runner.dart#L50-L66). As a workaround, I've created the following extension which lets me test `UsageException`s thrown by...

type-enhancement

### :speech_balloon: Description I'd like the key in `pubspec.yaml` that is used to configure this plugin to be renamed. Currently it's named `flutter_icons`, which is kinda misleading, especially that there's...

improvement

### Describe the bug **TL;DR** I can't evaluate code in Debug Console when running integration tests. I don't know if I'm doing something wrong or if this is just not...

is enhancement
in flutter
upstream in dart / flutter
in testing

## Steps to Reproduce 1. `flutter create` a simple app 3. Run a debug Gradle build in the `android` directory ```console $ ./gradlew :app:tasks ``` **Expected results:** I expect no...

platform-android
tool
t: gradle
has reproducible steps
found in release: 3.7

Fixes #93238. Gradle Kotlin DSL, at least for me, makes the experience of editing build scripts 10x better. Flutter developers should be able to harness this power :) With this...

tool

## Synopsis Currently `flutter test integration_test` seems to build a new `.apk` (Android) / `.app` (iOS) for every integration test file. The problem with this approach is that it greatly...

a: tests
new feature
tool
proposal
integration_test
P5

I often have the following code in my workflows ```yaml - name: Set up Flutter uses: subosito/flutter-action@v2 with: flutter-version: ${{ matrix.flutter-version }} channel: ${{ matrix.flutter-channel }} - name: Preload Flutter...