Skip to content

0.16.1

Compare
Choose a tag to compare
@andycall andycall released this 13 Jul 06:28
· 58 commits to main since this release
ed138d4

0.16.1

This version supports Flutter 3.22.x, 3.19.x, 3.16.x, and 3.13.x.

Features

  1. Add support for AbortController JS API. #606
  2. Add flutter 3.22.x support. #624

Bug Fixed

  1. Fix iOS FontFamilyFallback on -apple-system style, display error on Vietnamese lang. #609
  2. Fix crash with unexpected format string on window.btoa API. #615; #616