linked_layouts 0.5.0 copy "linked_layouts: ^0.5.0" to clipboard
linked_layouts: ^0.5.0 copied to clipboard

Create custom layout systems based on the multi-leader-multi-follower pattern.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add linked_layouts

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  linked_layouts: ^0.5.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:linked_layouts/linked_layouts.dart';
0
likes
160
points
128
downloads

Documentation

API reference

Publisher

verified publisherdeminearchiver.qzz.io

Weekly Downloads

Create custom layout systems based on the multi-leader-multi-follower pattern.

Homepage
Repository (GitHub)
View/report issues

Topics

#layout #leader #follower #link

License

MIT (license)

Dependencies

flutter

More

Packages that depend on linked_layouts