Moritz Post

Results 110 comments of Moritz Post

I am seeing a similar error with a draft app. I was trying to use `userFraction: 0.0` which resulted in the error message. ``` A provided userFraction must be between...

I haven't tried the sample app. Seeing that on a nexus 6 with a horizontal recylcerview. I'll see if I can come up with some more insights. Btw... Love the...

I was also looking at this library to see whether i could shrink down a single line text if does not fit into the available width. Unfortunately that does not...

The material design spec does not require nor recommend a specific library. It is a user experience and visual guideline to create a comprehensive app. Therefore the behavior can be...

Adding some comment here: I ran into a similar problem where you fetch a list of items and than show the details of one. This is indeed a most common...

Thanks for your feedback. We are currently in the progress of extending TypedArray support on iOS. Please stay tuned for that.

The functions are available in iOS as can be seen here: https://caniuse.com/#search=btoa Closing as "no action needed".

Could not verify with 3.9-nightly. Please test again.

Thank you for opening the series of `CollectionView` issues. We will look into them.

The issue is related to the "safe area" as present on iOS. The `CollectionView` pushed its cells to be inside the devices safe area (in this case below the `statusBar`)....