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.

Linked Layouts #

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

Features #

TBA

Getting started #

This package can be used 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 flutter pub get):

dependencies:
  linked_layouts: ^0.4.0+1

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';

Usage #

TBA

Additional information #

TBA

Philosophy #

TBA

Stability #

TBA

0
likes
160
points
108
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