assorted_layout_widgets 12.12.1
assorted_layout_widgets: ^12.12.1 copied to clipboard
Widgets SideBySide, RowProportional, AnimatedBetween, Box, Pad, Delayed, WrapSuper, OtpCodeVerificationField, ButtonBarSuper, NormalizedOverflowBox, showDialogSuper and much more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add assorted_layout_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
assorted_layout_widgets: ^12.12.1Alternatively, 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:assorted_layout_widgets/assorted_layout_widgets.dart';