Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 407 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 407 Bytes

[1.0.5] - Updates for Dart 3.0

Makes it compatible with Dart 3.0 and new gap versions

[1.0.4] - Updates gap dependency

[1.0.1] - Add context.layout.fullMargin

[0.6.2] - Update dependencies to stable null-safety version

[0.6.1] - Enable null-safety

[0.5.1] - Add nullable Layout

You can access layout safely with

Layout.maybeOf(context)

[0.5.0] - First Version