mt-akar / constraint_layout

Android's belowed constraint layout, for flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

constraint_layout

Android's beloved constraint layout for Flutter

Comparison

API

Constraints

Constraint Type Included Comment
Relative positioning Yes This is the main way of constraining views.
Margins Yes Margins are a fundamental part of any layout.
Centering positioning Yes Biases are to-be-added.
Circular positioning No Circular positioning is not supported. Will be added if there is demand.
Visibility behavior - Flutter doesnt have the concept of Visibility.GONE or Visibility.INVISIBLE
Dimension constraints - wrapContent behavior cannot be applied to ConstraintLayout itself.
Chains No Chains aren't supported. Will be added if there is demand.
Virtual Helpers objects No Guideline, Barrier and Group are not supported.
Optimizer - XML specific optimizers cannot be supported.

About

Android's belowed constraint layout, for flutter.

License:MIT License


Languages

Language:Dart 78.4%Language:HTML 18.8%Language:Swift 2.0%Language:Kotlin 0.6%Language:Objective-C 0.2%