Skip to content

v0.1.6

Choose a tag to compare

@theashraf theashraf released this 12 Aug 08:13
· 3 commits to main since this release
826c8db

Fixes

  • DotLottieView now honours width and height — the platform view is wrapped in a SizedBox when either is set, instead of expanding to fill its parent. (#36)
  • iOS: animation stays inside the platform view — the hosting controller opts out of UIKit safe-area propagation, which was insetting the animation so it rendered smaller and lower than the box Flutter laid out. Applies on iOS 16.4+. (#34)
  • example: fixed SPM resolution — removed a duplicate plugin package from the iOS and macOS Runner projects. (#35)

Docs

  • README quick-start snippet now has syntax highlighting. (#37)
  • Added an animation-library tip and links to the Flutter runtime docs. (#32)

Full changelog: v0.1.5...v0.1.6