Kamil Rykowski

Results 10 issues of Kamil Rykowski

1. https://pub.dev/packages/esys_flutter_share#102 - add some description to Share.file ~~2. https://pub.dev/packages/camera#051 - do not record audio (only snapshots are taken)~~

enhancement

Would be used as first screen on Android/iOS stores - video is much more descriptive than image.

help wanted

Replace static background color with some image during opening the app.

enhancement
good first issue

Display app logo and question name over the image captured by the camera to make it more branded. Lib: https://pub.dev/packages/image

enhancement

After X days of using the app (or after X finished games?) - kindly ask the player if he would like to rate it.

enhancement

- Original - put the phone on forehead and guess the word using hints of your friends - New - hold the phone so you are the only one who...

enhancement

Allow players to define teams in order to provide some kind of competition - gather points for your team and at the end see who got more of these. TODO:...

enhancement
question

Hey there! Would be great to have integration for the lottie files (through https://pub.dev/packages/lottie). Right now in the project I'm working on we're using the syntax: ``` Lottie.asset(Assets.animations.animationName) ``` but...

contributions welcome

The `PagingController` can be built with `firstPageKey` to indicate initial page to load. Sounds great, but how to "scroll back" to previous pages then? I'm implementing a players ranking list...

feature

Improve error handling by exposing error code of failure to the consumer (developer). With this change it's finally possible to handle different kind of errors differently - we can distinguish...