photo_detail 0.0.1 copy "photo_detail: ^0.0.1" to clipboard
photo_detail: ^0.0.1 copied to clipboard

The PhotoDetail package is used when you want to view multiple images using page views on the detail screen.

example/lib/main.dart

import 'package:example/home_screen.dart';
import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const HomeScreen(),
    );
  }
}
1
likes
150
pub points
0%
popularity

Publisher

verified publisherjinhan38.com

The PhotoDetail package is used when you want to view multiple images using page views on the detail screen.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on photo_detail