Kamil Rykowski
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)~~
Would be used as first screen on Android/iOS stores - video is much more descriptive than image.
Replace static background color with some image during opening the app.
Display app logo and question name over the image captured by the camera to make it more branded. Lib: https://pub.dev/packages/image
After X days of using the app (or after X finished games?) - kindly ask the player if he would like to rate it.
- 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...
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:...
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...
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...
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...