fifty_scroll_sequence 1.0.1 copy "fifty_scroll_sequence: ^1.0.1" to clipboard
fifty_scroll_sequence: ^1.0.1 copied to clipboard

Scroll-driven image sequence animation for Flutter. Apple-style frame scrubbing mapped to scroll position.

example/lib/main.dart

/// Scroll Sequence Example - Entry Point
///
/// Showcase app demonstrating the fifty_scroll_sequence package
/// with basic, pinned, and multi-sequence demos.
library;

import 'package:flutter/material.dart';

import 'app/app.dart';

/// Main entry point for the Scroll Sequence Example application.
///
/// Initializes Flutter bindings and runs the root app widget.
/// No DI or storage needed -- this is a lightweight package demo.
Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  runApp(const ScrollSequenceExampleApp());
}
2
likes
160
points
203
downloads
screenshot

Publisher

verified publisherfifty.dev

Weekly Downloads

Scroll-driven image sequence animation for Flutter. Apple-style frame scrubbing mapped to scroll position.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #scroll #animation #image-sequence

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on fifty_scroll_sequence