Bartek Pacia
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...
**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...
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...
### :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...
### 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...
## 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...
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...
## 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...
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...