Flutter Aug 5, 2020

1.20.0

What's New

Flutter 1.20 delivers significant performance gains through font tree shaking, UTF-8 decoder optimization, and mouse hit testing refactoring. Major feature additions include autofill support for mobile text fields, the new InteractiveViewer widget for pan/zoom interactions, and updated Material components. Developer productivity improves with embedded Dart DevTools in VS Code, the Pigeon type-safe platform channel tool, and automatic import statement updates on file rename.

Highlights

Breaking Changes

  • Legacy pubspec.yaml format no longer supported for publishing plugins
  • clipBehavior parameter added to widgets with clipRect
  • Deprecated child parameter removed from NestedScrollView overlap managing slivers
  • Tab semantics updated in Cupertino to match Material design
  • CupertinoLocalizations now requires tabSemanticsLabel parameter

Recent Releases

All releases →