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