fholdergrid 0.0.1+1 copy "fholdergrid: ^0.0.1+1" to clipboard
fholdergrid: ^0.0.1+1 copied to clipboard

discontinued

Widget for loading images from storage or camera into grid placeholders

fholdergrid #

Widget for loading images from storage or camera into grid placeholders.

Usage #

Depend on the package

dependencies:
  fholdergrid: any

and then use the package

final int _maxNumberOfImages = 4;
final List<String> _paths = [];

FHolderGrid(
    maxNumberOfItems: _maxNumberOfImages,
    cache: _paths,
);

For more information, check the sample project which uses image_picker package.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Widget for loading images from storage or camera into grid placeholders

Repository (GitLab)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fholdergrid