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

An immersive book-like widget with captivating animations

example/lib/main.dart

import 'package:example/home_page.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(
      debugShowCheckedModeBanner: false,
      title: 'Animated Book Widget Example',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
        useMaterial3: true,
      ),
      home: const MyHomePage(),
    );
  }
}
55
likes
140
pub points
67%
popularity
screenshot

Publisher

verified publisherd-velopers.com

An immersive book-like widget with captivating animations

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on animated_book_widget