Dominik Roszkowski

Results 36 issues of Dominik Roszkowski

- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...

bug
triaged

## What happened? Focus in DartPad behaves differently than when running Flutter app in Chrome browser. It doesn't react to [Tab] presses as it's expected in typical application but goes...

type-bug
P2

Consider this case: ```dart test('test', () async { final sub = BehaviorSubject(); final empty = await sub.isEmpty; print(empty); }); ``` When run it never finishes. However, when using `.hasValue` it...

waiting for response

Consider following code: ```dart import 'package:adaptive_components/adaptive_components.dart'; import 'package:flutter/cupertino.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'App', theme: ThemeData( primarySwatch:...

help wanted

I'm trying to use Google Sign In through Open Id Connect provider together with Cognito. I'm able to get the `CognitoCredentials` more or less like this: ```dart final aToken =...

Hi there! Thanks for sharing this awesome library. I wonder how to get the matrix that would place "parent" nodes in between "children" nodes. Take a look at the example...

enhancement

The artwork rotation animation on Android seems to be a bit sluggish/stuttering. Is there any way to improve smoothness of the animation? ![2018-08-14_13-39-20](https://user-images.githubusercontent.com/16854239/44089492-4009c202-9fc7-11e8-9cd5-9e2461a9a84b.gif)

## Steps to Reproduce 1. Execute `flutter run --profile` of [Flutter Gallery](https://github.com/flutter/gallery) on Pixel 5 (Android 12) 2. Navigate through the Categories as shown on the video 3. Observe parts...

e: device-specific
platform-android
team: gallery
severe: rendering
P4

**Description** Typically the `Install dependencies` step takes somewhere between 2-3 min. I was wondering if there was a way to cache dependencies across branches? I'm not sure if pubspec.lock is...

enhancement

Consider following json file: ``` { "button_pressed": { "one": "You pressed button once", "other": "You have pressed button {count} times" }, "hello_name": "Hello {name}!" } ``` The converted arb via...