split_pane 0.1.0 copy "split_pane: ^0.1.0" to clipboard
split_pane: ^0.1.0 copied to clipboard

Material Design split panes

A Flutter package for Material Design's split panes.

Screenshot of the SplitPane widget in action

Features #

  • ✅ Fixed layouts
  • ✅ Flexible layouts
  • ❌ Specification-accurate animations
  • Accessibility
  • ❌ Flexible layouts relative to custom center/display features
  • ❌ API quality (theming, inherited data, etc.)

Usage #

import 'package:split_pane/split_pane.dart';

Widget build() {
  return SplitPane(
    primary: Placeholder(),
    secondary: Placeholder(),
  );
}
0
likes
130
points
27
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Material Design split panes

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on split_pane