advanced_wrap 0.1.0
advanced_wrap: ^0.1.0 copied to clipboard
A production-ready, UX-first Flutter package that extends Flutter Wrap with powerful overflow strategies, controller-driven expand/collapse, responsive behavior, and accessibility features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advanced_wrapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advanced_wrap: ^0.1.0Alternatively, 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:advanced_wrap/advanced_wrap.dart';