linked_layouts 0.5.3 copy "linked_layouts: ^0.5.3" to clipboard
linked_layouts: ^0.5.3 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 Dart:

 $ dart pub add linked_layouts

With Flutter:

 $ flutter pub add linked_layouts

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

dependencies:
  linked_layouts: ^0.5.3

Alternatively, your editor might support dart pub get or 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
0
points
302
downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on linked_layouts