Niklas Lehnfeld
Niklas Lehnfeld
The conversion of a function seems to be broken. Input: ``` def generateTag() { def date = new Date().format('yyyy-MM-dd-HH-mm') return System.env.CI_PIPELINE_IID ?: date // use pipeline counter if available }...
Input: ``` archivesBaseName = "random-app-$versionName" ``` Actual Output: ``` archivesBaseName = "random-app-$versionName" = versionName" ``` Expected Output: ``` archivesBaseName = "random-app-$versionName" ```
The link to the website of this repository is wrong. ### Expected: https://github.com/jonschlinkert ### Actual: https://github.com/jonschlnkert Edit: Just saw its on multiple on your repositories
Uses the [formspree react example](https://help.formspree.io/hc/en-us/articles/360055613373-The-Formspree-React-library) with the `useForm` hook to prevent redirects to formspree website after message was sent.
First of all: Great work with this template! It's awesome. I also use it for my personal website! And have a change-request: There is no real need of redirecting to...
### Current behavior After compression video has codecs: AAC, H.263. Therefore it cannot be played by videoplayer in webapp. Format is .mp4 ### Expected behavior Video has codecs: AAC, H.264...
It is best practice to integrate the Key parameter into all widgets, since it depends on the use case if you need it or not. Read more about it [here](https://medium.com/flutter/keys-what-are-they-good-for-13cb51742e7d)....
Just created a new widget `KeyboardVisibilityBuilder` which does nothing more than registering for the keyboard visibility events and reacting on it. Implemented similar to i.e. `OrientationBuilder`.