flutter_image_grids 2.0.0 copy "flutter_image_grids: ^2.0.0" to clipboard
flutter_image_grids: ^2.0.0 copied to clipboard

Stylish Image Grids with network, asset, file & memory support. Platform-independent UI package.

Features #

  1. Stylish Grid for images
  2. Interactive image viewer with in this package

Example Snippet #

import 'package:flutter/material.dart';
import 'package:flutter_image_grids/flutter_image_grids.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: FlutterImageGrids(
          imageLinks: ["https://avatars.githubusercontent.com/u/93590694"],
        ),
      ),
    );
  }
}

Alt text

2
likes
150
points
55
downloads

Documentation

API reference

Publisher

verified publishervenx.site

Weekly Downloads

Stylish Image Grids with network, asset, file & memory support. Platform-independent UI package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on flutter_image_grids