newsfeed_multiple_imageview 1.0.1 copy "newsfeed_multiple_imageview: ^1.0.1" to clipboard
newsfeed_multiple_imageview: ^1.0.1 copied to clipboard

Facebook type multiple news feed images view.

A package provides an easy way to add facebook type multiple newsfeed imageview.

Installation #

You just need to add newsfeed_multiple_imageview as a dependency in your pubspec.yaml file.

dependencies:
  newsfeed_multiple_imageview: ^1.0.0

How to use #

import 'package:newsfeed_multiple_imageview/newsfeed_multiple_imageview.dart';

 List<String> _imageUrls = [];

          @override
          void initState() {
            super.initState();

            _imageUrls.add("https://media.istockphoto.com/photos/colorful-sunset-at-davis-lake-picture-id1184692500?k=20&m=1184692500&s=612x612&w=0&h=7noTRS8UjiAVKU92eIhPG17PIWVh-kCmH5jKX5GOcdQ=");
            _imageUrls.add("https://images.unsplash.com/photo-1573155993874-d5d48af862ba?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8cGFya3xlbnwwfHwwfHw%3D&w=1000&q=80");
            _imageUrls.add("https://images.pexels.com/photos/158028/bellingrath-gardens-alabama-landscape-scenic-158028.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
            _imageUrls.add("https://images.pexels.com/photos/158028/bellingrath-gardens-alabama-landscape-scenic-158028.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
            _imageUrls.add("https://images.pexels.com/photos/158028/bellingrath-gardens-alabama-landscape-scenic-158028.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500");
          }

            NewsfeedMultipleImageView(
                imageUrls: _imageUrls,
              marginLeft: 10.0,
              marginRight: 10.0,
              marginBottom: 10.0,
              marginTop: 10.0,
            )

Support #

For support, email ejazaamir2013@gmail.com

Made with 💝

30
likes
130
pub points
77%
popularity

Publisher

unverified uploader

Facebook type multiple news feed images view.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_image_slideshow, transparent_image

More

Packages that depend on newsfeed_multiple_imageview