stretchbox 1.1.0 copy "stretchbox: ^1.1.0" to clipboard
stretchbox: ^1.1.0 copied to clipboard

outdated

Flutter Widget ,Support normal and expand two mode

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stretchbox

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  stretchbox: ^1.1.0

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:stretchbox/model/stretched_box_state.dart';
import 'package:stretchbox/view/column_stretched_box.dart';
import 'package:stretchbox/view/custom_stretched_box.dart';
import 'package:stretchbox/vm/stretched_box_viewmodel.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter Widget ,Support normal and expand two mode

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on stretchbox