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

Stylish Image Grids. 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:image_grids/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: ImageGrid(
          imageLinks: ["https://avatars.githubusercontent.com/u/93590694"],
        ),
      ),
    );
  }
}

2
likes
0
points
55
downloads

Publisher

verified publishervenx.site

Weekly Downloads

Stylish Image Grids. Platform Independent UI package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_image_grids