Animation Image Gallery GitHub stars

dependencies:
  animation_image_gallery: <latest version>

To use the latest changes:

  animation_image_gallery:
    git:
      url: https://github.com/hasantunahan/animation_image_gallery
      ref: master

❔ Usage

Import this class

import 'package:animation_image_gallery/animation_image_gallery.dart';

- Simple Implementation

AnimatedSizeImage(
  imageList : [
ImageItemModel("https://wallpaperaccess.com/full/1682077.png"),
ImageItemModel("https://i.pinimg.com/736x/e9/b1/d2/e9b1d2fa679e10e73d2c111ad879f5e6--nature-wallpaper-mobile"
"-wallpaper.jpg")
];
),