The fast_gallery brick provides image picker and gallery functionality for your Flutter app. It allows users to select images from their gallery or take a new photo using their camera. Images can optionally be saved to an application directory and displayed in a gallery view.

This brick will add two routes to your app: ImagePickerRoute and ImageGalleryRoute. The ImagePickerRoute allows users to select images from their gallery or take a new photo using their camera. The ImageGalleryRoute displays a gallery view of the saved images.