This documentation was partially written during this update's lifetime.
Some breaking changes were implemented. Notably:
placeholderImage was deprecated with no replacement or workaround. Remove it from your code before the next major release.
placeholderImage
Some streams were changed from Stream<Null> to Stream<void>. These changes are simple to reflect in your code should you need to.
Stream<Null>
Stream<void>
Last updated 2 years ago
Was this helpful?