flutter_constraintlayout 0.9.26-stable flutter_constraintlayout: ^0.9.26-stable copied to clipboard
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS.
import 'package:flutter/material.dart';
import 'home.dart';
void main() {
runApp(MaterialApp(
home: ExampleHome(),
));
}