Dominik Roszkowski

Results 36 issues of Dominik Roszkowski

I have separate .apk files for different ABIs i.e. - com.xxx.app-arm64-v8a.apk - com.xxx.app-armeabi-v7a.apk but souyuz signs only one .apk which is com.xxx..app.apk ```$ jarsigner -sigalg MD5withRSA -digestalg SHA1 -storepass "****"...

enhancement
help wanted
android

Would it be possible to add support for years in TimeSpan() function? Year duration is not always the same in days. Also, sometimes it is required to check whether some...

When using Angle on canvas of CustomPainter it is necessary to convert the results to double. For instance: ```dart canvas.rotate(Angle.fromDegrees(30).radians); ``` ![image](https://user-images.githubusercontent.com/16854239/100908870-4d501a00-34cc-11eb-923d-7a4e8ebeffb5.png) Do you have some workaround for that? If...

After some time following popup is shown that _YOUR SESSION HAS EXPIRED_ ![image](https://user-images.githubusercontent.com/16854239/102550662-7b358100-40be-11eb-8a25-fa9b45c2b2ac.png) However, after refreshing I'm still signed in. 0.11.2 Version | 7.2.34 PHP SAPI | litespeed

I'd like to use iPhone 6s and some other Android emulator in my tests, but they're commented out in [screens.yaml](https://github.com/mmcc007/screenshots/blob/master/lib/resources/screens.yaml). When trying to use either emulator called `pixel_2` or `iPhone...

enhancement
good first issue

Due to inconsistencies in the data sources my app needs to handle various variants of enum representations e.g.: ```json { "myEnum": "VALUE" } ``` ``` { "myEnum": "value" } ```...

Type: enhancement
Area: enums

**Description** As part of the CLI it would be super convenient to have `changelog` action that would generate a simple changelog, similar to [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog). Below you'll find some examples of...

feature

As a .NET developer I would love to use this extension in VS4Mac and VS Code. Alternatively, some kind of cross-platform CLI interface could be useful.

enhancement

## Status **IN DEVELOPMENT** ## Breaking Changes ## Description This PR shows potential way to introduce deep link support with usage of `MaterialApp.router()`. The main problem is that FlowBuilder does...

related to https://github.com/objectbox/objectbox-dart/issues/403