flutter_image_grids 1.0.4 copy "flutter_image_grids: ^1.0.4" to clipboard
flutter_image_grids: ^1.0.4 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: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. Platform Independent UI package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_image_grids