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.
Libraries
- fholdergrid
- Widget for loading images from storage or camera into grid placeholders. This is a lightweight library which only uses native packages